Update README.md

to list the linux packages required to build.
Tested on OSMC on a Pi3
This commit is contained in:
penfold42 2018-05-23 21:50:30 +10:00 committed by GitHub
parent 1a9de4c5cd
commit 505dda7de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -16,10 +16,16 @@ See www.pi1541.com for SD card and hardware configurations.
Building Building
-------- --------
I use GNU Tools ARM Embedded tool chain 5.4.1 on Windows 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.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
``` ```
make make
``` ```
This will build kernel.img This will build kernel.img