Re: Newbie on embedded linux on PPC: error: cannot find boot.o
From: Grant Likely <hidden>
Date: 2007-09-04 14:48:02
On 9/4/07, Thomas Gerlach [off-list ref] wrote:
hi folks, my name is thomas trying to make embedded linux run on a powerpc, but we've got special boards here, although we use a xilinx virtex4 fpga... as you said in the nabble-thread (see subject), i set up edk9.1 software platform settings und ran libgen to get the xparameters* files. i copied those bsp files into the kernel tree (i use your kernel linux-2.6-virtex from git.secretlabs.ca/git). after configuring the kernel settigs, i try $ make ARCH=ppc CROSS_COMPILE=powerpc-eabi-
You should be using a Linux cross compiler, not powerpc-eabi-. The Xilinx cross compiler will not work to compile Linux kernels. You can build yourself a cross compiler using 'crosstool': http://www.kegel.org/crosstool. Alternately, you can download ELDK: http://www.denx.de/wiki/view/DULG/ELDKAvailability Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195