June 24, 2019
On Monday, 24 June 2019 at 22:24:47 UTC, Newbie2019 wrote:
> any suggestion to fix this __bss_end__ issue for Android ?

Just don't use LLD for now ;); it's not usable for macOS either due to missing magic linker symbols.

> when I use the new ldc2 built example, I get this error

That's the more interesting part. Do you happen not to be using our LLVM fork with custom TLS emulation on Android? [1] It's required for Android.

[1] https://github.com/ldc-developers/llvm/releases

June 24, 2019
On Monday, 24 June 2019 at 23:23:30 UTC, kinke wrote:
> That's the more interesting part. Do you happen not to be using our LLVM fork with custom TLS emulation on Android? [1] It's required for Android.
>
> [1] https://github.com/ldc-developers/llvm/releases

I use termux llvm, I will try build with ldc-llvm.
1 2
Next ›   Last »