arm-linux-gnueabihf-gccgo
Go compiler (based on GCC) for the armhf architecture
Install
- All systems
-
curl cmd.cat/arm-linux-gnueabihf-gccgo.sh
- Debian
-
apt-get install gccgo-arm-linux-gnueabihf
- Ubuntu
-
apt-get install gccgo-arm-linux-gnueabihf
- Kali Linux
-
apt-get install gccgo-arm-linux-gnueabihf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gccgo-arm-linux-gnueabihf
- Raspbian
-
apt-get install gccgo-arm-linux-gnueabihf
- Dockerfile
- dockerfile.run/arm-linux-gnueabihf-gccgo
gccgo-arm-linux-gnueabihf
Go compiler (based on GCC) for the armhf 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 armhf architecture.
gccgo
Go compiler, based on the GCC backend
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 compiler.