cancel
Showing results for 
Search instead for 
Did you mean: 

uclinux

lehoangnguyen_bd
Associate
Posted on December 02, 2009 at 05:43

uclinux

2 REPLIES 2
lehoangnguyen_bd
Associate
Posted on May 17, 2011 at 13:32

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

Nguyen

g-ab
Associate II
Posted on May 17, 2011 at 13:32

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.