avr-gcc-5.4.0
GNU C compiler (cross compiler for avr)
Install
- All systems
-
curl cmd.cat/avr-gcc-5.4.0.sh
- Debian
-
apt-get install gcc-avr
- Ubuntu
-
apt-get install gcc-avr
- Alpine
-
apk add gcc-avr
- Kali Linux
-
apt-get install gcc-avr
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc-avr
- Raspbian
-
apt-get install gcc-avr
- Dockerfile
- dockerfile.run/avr-gcc-5.4.0
- Docker
-
docker run cmd.cat/avr-gcc-5.4.0 avr-gcc-5.4.0
powered 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.