0003-Update-INSTALL-document.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. From 02054c86c9fce8978cc7372b758339191cc9f6d6 Mon Sep 17 00:00:00 2001
  2. From: Jason Self <j@jxself.org>
  3. Date: Thu, 4 Jul 2019 16:34:28 -0700
  4. Subject: [PATCH 3/8] Update INSTALL document
  5. To include the correct package name for GCC-AVR and improved
  6. descriptions.
  7. ---
  8. INSTALL | 6 +++---
  9. 1 file changed, 3 insertions(+), 3 deletions(-)
  10. diff --git a/INSTALL b/INSTALL
  11. index 7fb1116..9ea6dad 100644
  12. --- a/INSTALL
  13. +++ b/INSTALL
  14. @@ -16,14 +16,14 @@ In order to build everything you will need the following on the host
  15. system:
  16. * A C/C++ compiler, like GCC
  17. - * AVR-GCC
  18. - * Standard C library for AVR-GCC
  19. * Cmake
  20. * GNU Bison/YACC
  21. * GNU Flex
  22. * GNU Gperf
  23. * GNU Make
  24. * GNU Wget
  25. + * GNU C cross-compiler for AVR
  26. + * Standard C library for Atmel AVR
  27. * GNU C cross-compiler for ARM:
  28. - arm-linux-gnueabi-gcc
  29. - arm-linux-gnueabi-ld
  30. @@ -34,7 +34,7 @@ system:
  31. On GNU/Linux distros that use apt you can install these with:
  32. - apt install avr-gcc avr-libc binutils-arm-linux-gnueabi \
  33. + apt install gcc-avr avr-libc binutils-arm-linux-gnueabi \
  34. binutils-arm-none-eabi bison cmake flex g++ gcc \
  35. gcc-arm-linux-gnueabi gcc-arm-none-eabi gperf make wget
  36. --
  37. 2.26.0