Greetings, Trying to get my Flashrom working (previously used blob with it). I get this now : c -Map u-boot.map -o u-boot net/libnet.a(net.o)(.text+0x1cc): In function `ArpRequest': /home/kristoffer/work/projects/u-boot.git/net/net.c:250: undefined reference to `eth_send' net/libnet.a(net.o)(.text+0x29c): In function `NetStartAgain': /home/kristoffer/work/projects/u-boot.git/net/net.c:568: undefined reference to `eth_halt' net/libnet.a(net.o)(.text+0x370): In function `NetSendPacket': /home/kristoffer/work/projects/u-boot.git/net/net.c:623: undefined reference to `eth_send' net/libnet.a(net.o)(.text+0x634): In function `NetSendUDPPacket': /home/kristoffer/work/projects/u-boot.git/net/net.c:668: undefined reference to `eth_send' net/libnet.a(net.o)(.text+0x910): In function `NetReceive': /home/kristoffer/work/projects/u-boot.git/net/net.c:1263: undefined reference to `eth_send' net/libnet.a(net.o)(.text+0x98c):/home/kristoffer/work/projects/u-boot.git/net/net.c:1295: undefined reference to `eth_send' net/libnet.a(net.o)(.text+0xf04): In function `NetLoop': /home/kristoffer/work/projects/u-boot.git/net/net.c:342: undefined reference to `eth_halt' net/libnet.a(net.o)(.text+0xf0c):/home/kristoffer/work/projects/u-boot.git/net/net.c:346: undefined reference to `eth_init' net/libnet.a(net.o)(.text+0x101c):/home/kristoffer/work/projects/u-boot.git/net/net.c:370: undefined reference to `eth_halt' net/libnet.a(net.o)(.text+0x10ac):/home/kristoffer/work/projects/u-boot.git/net/net.c:481: undefined reference to `eth_halt' net/libnet.a(net.o)(.text+0x10cc):/home/kristoffer/work/projects/u-boot.git/net/net.c:475: undefined reference to `eth_rx' net/libnet.a(net.o)(.text+0x11a4):/home/kristoffer/work/projects/u-boot.git/net/net.c:535: undefined reference to `eth_halt' make: *** [u-boot] Fel 1
My device shouldnt be using those at all so its no wonder that they are undefined, but the question is how I should get rid of those messages. Best wishes Kristoffer -- Kristoffer Ericson <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

