avr-cpp
GNU C compiler (cross compiler for avr)
Install
- All systems
-
curl cmd.cat/avr-cpp.sh
- Debian
-
apt-get install gcc-avr - Ubuntu
-
apt-get install gcc-avr -
Alpine
-
apk add gcc-avr - Arch Linux
-
pacman -S avr-gcc - Kali Linux
-
apt-get install gcc-avr - Fedora
-
dnf install avr-gcc-1 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install gcc-avr - Raspbian
-
apt-get install gcc-avr - Docker
-
docker run cmd.cat/avr-cpp avr-cpppowered by Commando
gcc-avr
GNU C compiler (cross compiler for avr)
This is the GNU C compiler, a fairly portable optimizing compiler which supports multiple languages. This package includes support for C.
avr-gcc-1
7.2.0-1.fc28.x86_64 : Cross Compiling GNU GCC targeted at avr
avr-gcc
This is a Cross Compiling version of GNU GCC, which can be used
to compile for the avr platform, instead of for the native x86_64 platform.