uclinux
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-12-01 8:43 PM
Posted on December 02, 2009 at 05:43
uclinux
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:32 AM
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 NguyenOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:32 AM
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.