I’m running the Demo for the LM3S811 on QEMU, but I can’t debug it properly because I get the message “No Source Available”.
qemu-system-arm -machine lm3s811evb -kernel ./gcc/RTOSDemo.axf -s -S
and on another terminal I’m running gdb with:
gdb-multiarch ./gcc/RTOSDemo.axf
then I’m connecting to qemu with target remote :1234
What I’m I missing? Thanks in advance.