macOS

All the tools can be install using Homebrew:

  1. $ # GDB
  2. $ brew install armmbed/formulae/arm-none-eabi-gcc
  3. $ # OpenOCD
  4. $ brew install openocd
  5. $ # QEMU
  6. $ brew install qemu

That's all! Go to the next section.