This is the mail archive of the gdb@sourceware.org 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]

Help needed with Cross/Remote GDB


Hi,
My lab partner and I have to build a cross-debugger for an A.S.I.C. known as the SE3208, and we're having some troubles doing so (he's working on i686-Linux & I'm working on the MinGW port).

We are *BOTH* getting this error in the following two functions:

[aprasad@localhost build-gdb]$ make -s all
Making all in doc
Making all in po
Making all in po
libsim.a(sim-load.o)(.text+0x58): In function `LSSEXT32':
../../../gdb-5.3/sim/common/sim-n-bits.h:182: undefined reference to `sim_io_er
or'
libsim.a(sim-load.o)(.text+0xcc): In function `MSSEXT32':
../../../gdb-5.3/sim/common/sim-n-bits.h:198: undefined reference to `sim_io_er
or'
collect2: ld returned 1 exit status
make[2]: *** [run] Error 1
make[1]: *** [all] Error 2
make: *** [all-sim] Error 2

We're hoping that somebody would know how to fix this.

Other information that may be of use are the following versions of programs:

GCC 3.2
BinUtils 2.14
NewLib 1.11.0
GDB 5.3

We'd really appreciate it if anyone could give us some advice, since we're not having much luck trying to find a solution.

Ashray
==================================
Ashray Prasad
B.E. (Computer Systems)/B.Sc. (Computer Science)


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