ARM-simulator problem (undefined target)
Daniel Jacobowitz
drow@false.org
Sat Apr 2 17:20:00 GMT 2005
[Sorry about resending; I failed to copy the list the first time.]
On Sat, Apr 02, 2005 at 07:05:52PM +0000, Ferenc Kovacs wrote:
> 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??
The simulator doesn't get linked in for arm-linux. I'm not sure if
this is a bug or a feature, to be honest. Try arm-elf.
If folks think arm-linux should include the simulator, I have a patch
around here somewhere to add it...
--
Daniel Jacobowitz
CodeSourcery, LLC
More information about the Gdb
mailing list