Open
Description
Hey, I saw this Issue and that it has been resolved in this pr , but I get a very similar error on macOS:
tinygo build -o build/wumpus.elf -target pico
/opt/homebrew/Cellar/go/1.23.4/libexec/src/os/signal/signal.go:214: linker could not find symbol os/signal.signalWaitUntilIdle
/opt/homebrew/Cellar/go/1.23.4/libexec/src/os/signal/signal_unix.go:23: linker could not find symbol os/signal.signal_recv
/opt/homebrew/Cellar/go/1.23.4/libexec/src/os/signal/signal_unix.go:49: linker could not find symbol os/signal.signal_enable
/opt/homebrew/Cellar/go/1.23.4/libexec/src/os/signal/signal_unix.go:53: linker could not find symbol os/signal.signal_disable
I was trying to compile https://github.com/wimaha/TeslaBleHttpProxy to get it running on my Raspberry Pi Pico W.
I installed tinygo via brew, version:
tinygo version 0.35.0 darwin/arm64 (using go version go1.23.4 and LLVM version 18.1.2)
Would be nice to get an answer =) Thanks guys!