BrianSidebotham / arm-tutorial-rpi

Raspberry-Pi Bare Metal Programming in C Tutorial
https://www.valvers.com/open-software/raspberry-pi/bare-metal-programming-in-c-part-1/
MIT License
587 stars 177 forks source link

part02 - failed to simulate gdb #11

Closed ghost closed 4 years ago

ghost commented 6 years ago

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

BrianSidebotham commented 6 years ago

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.

BrianSidebotham commented 4 years ago

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

BrianSidebotham commented 4 years ago

I have removed the references to the simulator now.