From 4c2d4b4fe1b53ae48e5a1bcb832886e507f6a404 Mon Sep 17 00:00:00 2001 From: Tobin Smit <34180989+tobinsmit@users.noreply.github.com> Date: Sat, 9 Sep 2023 16:41:44 +1000 Subject: [PATCH] Added suggestion for macOsS to install arm-none-eabi-gcc --- Compiling-and-flashing-the-firmware.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Compiling-and-flashing-the-firmware.md b/Compiling-and-flashing-the-firmware.md index b21b0fa..239257a 100644 --- a/Compiling-and-flashing-the-firmware.md +++ b/Compiling-and-flashing-the-firmware.md @@ -66,6 +66,10 @@ openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c flash "write_image ``` brew install stlink ``` +You may also need to install `arm-none-eabi-gcc`: +``` +brew install armmbed/formulae/arm-none-eabi-gcc +``` - open a terminal in the repo check-out folder and if you have definded the variant in [config.h](/Inc/config.h) type: ``` make