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]

Re: Cross compile error question: i686 to powerpc--linux-gnu


Joe:

Oh, use the powerpc-eabi target.

b.g.

On Thu, Oct 18, 2001 at 12:18:38PM -0500, William A. Gatliff wrote:
> 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

-- 
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


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