digitalmars.D - Error install termux
please help me to install dlang in termux aarch64 android 6.0 Error:no DMD binaries available for aarch64
Aug 03 2021
On Wednesday, 4 August 2021 at 01:00:07 UTC, Alex wrote:please help me to install dlang in termux aarch64 android 6.0 Error:no DMD binaries available for aarch64What command are you running? I just installed termux and `pkg install ldc` works fine. This won't result in a dmd in your PATH; it'll result in an ldc2 in your PATH.
Aug 03 2021
On Wednesday, 4 August 2021 at 02:13:07 UTC, jfondren wrote:On Wednesday, 4 August 2021 at 01:00:07 UTC, Alex wrote:i have installed lcd then what should i do again?please help me to install dlang in termux aarch64 android 6.0 Error:no DMD binaries available for aarch64What command are you running? I just installed termux and `pkg install ldc` works fine. This won't result in a dmd in your PATH; it'll result in an ldc2 in your PATH.
Aug 03 2021
On Wednesday, 4 August 2021 at 03:35:53 UTC, Alex wrote:On Wednesday, 4 August 2021 at 02:13:07 UTC, jfondren wrote:ldc2. That makes dub, ldc2, probably more commands available. You can use those to compile D programs.On Wednesday, 4 August 2021 at 01:00:07 UTC, Alex wrote:i have installed lcd then what should i do again?please help me to install dlang in termux aarch64 android 6.0 Error:no DMD binaries available for aarch64What command are you running? I just installed termux and `pkg install ldc` works fine. This won't result in a dmd in your PATH; it'll result in an ldc2 in your PATH.
Aug 03 2021
On Wednesday, 4 August 2021 at 03:39:14 UTC, jfondren wrote:ldc2. That makes dub, ldc2, probably more commands available. You can use those to compile D programs.I have installed ldc2 `pkg install ldc` and it does not work ``` $ vim hello_world.d $ ldc2 hello_world.d clang-12: error: invalid linker name in argument '-fuse-ld=bfd' Error: /data/data/com.termux/files/usr/bin/cc failed with status: 1 ```
Aug 09 2021