add link to gcc toolchain

This commit is contained in:
2025-10-19 05:33:04 -05:00
parent d77bbcfd0b
commit c56ae9e801

View File

@@ -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 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: Change this part of Makefile below line 79 if you're not me:
``` ```