arm-linux-gnueabihf-gcov
GNU C cross-compiler for architecture armhf
Install
- All systems
-
curl cmd.cat/arm-linux-gnueabihf-gcov.sh
- Debian
-
apt-get install gcc-arm-linux-gnueabihf
- Ubuntu
-
apt-get install gcc-arm-linux-gnueabihf
- Alpine
-
apk add gcc
- Arch Linux
-
pacman -S gcc
- Kali Linux
-
apt-get install gcc-arm-linux-gnueabihf
- CentOS
-
yum install gcc
- Fedora
-
dnf install gcc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf
- OS X
-
brew install gcc
- Raspbian
-
apt-get install gcc
- Dockerfile
- dockerfile.run/arm-linux-gnueabihf-gcov
- Docker
-
docker run cmd.cat/arm-linux-gnueabihf-gcov arm-linux-gnueabihf-gcov
powered by Commando
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.