BrianSidebotham/arm-tutorial-rpi

ARMC-09 : gdb simulator gives Unhandled v6 thumb insn: 4601

BrianSidebotham opened this issue · 2 comments

When debugging armc-09 with the arm-none-eabi-gdb simulator the error message

Unhandled v6 thumb insn: 4601

To repeat:

arm-none-eabi-gdb
file kernel.elf
target sim
load
break _start
run
s
....
s

is thrown from inside malloc in newlib.

Non of the toolchains these days include the simulator option :(