Thread overview
Error install termux
Aug 04, 2021
Alex
Aug 04, 2021
jfondren
Aug 04, 2021
Alex
Aug 04, 2021
jfondren
Aug 09, 2021
_Coffee
August 04, 2021

please help me to install dlang in termux aarch64 android 6.0

Error:no DMD binaries available for aarch64

August 04, 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 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.

August 04, 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:

>

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?

August 04, 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:

>

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.

August 09, 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