arm-linux-gnueabihf-gcc
GNU C cross-compiler for architecture armhf
Install
- All systems
-
curl cmd.cat/arm-linux-gnueabihf-gcc.sh
- Debian
-
apt-get install gcc-arm-linux-gnueabihf
- Ubuntu
-
apt-get install gcc-arm-linux-gnueabihf
- Kali Linux
-
apt-get install gcc-arm-linux-gnueabihf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf
- Raspbian
-
apt-get install gcc-arm-linux-gnueabihf
- Dockerfile
- dockerfile.run/arm-linux-gnueabihf-gcc
gcc-arm-linux-gnueabihf
GNU C cross-compiler for architecture armhf
This is the GNU C compiler built for cross-building DEB_TARGET_ARCH binaries/packages. This is actually a metapackage that will bring in the correct versioned gcc cross package and symlink to it.
gcc
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C. This is a dependency package providing the default GNU C compiler.