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]

ARM-simulator problem (undefined target)


Hello!

I need to test some ARM/THUMB executables in GDB but i
have some problems building a working simulator. I configured GDB-6.3 with these command line options:


./configure --target=arm-unknown-linux --prefix=$INSTALL_DIR

When i enter "target sim" on GDB's prompt, i get the
following message:

Undefined target command: "sim". Try "help target".

The "help target" lists only exec, remote, async, etc. but
no sim. I think my target ("arm-unknown-linux") matches
the "arm*-*-*" pattern in gdb-6.3/sim/configure and i have the
libarm-unknown-linux-sim.a in the $INSTALL_DIR/lib directory,
but it's still not working...

Could somebody tell me what can be the problem??

Thank you!

Feri


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