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]

Re: Help needed with Cross/Remote GDB


On Fri, Mar 24, 2006 at 01:07:33PM +1100, Ashray Prasad wrote:
> 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:

> 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'

Sorry, we probably can't help you.  It sounds like you're working on a
custom port, and your port is trying to build a simulator, but the
simulator has not been properly ported.  Also, this is a very old
version of GDB.

Your message says sim_io_eror; there's a sim_io_error in sim-io.c.

-- 
Daniel Jacobowitz
CodeSourcery


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