
Hi Peng,
On Monday 05 June 2006 04:51, peng smallstar wrote:
When I compile u-boot1.1.4 fo cm4008 and cm41xx,there many errors:
Works here without problems. Just tried it again.
<snip>
/usr/src/u-boot-1.1.4/net/net.c:302: undefined reference to `eth_halt' /usr/src/u-boot-1.1.4/net/net.c:306: undefined reference to `eth_init' /usr/src/u-boot-1.1.4/net/net.c:388: undefined reference to `eth_halt' /usr/src/u-boot-1.1.4/net/net.c:488: undefined reference to `eth_rx' /usr/src/u-boot-1.1.4/net/net.c:494: undefined reference to `eth_halt' /usr/src/u-boot-1.1.4/net/net.c:548: undefined reference to `eth_halt'
Did you change the board config file? Seems like you compile U-Boot with ethernet support but without ethernet driver. In the original board config files the driver is enabled (#define CONFIG_DRIVER_KS8695ETH).
Best regards, Stefan