Jivin Peter Weichai lays it down ... > Hi Guys, > > I managed to solve the previous problem, however i ended up with anther. > > cannot find entry symbol lf2flt; defaulting to 000080b0
You toolchain doe snot support flat binaries, and thus misinterprets the -Wl,-elf2flt option to be "-e lf2flt" Cheers, Davidm > --- On Thu, 5/28/09, Peter Weichai <[email protected]> wrote: > > From: Peter Weichai <[email protected]> > Subject: Unable to compile uclinux-dist, arm-linux-gcc: Command not found > To: [email protected] > Date: Thursday, May 28, 2009, 5:19 AM > > Hi Guys, > > I encounted very weird problem. I couldnt compile my uClinux-dist. From the > terminal screen message, its due to arm-linux-gcc, command not found. However > i already specified the arm-linux-gcc path. Below is what i got from > echo $PATH > > /usr/local/arm/3.4.1/bin:/usr/local/arm/3.4.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games > > Any advice? > Thanks > > > ----------------------------------Screen Message of uclinux-dist > build------------------------ > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/peter/uclinux/uClinux-dist/tools/ucfront' > ln -sf /home/peter/uclinux/uClinux-dist/tools/ucfront/ucfront > tools/ucfront-gcc > ln -sf /home/peter/uclinux/uClinux-dist/tools/ucfront/ucfront > tools/ucfront-g++ > ln -sf /home/peter/uclinux/uClinux-dist/tools/ucfront/ucfront-ld > tools/ucfront-ld > chmod +x tools/romfs-inst.sh tools/modules-alias.sh > . linux-2.6.x/.config; if [ "$CONFIG_INITRAMFS_SOURCE" != "" ]; then \ > mkdir -p `dirname $CONFIG_INITRAMFS_SOURCE`; \ > touch $CONFIG_INITRAMFS_SOURCE || exit 1; \ > fi > make ARCH=arm CROSS_COMPILE=arm-linux- -j1 -C linux-2.6.x || exit 1 > make[1]: arm-linux-gcc: Command not found > make[1]: Entering directory `/home/peter/uclinux/uClinux-dist/linux-2.6.x' > CHK > include/linux/version.h > make[2]: `include/asm-arm/mach-types.h' is up to date. > CHK include/linux/utsrelease.h > CC arch/arm/kernel/asm-offsets.s > /bin/sh: arm-linux-gcc: not found > make[2]: *** [arch/arm/kernel/asm-offsets.s] Error 127 > make[1]: *** [prepare0] Error 2 > make[1]: Leaving directory `/home/peter/uclinux/uClinux-dist/linux-2.6.x' > make: *** [linux] Error 1 > ----------------------------------------------------------------------------------------- > > > > > > > > _______________________________________________ > 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 -- David McCullough, [email protected], Ph:+61 734352815 McAfee - SnapGear http://www.snapgear.com http://www.uCdot.org _______________________________________________ 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
