From c56ae9e801a9172f97af58d03aeb9100b3102cfa Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Sun, 19 Oct 2025 05:33:04 -0500 Subject: [PATCH] add link to gcc toolchain --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 0fc116e..dc92312 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,8 @@ STM32 seems so very not designed to work with C++, but you can absolutely make i This project should compile from C++ as long as your arm-none-eabi-g++ is new enough... works on my machine anyways +Try [this](https://developer.arm.com/-/media/Files/downloads/gnu/14.3.rel1/binrel/arm-gnu-toolchain-14.3.rel1-x86_64-arm-none-eabi.tar.xz) + Change this part of Makefile below line 79 if you're not me: ```