On Tue, 2002-01-15 at 22:11, [EMAIL PROTECTED] wrote:
> I'm not able to use GDB's ARM Simulator ('target sim' command) when
> configuring GDB with --target=arm-linux. The simulator is built but
> seems to be not included with gdb itself. 
> Configuring with --target=arm-elf works but fails to execute any of my
> binaries built from arm-linux toolchain.

What are the binaries that you're trying to run, exactly?

Programs built for "arm-linux" are normally expecting to execute under
the Linux kernel; they will make all sorts of system calls that the
simulator is not prepared to handle.  If you are trying to run the
kernel itself under the simulator then this won't be a problem but you
will probably have to supply models of at least some extra hardware.

It might help if you described the failure to execute in a bit more
detail.

p.


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to