2008-07-11 10:09:33 Error "trying to exec 'cc1': execvp" when Compiling uclinux ?
Oussema Harbi (TUNISIA)
Message: 58684
i tried to compile the version 2007 of uclinux source ,and i got htis error after configurating the kernel and launching the final make command :
bfin-uclinux-gcc: error trying to exec 'cc1': execvp: Aucun fichier ou dossier de ce type
HOSTCC scripts/mod/mk_elfconfig
make[3]: *** [scripts/mod/empty.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
make[2]: *** [scripts/mod] Erreur 2
make[2]: *** Attente des tâches non terminées....
make[1]: *** [scripts] Erreur 2
make[1]: quittant le répertoire « /media/PROFESSIONAL/Stage/Lecture/uclinux-dist/uClinux-dist.R1.1-RC3/linux-2.6.x »
Any suggestions for a solution ?
QuoteReplyEditDelete
2008-07-11 10:49:10 Re: Error "trying to exec 'cc1': execvp" when Compiling uclinux ?
Robin Getz (UNITED STATES)
Message: 58689
Oussema:
It looks like your toolchain is not isntalled correctly. What packages did you install? and did you set your path properly?
Have a look at:
https://docs.blackfin.uclinux.org/doku.php?id=toolchain:installing
-Robin
QuoteReplyEditDelete
2008-07-11 11:52:08 Re: Error "trying to exec 'cc1': execvp" when Compiling uclinux ?
Oussema Harbi (TUNISIA)
Message: 58694
Thank you ,i guess that is the probl
In fact ,i downloaded the toolchain to a virtual server ,that i lost now .I just copied the binaries from it .
For the path ,i exported it to my path ,and the command bfin-uclinux-gcc is recongnized.
I ll download a new copy of the tool chain and install it.
Thank you again.