Updated readme with toolchain info and build platforms tested
This commit is contained in:
parent
777ab80d99
commit
a5170e350a
1 changed files with 13 additions and 6 deletions
19
README.md
19
README.md
|
@ -13,18 +13,25 @@ Commodore Plus4
|
||||||
|
|
||||||
See www.pi1541.com for SD card and hardware configurations.
|
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.
|
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
|
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads/5-2016-q2-update
|
||||||
|
|
||||||
On dpkg based linux systems install:
|
On dpkg based linux systems install:
|
||||||
binutils-arm-none-eabi
|
(Tested on osmc/rpi3)
|
||||||
gcc-arm-none-eabi
|
```
|
||||||
libnewlib-arm-none-eabi
|
apt-get install binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
|
||||||
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
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue