Trouble with Android and arsd.jni
kinke
noone at nowhere.com
Thu Sep 10 11:58:51 UTC 2020
On Thursday, 10 September 2020 at 11:16:55 UTC, burt wrote:
> However, I am getting linker errors, telling me that _tlsend,
> _tlsstart and __bss_end__ are missing.
Perhaps you happen to use some stale artifacts? These magic
symbols aren't used anymore in druntime since LDC v1.21, and not
defined by the compiler anymore. You also don't need the dummy
main() anymore. The object file containing the undefined
references should shed some light on what's still referencing
them.
More information about the Digitalmars-d-learn
mailing list