ARM-simulator problem (undefined target)

Ferenc Kovacs feri1024@freemail.hu
Sat Apr 2 17:04:00 GMT 2005


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



More information about the Gdb mailing list