arm-linux-gnueabihf-gdc
GNU D compiler (based on GCC) for the armhf architecture
Install
- All systems
-
curl cmd.cat/arm-linux-gnueabihf-gdc.sh
- Debian
-
apt-get install gdc-arm-linux-gnueabihf
- Ubuntu
-
apt-get install gdc-arm-linux-gnueabihf
- Arch Linux
-
pacman -S gdc
- Kali Linux
-
apt-get install gdc-arm-linux-gnueabihf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gdc-arm-linux-gnueabihf
- Raspbian
-
apt-get install gdc
- Dockerfile
- dockerfile.run/arm-linux-gnueabihf-gdc
gdc-arm-linux-gnueabihf
GNU D compiler (based on GCC) for the armhf architecture
This is the GNU D compiler, which compiles D 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 D cross-compiler for the armhf architecture.
gdc
D compiler (language version 2), based on the GCC backend
This is a dependency package providing the default D compiler. Per policy, all packages that contain D sources must use this package in their Build-Depends line. This compiler supports D language version 2.