To include the correct package name for GCC-AVR and improved
descriptions.
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
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