public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/50991] New: crtstuff.c:65:23: fatal error: libgcc_tm.h: No such file or  directory
@ 2011-11-04 11:49 danglin at gcc dot gnu.org
  2011-11-04 11:52 ` [Bug other/50991] " danglin at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-11-04 11:49 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50991
           Summary: crtstuff.c:65:23: fatal error: libgcc_tm.h: No such
                    file or  directory
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
                CC: ro@gcc.gnu.org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu


Seems to be a dependency error in generating libgcc_tm.h at -j4.

make[3]: Entering directory `/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libgcc'
# If this is the top-level multilib, build all the other
DEFINES='' HEADERS='' \
                ../../../gcc/libgcc/mkheader.sh > tmp-libgcc_tm.h
/home/dave/gnu/gcc/objdir/./gcc/xgcc -B/home/dave/gnu/gcc/objdir/./gcc/
-B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/bin/
-B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/lib/ -isystem
/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/include -isystem
/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/sys-include    -g -O2 -O2 -g
-O2 -DIN_GCC   -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -I. -I. -I../.././gcc -I../../../gcc/libgcc -I../../../gcc/libgcc/.
-I../../../gcc/libgcc/../gcc -I../../../gcc/libgcc/../include   -g0
-finhibit-size-directive -fno-inline -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize
-fno-stack-protector  -I. -I. -I../.././gcc -I../../../gcc/libgcc
-I../../../gcc/libgcc/. -I../../../gcc/libgcc/../gcc
-I../../../gcc/libgcc/../include  -o crtbegin.o -MT crtbegin.o -MD -MP -MF
crtbegin.dep  -c ../../../gcc/libgcc/crtstuff.c -DCRT_BEGIN
/home/dave/gnu/gcc/objdir/./gcc/xgcc -B/home/dave/gnu/gcc/objdir/./gcc/
-B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/bin/
-B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/lib/ -isystem
/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/include -isystem
/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/sys-include    -g -O2 -O2 -g
-O2 -DIN_GCC   -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -I. -I. -I../.././gcc -I../../../gcc/libgcc -I../../../gcc/libgcc/.
-I../../../gcc/libgcc/../gcc -I../../../gcc/libgcc/../include   -g0
-finhibit-size-directive -fno-inline -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize
-fno-stack-protector  -I. -I. -I../.././gcc -I../../../gcc/libgcc
-I../../../gcc/libgcc/. -I../../../gcc/libgcc/../gcc
-I../../../gcc/libgcc/../include  -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF
crtbeginS.dep  -fPIC -c ../../../gcc/libgcc/crtstuff.c -DCRT_BEGIN
-DCRTSTUFFS_O
# multilibs.
/bin/bash ../../../gcc/libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h
../../../gcc/libgcc/crtstuff.c:65:23: fatal error: libgcc_tm.h: No such file or
directory
compilation terminated.
make[3]: *** [crtbegin.o] Error 1
make[3]: *** Waiting for unfinished jobs....
echo timestamp > libgcc_tm.stamp
../../../gcc/libgcc/crtstuff.c: In function ‘frame_dummy’:
../../../gcc/libgcc/crtstuff.c:387:19: warning: array subscript is above array
bounds [-Warray-bounds]
make[4]: Entering directory `/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libgcc'


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

end of thread, other threads:[~2011-11-06 19:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-04 11:49 [Bug other/50991] New: crtstuff.c:65:23: fatal error: libgcc_tm.h: No such file or directory danglin at gcc dot gnu.org
2011-11-04 11:52 ` [Bug other/50991] " danglin at gcc dot gnu.org
2011-11-04 12:11 ` ro at gcc dot gnu.org
2011-11-04 14:24 ` bonzini at gnu dot org
2011-11-04 14:27 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-11-04 14:33 ` bonzini at gnu dot org
2011-11-04 15:25 ` dave.anglin at bell dot net
2011-11-04 22:30 ` dave.anglin at bell dot net
2011-11-05 20:27 ` danglin at gcc dot gnu.org
2011-11-06 12:03 ` bonzini at gnu dot org
2011-11-06 19:24 ` danglin at gcc dot gnu.org
2011-11-06 19:27 ` danglin at gcc dot gnu.org

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).