[Bug bootstrap/24438] ARM cross compile build fails with assembler errors in crtstuff.c

2005-10-20 Thread newell at cei dot net


--- Comment #4 from newell at cei dot net  2005-10-20 13:51 ---
As many of you suspected, I managed to royally FUBAR the configuration step. 
How embarrassing.  I'm really sorry for the noise.


-- 

newell at cei dot net changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24438



[Bug bootstrap/24438] ARM cross compile build fails with assembler errors in crtstuff.c

2005-10-19 Thread rearnsha at gcc dot gnu dot org


--- Comment #2 from rearnsha at gcc dot gnu dot org  2005-10-19 09:51 
---
Are you sure you've built and installed an ARM assembler (get gnu binutils). 
If so, are you sure you've configured it with with exactly the same --target...
option as you used when configuring gcc, and that it's on your path.
If your target is arm-unknown-rtems, then the assembler should be installed as
arm-unknown-rtems-as


-- 

rearnsha at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24438



[Bug bootstrap/24438] ARM cross compile build fails with assembler errors in crtstuff.c

2005-10-19 Thread wilson at specifix dot com


--- Comment #3 from wilson at specifix dot com  2005-10-19 19:48 ---
Subject: Re:   New: ARM cross compile build fails with
 assembler errors in crtstuff.c

newell at cei dot net wrote:
 Configured with: ../gcc-4.1-20050515/configure --target=arm-elf
 --prefix=/home/newell/xgcc --with-gnu-as --with-gnu-ld --with-newlib --verbose
 --enable-threads --enable-languages=c

Also, this works much better if you use the exact same --prefix for gcc 
and binutils.  If you want gcc installed in /home/newell/xgcc, then you 
should install binutils there too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24438



[Bug bootstrap/24438] ARM cross compile build fails with assembler errors in crtstuff.c

2005-10-18 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-18 21:12 ---
 as -o crtbegin.o crtstuff.s

The wrong as is being invoked.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Component|regression  |bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24438