From 2e748d0898ab72cde18b475d121f04d2f2d7b168 Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Fri, 23 Mar 2018 10:24:58 +0800 Subject: [PATCH 1/3] Update MPC download root URL --- build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.conf b/build.conf index 8317abb..ef0e2d6 100644 --- a/build.conf +++ b/build.conf @@ -3,7 +3,7 @@ BUILD_NUMBER=arduino2 AVR_SOURCES="http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/${AVR_VERSION}" GNU_SOURCES="http://mirror.switch.ch/ftp/mirror/gnu" -MPC_SOURCES="http://www.multiprecision.org/mpc/download" +MPC_SOURCES="http://www.multiprecision.org/downloads" # The following version numbers are by default parsed out of the SOURCES.README # in the Atmel distribution, you can override here if you want (or if it breaks) From 988e90f558494758cd843c71feef0fdf8c4926b7 Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Fri, 23 Mar 2018 12:44:35 +0800 Subject: [PATCH 2/3] Add wget as a debian requirement --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7a1377c..23adbd5 100644 --- a/Readme.md +++ b/Readme.md @@ -37,7 +37,7 @@ To package, after getting the requirements... #### Debian requirements ```bash -sudo apt-get install build-essential gperf bison subversion texinfo zip automake flex libtinfo-dev pkg-config +sudo apt-get install build-essential gperf bison subversion texinfo zip automake flex libtinfo-dev pkg-config wget ``` #### Mac OSX requirements From 951dd5d7f42836c010806d30caedfe1ba29a4e5a Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Fri, 23 Mar 2018 12:45:21 +0800 Subject: [PATCH 3/3] Indicate correct libc bash script --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 23adbd5..98f0a28 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,7 @@ To just build, after getting the requirements... ./tools.bash ./binutils.build.bash ./gcc.build.bash -./libc.build.bash +./avr-libc.build.bash ./gdb.build.bash ``` after a successful compile the binaries etc will be found in `objdir`