From 505dda7de9f23a0d14d38fdcc9c18ef58a167e02 Mon Sep 17 00:00:00 2001 From: penfold42 Date: Wed, 23 May 2018 21:50:30 +1000 Subject: [PATCH] Update README.md to list the linux packages required to build. Tested on OSMC on a Pi3 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd3dbf3..3f91f2d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,16 @@ See www.pi1541.com for SD card and hardware configurations. 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 ``` This will build kernel.img -