Hi,

if you have arm-elf-tools installed then you should maybe try to execute

make CROSS_COMPILE=arm-elf-

Cheers,
Markus

Jeff Ramin schrieb:

Hi folks. uClinux newbie here...

I'm trying to get a uClinux emulator running on my linux machine.
I've downloaded ARMulator, and I'm able to run the linux.2.4.x
image that is available from them without any problem.

So, my next step is to run my own locally compiled version of
uClinux. I've been following the instructions on this page:

http://www.ucdot.org/archive/tb/tb20020807.shtml

When I run make config, I choose GDB/linux-2.4 with uC-libc.
make dep completes, but when I run make, I get this:


[ramin] make
make -C tools/ucfront
make[1]: Entering directory `/home/ramin/uClinux/uClinux/uClinux-dist/tools/ucfront'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ramin/uClinux/uClinux/uClinux-dist/tools/ucfront' ln -sf /home/ramin/uClinux/uClinux/uClinux-dist/tools/ucfront/ucfront tools/ucfront-gcc ln -sf /home/ramin/uClinux/uClinux/uClinux-dist/tools/ucfront/ucfront tools/ucfront-g++ ln -sf /home/ramin/uClinux/uClinux/uClinux-dist/tools/ucfront/ucfront-ld tools/ucfront-ld
make ARCH=armnommu CROSS_COMPILE=arm-linux- -j4 -C linux-2.4.x  || exit 1
make[1]: arm-linux-gcc: Command not found
make[1]: Entering directory `/home/ramin/uClinux/uClinux/uClinux-dist/linux-2.4.x'
. scripts/mkversion > .tmpversion
*** 2.4 kernels no longer build correctly with old versions of binutils.
*** Please upgrade your binutils to 2.9.5.
make[1]: *** [checkbin] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/ramin/uClinux/uClinux/uClinux-dist/linux-2.4.x'
make: *** [linux] Error 1


The page above indicates I need the arm-elf tools, but the make file seems to be using arm-linux instead? Have I done something wrong? Where can I get the
arm-linux-gcc and associated other binaries?

Thanks!



_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to