This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

A problem on building cross-compiling environment


Hi,guys,
I don't know whether it is ok to ask the following question.
And I do know you boys here build your own specific cross-compiling
environment from scratch.
But if anyone of you guys once used the uClinux-dist and
arm-elf-toolchain,please help me with the following errors.  Thanks a
lot.


make user_only [ ! -d "user" ] || make ARCH=armnommu CROSS_COMPILE=arm-elf- -C user make[1]: Entering directory `/home/wunan/uClinux-dist/user' for i in busybox ftp games init ramimage samba sash /home/wunan/uClinux-dist/vendors/Samsung/44b0/. /home/wunan/uClinux-dist/prop; do \ if [ -d $i ]; then \ touch $i/.sgbuilt_user; \ make -C $i || exit $? ; \ fi; \ done /bin/sh: ucfront-gcc: command not found /bin/sh: ucfront-gcc: command not found make[2]: Entering directory `/home/wunan/uClinux-dist/user/busybox' ucfront-gcc arm-elf-gcc -O2 -g -fomit-frame-pointer -fno-common -fno-builtin -Wall -DEMBED -Dlinux -D__linux__ -Dunix -D__uClinux__ -I/home/wunan/uClinux-dist/user/busybox/include -I/home/wunan/uClinux-dist/user/busybox/include -I -D_BSD_SOURCE -D__USE_BSD -Wall -Wstrict-prototypes -Wshadow -O2 -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o /home/wunan/uClinux-dist/user/busybox/applets/applets.o /home/wunan/uClinux-dist/user/busybox/applets/applets.c /bin/sh: ucfront-gcc: command not found make[2]: ucfront-gcc:command not found make[2]: *** [/home/wunan/uClinux-dist/user/busybox/applets/applets.o] Error 127 make[2]: Leaving directory `/home/wunan/uClinux-dist/user/busybox' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/wunan/uClinux-dist/user' make: *** [user_only] Error 2


-- Best Wishes!

                                    Sincerely yours
                                    gWuNangle

--
Never Understand Radical Version

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]