Hi all,
I have some problems compiling uClinux version. I have downloaded uClinux-dist-20070130 and installed the toolchain m68k-uclinux-tools-20061214. I also added /usr/local/bin to $PATH. Since I'm using Ubuntu 9.10, I also linked the /bin/sh to bash. It would be great if someone could help me. r...@ubuntu:~/uClinux-dist$ make make -C tools/ucfront make[1]: Entering directory `/home/rohs/uClinux-dist/tools/ucfront' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/rohs/uClinux-dist/tools/ucfront' ln -sf /home/rohs/uClinux-dist/tools/ucfront/ucfront tools/ucfront-gcc ln -sf /home/rohs/uClinux-dist/tools/ucfront/ucfront tools/ucfront-g++ ln -sf /home/rohs/uClinux-dist/tools/ucfront/ucfront-ld tools/ucfront-ld make ARCH=m68knommu CROSS_COMPILE=m68k-elf- -j4 -C linux-2.6.x || exit 1 make[1]: m68k-elf-gcc: Command not found make[1]: Entering directory `/home/rohs/uClinux-dist/linux-2.6.x' CHK include/linux/version.h CHK include/linux/utsrelease.h CC scripts/mod/empty.o /bin/sh: /usr/local/bin/m68k-elf-gcc: No such file or directory make[3]: *** [scripts/mod/empty.o] Error 1 make[2]: *** [scripts/mod] Error 2 make[1]: *** [scripts] Error 2 make[1]: INTERNAL: Exiting with 5 jobserver tokens available; should be 4! make[1]: Leaving directory `/home/rohs/uClinux-dist/linux-2.6.x' make: *** [linux] Error 1
_______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev