This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

Insight build error


Hi,

I'm building tools for run application on mips simulator. I compiled binutils
and gcc in accordance with:
http://ecos.sourceware.org/tools/win-mips-tx39-elf.html. I compiled insight 5.0
and when I used make utility, I got the following error:

make[3]: Entering directory `/tmp/build/gdb/sim/igen'
gcc -c -g -O2   -I. -I/src/gdb/insight-5.0/sim/igen -I/src/gdb/insight-5.0/sim/i
gen/../../include -O0 /src/gdb/insight-5.0/sim/igen/lf.c
/src/gdb/insight-5.0 /sim/igen/lf.c:261:27: missing terminating " character
/src/gdb/insight-5.0/sim/igen/lf.c: In function `lf_print__gnu_copyleft':
/src/gdb/insight-5.0/sim/igen/lf.c:264: error: parse error before "Copyright"
/src/gdb/insight-5.0/sim/igen/lf.c:264: error: syntax error at '@' token
/src/gdb/insight-5.0/sim/igen/lf.c:266: error: `you' undeclared (first use in th
is function)
/src/gdb/insight- 5.0/sim/igen/lf.c:266: error: (Each undeclared identifier is
re
ported only once
/src/gdb/insight-5.0/sim/igen/lf.c:266: error: for each function it appears in.)

/src/gdb/insight-5.0/sim/igen/lf.c:268: error: `either' undeclared (first use in
 this function)
/src/gdb/insight-5.0/sim/igen/lf.c:272: error: `without' undeclared (first use i
n this function)
/src/gdb/insight- 5.0/sim/igen/lf.c:283:1: missing terminating " character
make[3]: *** [lf.o] Error 1
make[3]: Leaving directory `/tmp/build/gdb/sim/igen'
make[2]: *** [../igen/igen] Error 2
make[2]: Leaving directory `/tmp/build/gdb/sim/mips'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/gdb/sim'
make: *** [all-sim] Error 2
make: Leaving directory `/tmp/build/gdb'

Can anybody help me how to solve this error?
Regards,
Marcos


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