This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cross GCC building error


You have a typo in your configure that isnt helping things:
-target-mips-elf should be --target=mips-elf


You also missed the extra '-' in the binutils configure.


manjunatha writes:


Hi I am geeting the following error on building cross compiler for MIPS,

My binutils config is

#./configure -target=mips-elf --prefix=/usr/local

building and installing binutils is successful

My gcc config is
# ./configure -target-mips-elf --prefix=/usr/local --enable-language=c --with-gnu-as --with-gnu-ad





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