BrianSidebotham/arm-tutorial-rpi

part02 - failed to simulate gdb

Closed this issue · 3 comments

in Step02, Simulation:

after running (gdb) target sim

I get the following output:
Target byte order unspecified
unable to create simulator instance

how to fix:
(gdb) set endian little
(gdb) target sim

Thanks for this @modmod24 - I'm about to update the tutorial for RPi3 and RPI3B+. I'll incorporate the changes to Step02 when I get there.

Unfortunately, none of the toolchains appear appear to be built with the simulator option for some reason nowadays.

I have removed the references to the simulator now.