1 Nov 2008 01:47
Re: Building GCC 4.3.2 on powerpc-yellowdog-linux-gnu
Ian Lance Taylor <iant <at> google.com>
2008-11-01 00:47:57 GMT
2008-11-01 00:47:57 GMT
"Angel Tsankov" <fn42551 <at> fmi.uni-sofia.bg> writes:
> I think GCC core is buggy -- when I try to compile a C source file
> (<source dir>/gcc/dbgcnt.c or a simple "int main(){}" program) in <build
> dir> I get this:
> gcc: error trying to exec 'cc1': execvp: No such file or directory
>
> Any ideas whats wrong here?!
If you want to run an uninstalled gcc, you must use a -B option to
tell it where to find the various passes. E.g.,
gcc/xgcc -Bgcc/ -c foo.c
Ian
RSS Feed