|
gdb compiled, now gcc errors
|
10/09/2007 2:08 AM
post1860
|
gdb compiled, now gcc errors
Hi,
I successfully compiled gdb, continuing the same spirit I started gcc here is error message, I came across error that
said no binutils-2.17, then I downloaded binutils for linux 2.17 from download area. This is as far I could get.
---------------------------snip--------------------
/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/./gcc/xgcc -B/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/./gcc
/ -B/opt/qnx630/host/linux/x86/usr/mips-unknown-nto-qnx6.3.0/bin/ -B/opt/qnx630/host/linux/x86/usr/mips-unknown-nto-qnx6
.3.0/lib/ -isystem /opt/qnx630/host/linux/x86/usr/mips-unknown-nto-qnx6.3.0/include -isystem /opt/qnx630/host/linux/x86/
usr/mips-unknown-nto-qnx6.3.0/sys-include -O2 -O2 -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I /usr/local/work/qnx632/target/qnx6/usr/
include -I. -I. -I/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/../gcc -I/home/prem/tmp/tools/gcc/trunk/linux-x86-o
-ntomips/../gcc/. -I/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/../gcc/../include -I/home/prem/tmp/tools/gcc/
trunk/linux-x86-o-ntomips/../gcc/../libcpp/include -I/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/../gcc/../
libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized
-in-bss -fno-toplevel-reorder -G 0 -fpic -mqnx-pic \
-c /home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/../gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
/tmp/ccAClArB.s: Assembler messages:
/tmp/ccAClArB.s:37: Warning: expected `$'
/tmp/ccAClArB.s:37: Warning: Macro instruction expanded into multiple instructions
/tmp/ccAClArB.s:37: Error: junk at end of line, first unrecognized character is `l'
/tmp/ccAClArB.s:76: Warning: expected `$'
/tmp/ccAClArB.s:134: Warning: expected `$'
make[6]: *** [crtbegin.o] Error 1
make[6]: Leaving directory `/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/gcc'
make[5]: *** [extra] Error 2
make[5]: Leaving directory `/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/gcc'
make[4]: *** [stmp-multilib] Error 2
make[4]: Leaving directory `/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips/gcc'
make[3]: *** [all-gcc] Error 2
make[3]: Leaving directory `/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/prem/tmp/tools/gcc/trunk/linux-x86-o-ntomips'
make: *** [all] Error 2
|
|
|