From a5170e350a32ba2b5eb2c457d0c5ae49023a9c28 Mon Sep 17 00:00:00 2001 From: penfold42 Date: Sat, 16 Jun 2018 10:26:08 +1000 Subject: [PATCH] Updated readme with toolchain info and build platforms tested --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f91f2d..86bb31a 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,25 @@ Commodore Plus4 See www.pi1541.com for SD card and hardware configurations. -Building --------- +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 dpkg based linux systems install: -binutils-arm-none-eabi -gcc-arm-none-eabi -libnewlib-arm-none-eabi -libstdc++-arm-none-eabi-newlib +(Tested on osmc/rpi3) +``` +apt-get install binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib +``` +On RHEL/Centos/Fedora systems follow the guide at: +https://web1.foxhollow.ca/?menu=centos7arm +(Tested on Centos7/x64 with GCC7) +https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads/7-2017-q4-major + +Building +-------- ``` make ```