Low level qemu based debugging
Posted
by Dacav
on Stack Overflow
See other posts from Stack Overflow
or by Dacav
Published on 2010-04-09T23:37:22Z
Indexed on
2010/04/09
23:43 UTC
Read the original article
Hit count: 463
I've to test some low level code on an ARM architecture. Typically experimentation is quite complicated on the real board, so I was thinking about QEMU.
What I'd like to get is some kind of debugging information like printfs or gdb. I know that this is simple with linux since it implements both the device driver for the QEMU Integrator and the gdb feature, but I'm not working with Linux. Also I suspect that extracting this kind of functionality from the Linux kernel source code would be complicated.
I'm searching from some simple operating system that already implements one of those features. Do you have some advice?
Thanks in advance.
© Stack Overflow or respective owner