arm-linux-gnueabi-gdc
GNU D compiler (based on GCC) for the armel architecture
Install
- All systems
-
curl cmd.cat/arm-linux-gnueabi-gdc.sh
- Debian
-
apt-get install gdc-arm-linux-gnueabi
- Ubuntu
-
apt-get install gdc-arm-linux-gnueabi
- Kali Linux
-
apt-get install gdc-arm-linux-gnueabi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gdc-arm-linux-gnueabi
- Dockerfile
- dockerfile.run/arm-linux-gnueabi-gdc
gdc-arm-linux-gnueabi
GNU D compiler (based on GCC) for the armel 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 armel architecture.