-
Notifications
You must be signed in to change notification settings - Fork 12
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
File read Error #72
Comments
Thank you for the report. I think that we cannot execute However, we should be able to execute the simple file I/O program like the one you showed. If it still doesn't work with that command, please attach the binary file to this issue. |
Thank you for your kind explanation. Oh, I understand. It is running on sandbox so I have to connect file manually. I tried I'm excited about fix mnist soon :) |
@LeeJU0912 |
If I try to compile with GCC, I could see this error.
So, I tried to cross-compile to aarch64 with clang-16 on x86 environment, elfconv container. It converted properly, but It cannot read files. This happens not only in this file, I tried with below test code but it couldn't find or create
test_file.txt
.This is
mnist-neural-network-plain-c
test error log. I also tried moveexe.wasm
tomnist-neural-network-plain-c
folder but nothing changed.The text was updated successfully, but these errors were encountered: