This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

still getting errors on the debuggers


Besides the build restart problems, I'm also getting :

[INFO ]  Installing C library
[INFO ]  Installing C library: done in 64.00s (at 13:02)
[INFO ]  Saving state to restart at step 'cc'...
[INFO ]  =================================================================
[INFO ]  Installing final compiler
[ERROR]    /Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/gencheck.c:30:24:
error: all-tree.def: No such file or directory
[ERROR]    make[3]: *** [build/gencheck.o] Error 1
[ERROR]    make[2]: *** [all-gcc] Error 2
[ERROR]    make[1]: *** [all] Error 2
[ERROR]
[ERROR]    >>  Build failed in step 'Installing final compiler'
[ERROR]    >>
[ERROR]    >>  Error happened in: CT_DoExecLog[scripts/functions]
[ERROR]    >>        called from: do_cc[scripts/build/cc/gcc.sh@623]
[ERROR]    >>        called from: main[scripts/crosstool-NG.sh@584]
[ERROR]    >>
[ERROR]    >>  For more info on this error, look at the file: 'build.log'
[ERROR]    >>  There is a list of known issues, some with workarounds, in:
[ERROR]    >>      'docs/B - Known issues.txt'
[ERROR]
[ERROR]    Build failed in step 'Installing final compiler'

in build.log :

49356 [ALL  ]    cat
/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/config/fp-bit.c
      >> fp-bit.c49357 [ALL  ]    /bin/bash
/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/../move-i
  f-change tmp-options.h options.h
49358 [ALL  ]    echo timestamp > s-options-h
49359 [ALL  ]    x86_64-build_apple-darwin10.8.0-gcc -c -pipe -DIN_GCC
-DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -Ibuild
-I/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc
-I/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/build
-I/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/../include
-I/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/../libcpp/include
-I/Volumes/Crosstools/crosstool-ng/.build/mips-osx-linux-uclibc/build/static/include
-I/Volumes/Crosstools/crosstool-ng/.build/mips-osx-linux-uclibc/build/static/include
-I/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/../libdecnumber
-I/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/../libdecnumber/dpd
-I../libdecnumber
-I/Volumes/Crosstools/crosstool-ng/.build/mips-osx-linux-uclibc/build/static/include
 -I/Volumes/Crosstools/crosstool-ng/.build/mips-osx-linux-uclibc/build/static/include
-DCLOOG_PPL_BACKEND   -o build/gencheck.o
/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/gencheck.c
49360 [ERROR]
/Volumes/Crosstools/crosstool-ng/.build/src/gcc-4.4.6/gcc/gencheck.c:30:24:
error: all-tree.def: No such file or directory
49361 [ERROR]    make[3]: *** [build/gencheck.o] Error 1

I saw that mentioned on http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46173

I fixed the Makefile, replacing tree.def by all-tree.def, and tried to
see what happens - only to get the gdb bug back, and "without-shared"
(static tic) problem reappearing in 300-gdb.sh (I had patched it!) I'm
doing something wrong there because the fixes were reversed.

Anyway, I then tried again without GDB at all, and it is ltrace that's
bugging with a missing "Darwin" file:

in build.log:
29803 [CFG  ]    configure: creating config.h29804 [EXTRA]    Building ltrace
29805 [DEBUG]    ==> Executing: 'make'
29806 [ALL  ]    mips-osx-linux-uclibc-gcc -Wall -g -O2 -iquote
/Volumes/Crosstools/crosstool-ng/.build/mips-osx-linux-uclibc/build/build-ltrace
-iquote /Volumes/Crosstools/crosstool
-ng/.build/mips-osx-linux-uclibc/build/build-ltrace/sysdeps/Darwin
-DSYSCONFDIR="/usr/etc"   -c -o main.o main.c29807 [ALL  ]
/usr/bin/make -C sysdeps/Darwin
29808 [ALL  ]    make: *** sysdeps/Darwin: No such file or directory.
Stop.29809 [ERROR]    make[1]: *** [sysdeps/sysdep.o] Error 2

There are some serious problems with Darwin. I don't know enough of
cross-ng to fix them all.

-- 
vCard: http://guylhem.tel

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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