This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
ARM-simulator problem (undefined target)
- From: Ferenc Kovacs <feri1024 at freemail dot hu>
- To: gdb at sources dot redhat dot com
- Date: Sat, 02 Apr 2005 19:05:52 +0000
- Subject: 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