From 3d0d8669083f49d66686acfd5db088e6b5627d23 Mon Sep 17 00:00:00 2001 From: "Stefan \"Bebbo\" Franke" Date: Tue, 10 Jan 2017 00:23:57 +0100 Subject: [PATCH] added options to build gcc 6 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bbd15c5..3f0197d 100644 --- a/README.md +++ b/README.md @@ -98,22 +98,22 @@ Follow steps listed below: 1. Fetch *amigaos-cross-toolchain* project to your local drive: ``` -# git clone git://github.com/cahirwpz/amigaos-cross-toolchain.git +# git clone git://github.com/bebbo/amigaos-cross-toolchain.git # cd amigaos-cross-toolchain ``` 2. Run `toolchain-m68k` or `toolchain-ppc` script (with `--prefix` option to specify where to install the toolchain). Note, that the destination directory must be writable by the user. ``` -# ./toolchain-m68k --prefix=/opt/m68k-amigaos build +# ./toolchain-m68k --prefix=/opt/m68k-amigaos --binutils 2.14 --gcc 6 build ``` -3. Wait for the result :-) +3. Restart on error and wait for the results :-) 4. *(optional)* Install additional SDKs (e.g. AHI, CyberGraphX, Magic User Interface, etc.): ``` -# ./toolchain-m68k --prefix=/opt/m68k-amigaos install-sdk ahi cgx mui +# ./toolchain-m68k --prefix=/opt/m68k-amigaos --binutils 2.14 --gcc 6 install-sdk ahi cgx mui ``` #### What if something goes wrong? @@ -122,7 +122,7 @@ If the build process fails, please write me an e-mail. I'll try to help out. Do It's **vitally important** to send me a full log from build process. You can capture it by redirecting output to a file with following command: ``` -# ./toolchain-m68k build 2>&1 | tee build.log +# ./toolchain-m68k --binutils 2.14 --gcc 6 build 2>&1 | tee build.log ``` ... but remember to cleanup your build environment beforehand with: