From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 6 Jun 2006 08:03:31 +0200 Subject: [U-Boot-Users] Help:Errors compile u-boot for cm4008(cpu:ks8695) In-Reply-To: <82421f590606041951t478a018dkd82a1e3ad3a082a4@mail.gmail.com> References: <82421f590606041951t478a018dkd82a1e3ad3a082a4@mail.gmail.com> Message-ID: <200606060803.32304.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. > /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