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 bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: arm-coff build is broken: dies on crtstuff.c with #error
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: arm-coff

Building mainline (combined tree) for arm-coff, with: ../combined/configure --target=arm-coff --
enable-languages=c,c++,objc; make

yields:

make[3]: Entering directory `/tmp/mainline/objdir/gcc'
/tmp/mainline/objdir/gcc/xgcc -B/tmp/mainline/objdir/gcc/ -nostdinc -B/tmp/mainline/objdir/
arm-coff/newlib/ -isystem /tmp/mainline/objdir/arm-coff/newlib/targ-include -isystem /tmp/
mainline/combined/newlib/libc/include -B/usr/local/arm-coff/bin/ -B/usr/local/arm-coff/lib/ -
isystem /usr/local/arm-coff/include -isystem /usr/local/arm-coff/sys-include -L/tmp/mainline/
objdir/ld -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -isystem ./include  -I. -I. -I../../combined/gcc -I../../combined/gcc/. -I../
../combined/gcc/config -I../../combined/gcc/../include   -g0 -finhibit-size-directive -fno-inline-
functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time  \
  -Dinhibit_libc -c ../../combined/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
../../combined/gcc/crtstuff.c:402:2: #error "What are you doing with crtstuff.c, then?"
make[3]: *** [crtbegin.o] Error 1


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