Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

Re: Questions on cross compiling Linux host, PPC target.



| Three things:
| 
| Is there an archive of past messages for this list ?
| 
| 
| Id like to build a Linux hosted PowerPC compiler, is it possible that I
| can re-name all of the PowerPC specific tools ?

By default when you build a cross compiler, the tools are renamed.
Ie, when I build with --target=powerpc-eabi on my Linux box, the tools
are installed as, powerpc-eabi-gcc, etc.

| I want to keep all of the existing tools GCC GAS LD etc, and have all of
| the PowerPC tools named something else, like ppcgcc, ppcgas, ppcld
| etc...
| 
| Im following the FAQ for building a cross compiler, and when I try to
| compile GCC, I get the following errors:
| 
| In file included from hash.c:32
| runtime.h:32: stdio.h: No such file or directory
| runtime.h:33: ctype.h: No such file or directory

This is in building the Objective C runtimes in the compiler space.
Unless you are interested in Objective C, don't build it or the
runtimes, use maybe:

	LANGUAGES='c c++'

when building.


Home | Subject Index | Thread Index