I also faced the same problem. I emulated cortex m3 in qemu ( $qemu-
system-arm -M lm3s811evb -monitor stdio -kernel out.elf -s -S -gdb
tcp::5 ) and arm-none-linux-gnueabi-gdb --command=./gdbinit
and my gdbinit is below
set verbose on
set solib-absolute-prefix nonexistantpath
set solib-search
** Changed in: qemu
Status: New => Incomplete
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/696094
Title:
TI Stellaris lm3s811evb (ARM Cortex-M3) : Systick interrupt not
working
Status in
Qemu goes into inconsistent state when Cortex M3 systick timer in setup and
enabled.
http://forums.arm.com/index.php?/topic/15159-systick-timer-of-cortex-m3-in-qemu-not-working/
Arunkumar V