Cross compile error question: i686 to powerpc--linux-gnu
William A. Gatliff
bgat@saturn.billgatliff.com
Thu Oct 18 10:18:00 GMT 2001
Joe:
> So, my base question is, can I set come configuration options to get gcc to
> compile and behave as a bare-bones, text-in/text-out compiler that generates
> target assembly code? Then, can I also get a linker that makes me have to
> specify what I need in order to link?
Sure, just build binutils per the usual procedure (see
http://crossgcc.billgatliff.com for a general guide, if you need
that), and build just xgcc--- the bootstrap compiler (the "make
all-gcc install-gcc" target). At that point, I think you've got what
you're looking for.
Compile with -c or -S, link with a ton of options including the name
of the linker command file. Presto?
b.g.
--
Bill Gatliff
bgat@billgatliff.com
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
More information about the crossgcc
mailing list