-
Notifications
You must be signed in to change notification settings - Fork 628
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
zephyr: unable to build simple example targeting the nucleo_f767zi board with libc wasi #2846
Comments
If I try to execute my WASM code compiled targeting wasi but without the
|
If I compile
If I compile
|
@deadprogram thanks for reporting! I've been working on the zephyr support and will look into this! |
Thanks @hasheddan |
Hello @hasheddan any updates on this by any chance? 😸 |
👋 😺 |
@deadprogram thank you for the ping and my apologies on the delay here! I have just opened #3086 to address the primary issue you encountered here, but am also investigating additional rough spots regarding WASI support with Zephyr. Feel free to try out the patch and report any further problems you encounter! |
Hello, I have the same issue with build to |
Is there any update on this issue? I'm having similar problems building with |
I am trying to build the
product-mini/platforms/zephyr/simple
example targeting thenucleo_f767zi
board withWAMR_BUILD_LIBC_WASI
so that a WASM module compiled forwasi
can execute on the board itself.This is the command I am trying to use to build:
However, the code is unable to build without errors:
Any ideas? Thanks in advance!
The text was updated successfully, but these errors were encountered: