You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hey, I saw this Issue and that it has been resolved in this pr , but I get a very similar error on macOS:
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:
Would be nice to get an answer =) Thanks guys!
The text was updated successfully, but these errors were encountered: