android arm32 link error with thread local storage

test123 test123 at gmail.com
Thu Sep 15 10:03:08 UTC 2022


when use thread local storage for arm32 android with ubyte type.  
get this error:


```d
static ubyte TLS = ubyte.max;
```

```sh
incompatible section flags for .tdata
test.o:(.tdata._D4testTLSh): 0x3
output section .tdata: 0x403
```

this work for aarch64 or x86.


More information about the digitalmars-d-ldc mailing list