We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing make in i.e /helloworld, it fails with;
make
... Building: helloworld/helloworld.elf Building: helloworld/helloworld.z64 fopen: No such file or directory Makefile:67: recipe for target 'helloworld.z64' failed make: *** [helloworld.z64] Error 1
The image helloworld.z64 is generated but I have not checked if it is running or not yet.
The text was updated successfully, but these errors were encountered:
You're missing some boot file, I think?
Sorry, something went wrong.
Duplicate of #1
No branches or pull requests
When doing
make
in i.e /helloworld, it fails with;The image helloworld.z64 is generated but I have not checked if it is running or not yet.
The text was updated successfully, but these errors were encountered: