-
Notifications
You must be signed in to change notification settings - Fork 8
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
ld.lld: error: undefined hidden symbol: __math_invalidf #30
Comments
Hello @funkycode thanks for the report. I think this is actually related more to your TinyGo custom build than Mechanoid itself. Can you flash the normal blinky1 program on your board? tinygo flash -target nicenano examples/blinky1 Perhaps you can open an issue in the TinyGo repo to resolve. It might require some docs update for gentoo? Not sure on that one. |
Tinygo does work in general, but not with wazero/wasm host. |
please notice the wazero team currently is not actively maintaining support for this type of cross-build, we merely assisted the mechanoid team to upstream their patches ;) |
Sorry if I was unclear. I doubt it is anything specific to Wazero, rather is something to do with the custom TinyGo install. I meant to |
Also see tinygo-org/tinygo#3530 |
I built tinygo from source as per official documentation (on gentoo here)
tried to run ping pong example on nicenano
btw i tried to do use only tinygo and wazero and get the same results
The text was updated successfully, but these errors were encountered: