From a4379326be57d9346006f9e344846d072dafeae2 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Tue, 24 Dec 2019 10:47:12 +1100 Subject: [PATCH] Fixed #164: toolchain download link for windows is invalid --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dbdef9..2399755 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ See www.pi1541.com for SD card and hardware configurations. Toolchain Installation ---------------------- -On Windows use GNU Tools ARM Embedded tool chain 5.4.1 using make. -https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads/5-2016-q2-update +On Windows use GNU Tools ARM Embedded tool chain 5.4: +https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q2-update +and Make: +http://gnuwin32.sourceforge.net/packages/make.htm + On dpkg based linux systems install: (Tested on osmc/rpi3)