Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

macOS

Alle Werkzeuge können mit Homebrew oder MacPorts installiert werden:

Werkzeuge mit Homebrew installieren

$ # GDB
$ brew install arm-none-eabi-gdb

$ # OpenOCD
$ brew install openocd

$ # QEMU
$ brew install qemu
HINWEIS Falls OpenOCD abstürzt, müssen Sie möglicherweise die neueste Version installieren; verwenden Sie dazu:
$ brew install --HEAD openocd

Werkzeuge mit MacPorts installieren

$ # GDB
$ sudo port install arm-none-eabi-gcc

$ # OpenOCD
$ sudo port install openocd

$ # QEMU
$ sudo port install qemu

Das war’s! Gehen Sie zum nächsten Abschnitt.