2009-12-01 08:43 PM
uclinux
2011-05-17 04:32 AM
Hi all !
I am running uclinux image(build on the fedora 10 +linux) on my stm32e-eval board,but when i Configure uClinux for STM3210E-EVAL with somes error I don't know to process. how i do with this error ''config/mkconfig > Kconfig CC=cc CXX=c++ make -C /home/host_nguyen/wordspace/uClinux-dist/config/kconfig conf lxdialog/check-lxdialog.sh: line 9: cc: command not found ......................................................... ......................................................... make[1]: Entering directory `/home/host_nguyen/wordspace/uClinux-dist/config/kconfig' cc -DCURSES_LOC='''' -DKBUILD_NO_NLS -c -o conf.o conf.c /bin/sh: cc: command not found make[1]: *** [conf.o] Error 127 make[1]: Leaving directory `/home/host_nguyen/wordspace/uClinux-dist/config/kconfig' make: *** [/home/host_nguyen/wordspace/uClinux-dist/config/kconfig/conf] Error 2 Thanks ! Regards Nguyen2011-05-17 04:32 AM
Hi,
>> ''/bin/sh: cc: command not found '' try to type cc -v in your shell to see if a gnu c compiler exist in your path. Try to install ''c development'' & ''kernel development'' packages from your fedora installation media. Regards, G-Ab.