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/17735] New: [4.0 Regression] make stops with "initializer for integer value is too complicated" while building an avr-cross compiler


$ /src/gcc/configure --target=avr --enable-languages=c --disable-nls
--with-as=/usr/local/bin/avr-as --with-ld=/usr/local/bin/avr-ld 
[..]
$ make
[..]
/src/obj/gcc/xgcc -B/src/obj/gcc/ -B/usr/local/avr/bin/ -B/usr/local/avr/lib/
-isystem /usr/local/avr/include -isystem /usr/local/avr/sys-include -O2 
-DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include  -DDF=SF
-Dinhibit_libc -mcall-prologues -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I -I/src/gcc/gcc -I/src/gcc/gcc/ -I/src/gcc/gcc/../include
-I/src/gcc/gcc/../libcpp/include  -DL__main -c /src/gcc/gcc/libgcc2.c -o
libgcc/./__main.o
/src/gcc/gcc/libgcc2.c: In function '__do_global_dtors':
/src/gcc/gcc/libgcc2.c:1576: error: initializer for integer value is too complicated
make[2]: *** [libgcc/./__main.o] Error 1
make[2]: Leaving directory `/src/obj/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/src/obj/gcc'
make: *** [all-gcc] Error 2

-- 
           Summary: [4.0 Regression] make stops with "initializer for
                    integer value is too complicated" while building an avr-
                    cross compiler
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: avr


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


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