tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.34k stars 906 forks source link

link error on macOS ld.lld: error: undefined symbol: _golang.org/x/sys/unix.syscall_syscall #4395

Open ldemailly opened 2 months ago

ldemailly commented 2 months ago

Trying to use x/term on macOS for instance:

ld.lld: error: undefined symbol: _golang.org/x/sys/unix.syscall_syscall

ldemailly commented 2 months ago

correction: it works on linux