[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Missing "exceptions/asm_utils.o" for powerpc 4.7
- Date: Sun, 20 Feb 2005 10:45:34 -0500
- From: Peter Dufault <dufault at hda dot com>
- Subject: Missing "exceptions/asm_utils.o" for powerpc 4.7
OK, my build ran for quite a while (multilibs take forever!) and it
finally failed with:
"powerpc-rtems-gcc: exceptions/asm_utils.o: No such file or directory"
in directory
rtems-4.7/powerpc-rtems/c/mvme500/lib/libcpu/powerpc/mpc6xx (bottom of
log attached).
The configuration is now (from config.status):
rtems config.status 4.6.99.1
configured by ../../tools/rtems-4.7/configure, generated by GNU
Autoconf 2.59,
with options \"'--target=powerpc-rtems'
'--prefix=/opt/rtems-4.7'
'--enable-posix'
'--enable-networking'
'--enable-cxx'
'--enable-rtems-debug'
'--disable-itron'
'--enable-multilib'
'--enable-maintainer-mode'
'--with-cpu=7450'
'--enable-rtemsbsp=mvme5500'
'target_alias=powerpc-rtems'\"
and I've set CC_FOR_TARGET to powerpc-rtems-gcc and CXX_FOR_TARGET to
powerpc-rtems-g++ in the environment prior to the configuration.
They are both version "4.0.0 20050130 (experimental)".
Since this is in a directory named "exceptions", I'm wondering if I
have a new exception versus old exception type of problem (I don't know
much about that yet, but I see it talked about a lot) and if I need to
add something else.
Peter Dufault
HD Associates, Inc.
Making all in mpc505
gmake[7]: Entering directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500/lib/libcpu/powerpc/mpc505'
gmake[7]: Nothing to be done for `all'.
gmake[7]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500/lib/libcpu/powerpc/mpc505'
Making all in mpc6xx
gmake[7]: Entering directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500/lib/libcpu/powerpc/mpc6xx'
if powerpc-rtems-gcc --pipe -B../../../../../../lib/ -B../../../../../../mvme5500/lib/ -specs bsp_specs -qrtems -DPACKAGE_NAME=\"rtems-c-src-lib-libcpu-powerpc\" -DPACKAGE_TARNAME=\"rtems-c-src-lib-libcpu-powerpc\" -DPACKAGE_VERSION=\"4.6.99.1\" -DPACKAGE_STRING=\"rtems-c-src-lib-libcpu-powerpc\ 4.6.99.1\" -DPACKAGE_BUGREPORT=\"rtems-bugs@rtems.com\" -I. -I../../../../../../../../../tools/rtems-4.7/c/src/lib/libcpu/powerpc/mpc6xx -isystem ../../../../../../mvme5500/lib/include -Wall -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450 -O4 -MT exceptions/exceptions_rel-raw_exception.o -MD -MP -MF "exceptions/.deps/exceptions_rel-raw_exception.Tpo" -c -o exceptions/exceptions_rel-raw_exception.o `test -f 'exceptions/raw_exception.c' || echo '../../../../../../../../../tools/rtems-4.7/c/src/lib/libcpu/powerpc/mpc6xx/'`exceptions/raw_exception.c; \
then mv -f "exceptions/.deps/exceptions_rel-raw_exception.Tpo" "exceptions/.deps/exceptions_rel-raw_exception.Po"; else rm -f "exceptions/.deps/exceptions_rel-raw_exception.Tpo"; exit 1; fi
powerpc-rtems-gcc --pipe -B../../../../../../lib/ -B../../../../../../mvme5500/lib/ -specs bsp_specs -qrtems -isystem ../../../../../../mvme5500/lib/include -DASM -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450 -O4 -c ../../../../../../../../../tools/rtems-4.7/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/asm_utils.S
powerpc-rtems-gcc --pipe -B../../../../../../lib/ -B../../../../../../mvme5500/lib/ -specs bsp_specs -qrtems -Wall -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450 -O4 -o exceptions.rel -qnolinkcmds -nostdlib -Wl,-r exceptions/exceptions_rel-raw_exception.o exceptions/asm_utils.o
powerpc-rtems-gcc: exceptions/asm_utils.o: No such file or directory
gmake[7]: *** [exceptions.rel] Error 1
gmake[7]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500/lib/libcpu/powerpc/mpc6xx'
gmake[6]: *** [all-recursive] Error 1
gmake[6]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500/lib/libcpu/powerpc'
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500/lib/libcpu'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500/lib'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c/mvme5500'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7/powerpc-rtems/c'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/home/dufault/work/rtems_builder/powerpc-rtems/rtems-4.7'
gmake: *** [flags/rtems-4.7-powerpc-rtems.all] Error 2