This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/19438] Unable to build cross-gcc to target powerpc-eabi
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2005 10:29:18 -0000
- Subject: [Bug c/19438] Unable to build cross-gcc to target powerpc-eabi
- References: <20050114095649.19438.qty154@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-14 10:29 -------
At this point the cross-compiler itself is built. You need a cross-assembler to
proceed, i.e you need to have an 'as' with --target=powerpc-eabi and properly
declare it when configuring the cross-compiler. See the docs.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19438