From 7160ff10c202e13f0eef6e9fc12aa64d5e5a6579 Mon Sep 17 00:00:00 2001 From: Tee-Kiah Chia Date: Tue, 20 Feb 2018 20:38:48 +0800 Subject: [PATCH] ia16-elf-gcc: precompiled Ubuntu pkgs. as a way to get toolchain --- docs/build.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/build.txt b/docs/build.txt index ffb2eab..283a5cd 100644 --- a/docs/build.txt +++ b/docs/build.txt @@ -36,9 +36,11 @@ make clobber You can now also cross compile with T.K. Chia's fork of ia16-elf-gcc, which is available at https://github.com/tkchia/gcc-ia16, using make all COMPILER=gcc -or by setting COMPILER=gcc in config.mak. For now ia16-elf-gcc needs -to be compiled from source. Only releases 20171210 and later -are supported. +or by setting COMPILER=gcc in config.mak. If you are using Ubuntu +Linux 16.04 LTS (Xenial Xerus), there are precompiled ia16-elf-gcc +packages at https://launchpad.net/~tkchia/+archive/ubuntu/build-ia16/. +Otherwise, for now ia16-elf-gcc needs to be compiled from source. +Only releases 20171210 and later are supported. Notes: ======