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

Это все! Перейдите к следующему разделу.