-
Notifications
You must be signed in to change notification settings - Fork 918
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
🐛 build error on target "nintendoswitch" when import "fmt" #2530
Comments
go version: 1.17.6 |
tinygo: version 0.22.0-dev-751ac85, here is another errors:
|
What was the last release of tinygo that worked in (if any)? |
seems fine with tinygo version 0.17.0 windows/amd64 (using go version go1.16.13 and LLVM version 11.0.0) tinygo 0.18..0 shows error: undefined symbol: errno |
fwiw, can be reproduced with
|
…smoke test. Test currently enabled on pybadge (chosen at random) TODO: - enable test on arduino; currently fails with "interp: ptrtoint integer size..." (tinygo-org#2389) - enable test on nintendoswitch; currently fails with many missing definitions (tinygo-org#2530)
#2565 includes a regression test for this, but doesn't run it yet from Makefile, as it is still failing. |
…smoke test. Test currently enabled on pybadge (chosen at random) TODO: - enable test on arduino; currently fails with "interp: ptrtoint integer size..." (tinygo-org#2389) - enable test on nintendoswitch; currently fails with many missing definitions (tinygo-org#2530)
…smoke test. Test currently enabled on pybadge (chosen at random) TODO: - enable test on arduino; currently fails with "interp: ptrtoint integer size..." (tinygo-org#2389) - enable test on nintendoswitch; currently fails with many missing definitions (tinygo-org#2530)
I could fix the errno issue in 0.18.0 by changing a line in |
Please see #4648 for a fix. |
Tagging to close this issue on next release. |
$tinygo build -target nintendoswitch -o dummy
The text was updated successfully, but these errors were encountered: