<div>When I compile u-boot1.1.4 fo cm4008 and cm41xx,there many&nbsp;errors:</div>
<div>&nbsp;</div>
<div>UNDEF_SYM=`arm-linux-objdump -x lib_generic/libgeneric.a board/cm4008/libcm4008.a cpu/arm920t/libarm920t.a cpu/arm920t/ks8695/libks8695.a lib_arm/libarm.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a |sed&nbsp; -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arm-linux-ld -Bstatic -T /usr/src/u-boot-1.1.4/board/cm4008/u-boot.lds -Ttext 0x00f00000&nbsp; $UNDEF_SYM cpu/arm920t/start.o \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --start-group lib_generic/libgeneric.a board/cm4008/libcm4008.a cpu/arm920t/libarm920t.a cpu/arm920t/ks8695/libks8695.a lib_arm/libarm.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /opt/eldk/usr/bin/../lib/gcc/arm-linux/4.0.0 -lgcc \
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Map u-boot.map -o u-boot<br>net/libnet.a(net.o): In function `ArpRequest':<br>/usr/src/u-boot-1.1.4/net/net.c:232: undefined reference to `eth_send'<br>net/libnet.a(net.o): In function `NetSendPacket':
<br>/usr/src/u-boot-1.1.4/net/net.c:637: undefined reference to `eth_send'<br>net/libnet.a(net.o): In function `NetSendUDPPacket':<br>/usr/src/u-boot-1.1.4/net/net.c:686: undefined reference to `eth_send'<br>net/libnet.a(
net.o): In function `NetReceive':<br>/usr/src/u-boot-1.1.4/net/net.c:1290: undefined reference to `eth_send'<br>/usr/src/u-boot-1.1.4/net/net.c:1319: undefined reference to `eth_send'<br>net/libnet.a(net.o): In function `NetStartAgain':
<br>/usr/src/u-boot-1.1.4/net/net.c:584: undefined reference to `eth_halt'<br>net/libnet.a(net.o): In function `NetLoop':<br>/usr/src/u-boot-1.1.4/net/net.c:302: undefined reference to `eth_halt'<br>/usr/src/u-boot-1.1.4/net/net.c:306: undefined reference to `eth_init'
<br>/usr/src/u-boot-1.1.4/net/net.c:388: undefined reference to `eth_halt'<br>/usr/src/u-boot-1.1.4/net/net.c:488: undefined reference to `eth_rx'<br>/usr/src/u-boot-1.1.4/net/net.c:494: undefined reference to `eth_halt'<br>
/usr/src/u-boot-1.1.4/net/net.c:548: undefined reference to `eth_halt'<br>make: *** [u-boot] Error 1</div>
<div>[root@localhost u-boot-1.1.4]# </div>
<div>&nbsp;</div>
<div>who can help me ,thanks!</div>