This is the mail archive of the gcc@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-compiler


On Thu, 10 Jan 2002, Alexander Kaps wrote:
> I am a linux developer and I would like to configure gcc as a cross compiler 
> from i686 to mips-irix-6 since I donīt own an SGI. Every try to do this has 
> failed. Is it possible to build a cross compiler for this case? Are there 
> binaries?

Do you at least have includes files and runtime libs for Irix?  If so,
add --with-headers=<path> and --with-libs=<path> to your configure
command.  If not, there's no point in trying.

Jeff


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