Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os/signal on macOS #4693

Open
sushi86 opened this issue Jan 12, 2025 · 0 comments
Open

os/signal on macOS #4693

sushi86 opened this issue Jan 12, 2025 · 0 comments
Labels

Comments

@sushi86
Copy link

sushi86 commented Jan 12, 2025

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants