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

すべてのツールは、Homebrew または MacPorts を使用してインストールできます。

Homebrew を使用してツールをインストールする

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

$ # OpenOCD
$ brew install openocd

$ # QEMU
$ brew install qemu

注記 OpenOCD がクラッシュする場合は、以下を使用して最新バージョンをインストールする必要があるかもしれません。

$ brew install --HEAD openocd

MacPorts を使用してツールをインストールする

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

$ # OpenOCD
$ sudo port install openocd

$ # QEMU
$ sudo port install qemu

以上です!next section に進んでください。