On 01/24/13 10:33, Brett Mahar wrote:
Hi,

I noticed that there has been some commits relating to arm/beagle/panda
recently, so wanted to build a kernel. But the build fails with the
below error. Should I be using some other TARGET, or is it something
else I'm doing wrong?


Turns out it was my mistake, when I run the commands in this order:

rm -rf /usr/cross/beagle /usr/obj/*
export TARGET_ARCH=arm
export TARGET=beagle
make -f Makefile.cross cross-env
make TARGET=beagle cross-tools
make TARGET=beagle cross-distrib
cd /usr/src && make -f Makefile.cross TARGET=beagle
cd /sys/arch/beagle/conf && config GENERIC
cd /sys/arch/beagle/compile/GENERIC && make clean && beaglemake bsd.umg

the kernel built fine. Thanks to Philip Guenther and Brandon Mercer for supplying the clues I needed to figure that out.

Brett.

Reply via email to