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: ```