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

这是全部内容,请转入下个章节