This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Simulating arm-linux binaries
2005/11/14, Daniel Jacobowitz <drow@false.org>:
> Have you considered just using qemu instead? It supports ARM usermode
> emulation, and has a gdb server as a bonus.
qemu-arm works very well with statically linked executables! In
conjunction with Linux binfmt, it makes testing arm-linux binaries a
breeze!
$ cat /proc/sys/fs/binfmt_misc/arm-linux
enabled
interpreter /usr/bin/qemu-arm
flags:
offset 0
magic 7f454c4601010161
Cheers!
Shaun