From d76eb324df67b07a123d8f27a365b1e5c64d5360 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 29 Mar 2020 17:18:54 -0700 Subject: Rebuild with gcc 9.3.0 --- 0003-Update-INSTALL-document.patch | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 0003-Update-INSTALL-document.patch (limited to '0003-Update-INSTALL-document.patch') diff --git a/0003-Update-INSTALL-document.patch b/0003-Update-INSTALL-document.patch new file mode 100644 index 0000000..038b518 --- /dev/null +++ b/0003-Update-INSTALL-document.patch @@ -0,0 +1,44 @@ +From 02054c86c9fce8978cc7372b758339191cc9f6d6 Mon Sep 17 00:00:00 2001 +From: Jason Self +Date: Thu, 4 Jul 2019 16:34:28 -0700 +Subject: [PATCH 3/8] Update INSTALL document + +To include the correct package name for GCC-AVR and improved +descriptions. +--- + INSTALL | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/INSTALL b/INSTALL +index 7fb1116..9ea6dad 100644 +--- a/INSTALL ++++ b/INSTALL +@@ -16,14 +16,14 @@ In order to build everything you will need the following on the host + system: + + * A C/C++ compiler, like GCC +- * AVR-GCC +- * Standard C library for AVR-GCC + * Cmake + * GNU Bison/YACC + * GNU Flex + * GNU Gperf + * GNU Make + * GNU Wget ++ * GNU C cross-compiler for AVR ++ * Standard C library for Atmel AVR + * GNU C cross-compiler for ARM: + - arm-linux-gnueabi-gcc + - arm-linux-gnueabi-ld +@@ -34,7 +34,7 @@ system: + + On GNU/Linux distros that use apt you can install these with: + +- apt install avr-gcc avr-libc binutils-arm-linux-gnueabi \ ++ apt install gcc-avr avr-libc binutils-arm-linux-gnueabi \ + binutils-arm-none-eabi bison cmake flex g++ gcc \ + gcc-arm-linux-gnueabi gcc-arm-none-eabi gperf make wget + +-- +2.26.0 + -- cgit v1.2.1