This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: cross GCC from cygwin to AIX5.1: is there a way for runtime libs
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "JeanNo Helal (spectre)" <jeanno dot helal at wanadoo dot fr>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 25 Sep 2005 19:08:40 -0400
- Subject: Re: cross GCC from cygwin to AIX5.1: is there a way for runtime libs
- References: <004d01c5c104$cb7bdf10$0700a8c0@spectre.fr>
> 2) Is it true LD is not reliable for this cross compilation configuration
> whereas binutils 2.14 built without mentioning any problem (and actually
> allows to build a compiler) ?
With the appropriate header files and libraries installed, GCC
itself should be able to function as a cross-compiler producing assembly
files. The GNU assembler and GNU linker do not work reliably for AIX 5.1
and above. There is no other cross-assembler and cross-linker for AIX
5.1, as far as I know.
David