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]
Other format: [Raw text]

Re: Hints to build a cross gcc and g++ for barebone (i.e. without OS) mips64 big-endian target?


> Has somebody already made a cross gcc (for C and C++) for MIPS, big endian,
> 64 bits, without OS target?
> 
> I have tried to build a mips-elf newlib target using crosstools-0.32 and
> crosstools' contrib/newlib/ scripts but it fails with message:
> configure: error: No support for this host/target combination.
> make: *** [configure-target-libstdc++-v3] Error 1
> 
Which means that c++ does not know about just a straight ELF format. How
about using google a bit? I am seeing all kinds of discussion out there.

-Steve

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


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