gcc: error trying to exec 'cc1': execvp: No such file or directory
Hi All
On feodra 16 installed GHDL(open source simulator) sucessfully.But the problem creates GCC,when try to run simple gcc program gave below error.
"gcc: error trying to exec 'cc1': execvp: No such file or directory"
Re: gcc: error trying to exec 'cc1': execvp: No such file or directory
Thanks stevea.. I installed GHDL(contains GHDL 0.29 and gcc 4.3.4) through ./configure, make and make install on fedora 16.
But fdora16 conatins default version of gcc 4.6.3. I think because of multiple cc1 problem creates.How to solve it?
sudo yum install cpp
Package cpp-4.6.3-2.fc16.x86_64 already installed and latest version
Nothing to do
not work out for me.