This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/29120] New: Arm cross-compiler could not be created (assember error)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]