On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote:
```
lld-link: error: undefined symbol: _d_newitemT
              [...]
```

Sounds like you're using an older host compiler with newer target libs. That doesn't work, the host compiler needs to be upgraded too. [This is mentioned in https://wiki.dlang.org/Cross-compiling_with_LDC#Default_libraries.]

Reply via email to