Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2000 14:26:42 -0800 (PST)
From:      wpaul@FreeBSD.ORG (Bill Paul)
To:        wkb@freebie.demon.nl (Wilko Bulte)
Cc:        jhb@freebsd.org, freebsd-alpha@freebsd.org
Subject:   Re: cvs commit: src/sys/alpha/conf GENERIC
Message-ID:  <20001208222642.4B9E837B401@hub.freebsd.org>
In-Reply-To: <20001208232403.A1471@freebie.demon.nl> from Wilko Bulte at "Dec 8, 2000 11:24:03 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Looks like I lack a .h somewhere:
> 
> mx5# make
> cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
> -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include
> -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -Wa,-mev56
> ../../pci/if_tx.c
> ../../pci/if_tx.c: In function `epic_rx_done':
> ../../pci/if_tx.c:930: `ETHER_ALIGN' undeclared (first use in this function)
> ../../pci/if_tx.c:930: (Each undeclared identifier is reported only once
> ../../pci/if_tx.c:930: for each function it appears in.)
> *** Error code 1

Grrr. I screwed up. For now, add a line to the top of if_tx.c that
says:

#define ETHER_ALIGN 2

and try compiling again. I added this to my copy of if_txvar.h the other
day when I was tinkering withh this, but forgot to make a diff for that
when I made the other changes today.

-Bill


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001208222642.4B9E837B401>