This is the mail archive of the gcc@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]

b-i-b status on Darwin


To help Zack out (or at least to make sure that the tree doesn't
suddenly break on Darwin), I tried bootstrapping the b-i-b on Darwin.

The first problem I hit appears to be a merge problem,
unwind-dw2-fde-darwin.c doesn't exist on the branch.  I worked around
it by copying the mainline version.  Zack, can you check that no other
files are missing and that no patches got lost?  I'm most worried
about losing testcases.

I restarted the build and tried again, and got:

gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H
-I.
-I.
-I/Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc
-I/Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/.
-I/Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/config
-I/Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/../include
/Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/config/darwin-c.c
In file included from
/Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/config/darwin-c.c:26:
tm.h:8:29: insn-constants.h: No such file or directory
tm.h:9:25: insn-flags.h: No such file or directory

(sorry it's word-wrapped).  I expect this is some kind of Makefile
dependency problem.  I was building using -j2.

So, I tried again without -j.  This got me into stage2; I'll report
back on the results.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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