www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Error install termux

reply Alex <a91k3c1l gmail.com> writes:
please help me to install dlang in termux aarch64 android 6.0

Error:no DMD binaries available for aarch64
Aug 03 2021
parent reply jfondren <julian.fondren gmail.com> writes:
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 aarch64
What 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
parent reply Alex <a91k3c1l gmail.com> writes:
On Wednesday, 4 August 2021 at 02:13:07 UTC, jfondren wrote:
 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 aarch64
What 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.
i have installed lcd then what should i do again?
Aug 03 2021
parent reply jfondren <julian.fondren gmail.com> writes:
On Wednesday, 4 August 2021 at 03:35:53 UTC, Alex wrote:
 On Wednesday, 4 August 2021 at 02:13:07 UTC, jfondren wrote:
 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 aarch64
What 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.
i have installed lcd then what should i do again?
ldc2. That makes dub, ldc2, probably more commands available. You can use those to compile D programs.
Aug 03 2021
parent _Coffee <rukkaplus gmail.com> writes:
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