
16 Apr
2004
16 Apr
'04
1:34 a.m.
Dear Pantelis,
in message 20040415214825.E8FF2C109F@atlas.denx.de you wrote:
The following patch adds networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol).
Unfortunately this patch breaks supoort for ARM boards:
Configuring for assabet board... net.c:135: initializer element is not constant net.c:136: initializer element is not constant net.c: In function `NetLoop': net.c:282: warning: implicit declaration of function `eth_set_current' net.c: In function `NetStartAgain': net.c:525: warning: unused variable `gd' net/libnet.a(net.o): In function `NetLoop': /home/wd/u-boot/net/net.c:282: undefined reference to `eth_set_current'
Can you please provide a patch to clean this up?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Digital computers are themselves more complex than most things people
build: They have very large numbers of states. This makes conceiving,
describing, and testing them hard. Software systems have orders-of-
magnitude more states than computers do. - Fred Brooks, Jr.