public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/29120]  New: Arm cross-compiler could not be created (assember error)
@ 2006-09-18  8:45 joaquinduran at adtelecom dot es
  2006-09-19  3:26 ` [Bug target/29120] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: joaquinduran at adtelecom dot es @ 2006-09-18  8:45 UTC (permalink / raw)
  To: gcc-bugs

The gcc compiler for arm could not be created due to an assember error:

- Host compier:

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib --disable-checking
--disable-werror --disable-libunwind-exceptions --disable-multilib
--disable-libmudflap --disable-libssp --disable-libgcj
--enable-languages=c,c++,fortran --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.1 (Gentoo 4.1.1)

- GCC version to compile: gcc-20060915
- Configure command: $../configure --target=arm-linux
- Make command: $make
- Error message:

/home/qduran/gcc/gcc-4.1-20060915/build/./gcc/xgcc
-B/home/qduran/gcc/gcc-4.1-20060915/build/./gcc/ -B/usr/local/arm-linux/bin/
-B/usr/local/arm-linux/lib/ -isystem /usr/local/arm-linux/include -isystem
/usr/local/arm-linux/sys-include -O2  -O2 -g -O2  -DIN_GCC -DCROSS_COMPILE   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include  -fomit-frame-pointer -fPIC -g0
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I.
-I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I../../gcc/../libcpp/include  -DL_powisf2 -fvisibility=hidden -DHIDE_EXPORTS
-c ../../gcc/libgcc2.c -o libgcc/./_powisf2.o
/tmp/ccX0Fy1s.s: Assembler messages:
/tmp/ccX0Fy1s.s:12: Error: selected processor does not support `ldfs
f1,[sp],#4'
/tmp/ccX0Fy1s.s:16: Error: selected processor does not support `mvfnes f0,f1'
/tmp/ccX0Fy1s.s:17: Error: selected processor does not support `mvfeqs f0,#1'
/tmp/ccX0Fy1s.s:22: Error: selected processor does not support `fmls f1,f1,f1'
/tmp/ccX0Fy1s.s:23: Error: selected processor does not support `fmlnes
f0,f0,f1'
/tmp/ccX0Fy1s.s:28: Error: selected processor does not support `frdlts
f0,f0,#1'
make[3]: *** [libgcc/./_powisf2.o] Error 1
make[3]: Leaving directory `/home/qduran/gcc/gcc-4.1-20060915/build/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/home/qduran/gcc/gcc-4.1-20060915/build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/qduran/gcc/gcc-4.1-20060915/build'
make: *** [all] Error 2

If any other information is needed, please, let me know.


-- 
           Summary: Arm cross-compiler could not be created (assember error)
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joaquinduran at adtelecom dot es
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: arm-linux


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/29120] Arm cross-compiler could not be created (assember error)
  2006-09-18  8:45 [Bug target/29120] New: Arm cross-compiler could not be created (assember error) joaquinduran at adtelecom dot es
@ 2006-09-19  3:26 ` pinskia at gcc dot gnu dot org
  2007-02-06 13:58 ` s_j_newbury at yahoo dot co dot uk
  2007-02-06 14:26 ` joaquinduran at adtelecom dot es
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-19  3:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-19 03:26 -------
Yes how did you configure binutils?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/29120] Arm cross-compiler could not be created (assember error)
  2006-09-18  8:45 [Bug target/29120] New: Arm cross-compiler could not be created (assember error) joaquinduran at adtelecom dot es
  2006-09-19  3:26 ` [Bug target/29120] " pinskia at gcc dot gnu dot org
@ 2007-02-06 13:58 ` s_j_newbury at yahoo dot co dot uk
  2007-02-06 14:26 ` joaquinduran at adtelecom dot es
  2 siblings, 0 replies; 4+ messages in thread
From: s_j_newbury at yahoo dot co dot uk @ 2007-02-06 13:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from s_j_newbury at yahoo dot co dot uk  2007-02-06 13:58 -------
Sounds like you're trying to build a hard-float compiler for a soft-float
(binutils) target.


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/29120] Arm cross-compiler could not be created (assember error)
  2006-09-18  8:45 [Bug target/29120] New: Arm cross-compiler could not be created (assember error) joaquinduran at adtelecom dot es
  2006-09-19  3:26 ` [Bug target/29120] " pinskia at gcc dot gnu dot org
  2007-02-06 13:58 ` s_j_newbury at yahoo dot co dot uk
@ 2007-02-06 14:26 ` joaquinduran at adtelecom dot es
  2 siblings, 0 replies; 4+ messages in thread
From: joaquinduran at adtelecom dot es @ 2007-02-06 14:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from joaquinduran at adtelecom dot es  2007-02-06 14:26 -------
Forget the bug.

I submmited it because I wa not able to build it from Open Embedded meta-data.
The fix was update the meda-data used to generate the images (which specifies
the ./configure options; very similar to gentoo).

I've build gcc 4.1.1 for arm and is performing very well.


-- 

joaquinduran at adtelecom dot es changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-06 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-18  8:45 [Bug target/29120] New: Arm cross-compiler could not be created (assember error) joaquinduran at adtelecom dot es
2006-09-19  3:26 ` [Bug target/29120] " pinskia at gcc dot gnu dot org
2007-02-06 13:58 ` s_j_newbury at yahoo dot co dot uk
2007-02-06 14:26 ` joaquinduran at adtelecom dot es

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).