arm-linux-gnueabi-gccgo
Go compiler (based on GCC) for the armel architecture
Install
- All systems
-
curl cmd.cat/arm-linux-gnueabi-gccgo.sh
- Debian
-
apt-get install gccgo-arm-linux-gnueabi
- Ubuntu
-
apt-get install gccgo-arm-linux-gnueabi
- Kali Linux
-
apt-get install gccgo-arm-linux-gnueabi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gccgo-arm-linux-gnueabi
- Raspbian
-
apt-get install gccgo-arm-linux-gnueabi
- Dockerfile
- dockerfile.run/arm-linux-gnueabi-gccgo
gccgo-arm-linux-gnueabi
Go compiler (based on GCC) for the armel architecture
This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. This is a dependency package providing the default GNU Go cross-compiler for the armel architecture.