This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[Ada] strange errors with make check -j2 --target_board=\{-m32,-m64\}
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: "GCC Development" <gcc at gcc dot gnu dot org>
- Date: Thu, 28 Aug 2008 12:36:16 +0200
- Subject: [Ada] strange errors with make check -j2 --target_board=\{-m32,-m64\}
Dear all,
I get the following errors when running the GNAT testsuite on
x86_64-unknown-linux-gnu with make check -j2
--target_board=\{-m32,-m64\}.
Executing on host: /home/manuel/test/139674M/build/gcc/gnatmake
-I/home/manuel/test/139674M/build/gcc/ada/rts
--GCC=/home/manuel/test/139674M/build/gcc/xgcc --GNATBIND=\
/home/manuel/test/139674M/build/gcc/gnatbind
--GNATLINK=/home/manuel/test/139674M/build/gcc/gnatlink -cargs
-B/home/manuel/test/139674M/build/gcc -largs --GCC=/home/man\
uel/test/139674M/build/gcc/xgcc -B/home/manuel/test/139674M/build/gcc
-margs -q -f /home/manuel/test/src/gcc/testsuite/gnat.dg/allocator_maxalign1.adb
-I/home/manuel\
/test/139674M/build/gcc/ada/rts -lm -m32 -o
./allocator_maxalign1.exe (timeout = 300)
/usr/bin/ld: warning: i386:x86-64 architecture of input file
`b~allocator_maxalign1.o' is incompatible with i386 output^M
/usr/bin/ld: warning: i386:x86-64 architecture of input file
`/home/manuel/test/139674M/build/gcc/ada/rts/ada.o' is incompatible
with i386 output^M
/usr/bin/ld: warning: i386:x86-64 architecture of input file
`/home/manuel/test/139674M/build/gcc/ada/rts/interfac.o' is
incompatible with i386 output^M
/usr/bin/ld: warning: i386:x86-64 architecture of input file
`/home/manuel/test/139674M/build/gcc/ada/rts/system.o' is incompatible
with i386 output^M
It seems like some race condition to me. Any idea?
Cheers,
Manuel.