From 1c4ba4c4632f88b7cf212dc11cfdd26d104c60a2 Mon Sep 17 00:00:00 2001 From: jazz Date: Thu, 30 Oct 2025 16:26:19 -0500 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index dc92312..d764769 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,8 @@ This project should compile from C++ as long as your arm-none-eabi-g++ is new en 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) +Also try this [list of ARM toolchain downloads](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) + Change this part of Makefile below line 79 if you're not me: ```