This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

About error: cannot exec 'cc1': No such file or directory


 
Hi, folks,

I tried to make the cross compiler for mips64-elf these days. when I used
the powerpc-elf-gcc to compile a HelloWorld.c, I got an error like:
------------------------------------------
 ~/compilers/powerpc-elf/bin:143> ../../mips64-elf/bin/mips64-elf-gcc -o
helloworld helloworld.c 
*Initialization*:1: warning: `__SIZE_TYPE__' redefined
*Initialization*:1: warning: `__PTRDIFF_TYPE__' redefined
*Initialization*:1: warning: `__mips' redefined
*Initialization*:1: warning: this is the location of the previous definition
cpp: -lang-c: linker input file unused since linking not done
mips64-elf-gcc: installation problem, cannot exec `cc1': No such file or
directory
------------------------------------------

Can you guys tell me what my problem is, if you happen to know? Thanks in
advance. My current guess is: When I did the configure, I didnot use the
--enable-languages option. Is that the reason??

Hua

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]