-
Notifications
You must be signed in to change notification settings - Fork 15
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
waiting for port connection, then shows illegal instruction #49
Comments
If memory serves, one'll get an Illegal Instruction from CRETE custom instructions executed from the Guest OS (done automatically via Native: |
I used the following command : |
Ensure it's |
If I put Crete as prefix in the host OS, it shows command not found |
Assuming you've successfully built it, you'll need to get it into your $PATH, or provide a path to it. It should be in your build/bin directory. |
My build/bin directory is empty although it shows total 8. Is it not built correctly? |
I don't know what you mean by "shows a total of 8" while being empty. If the binaries are not showing up in the |
Hi, I rebuilt crete and I hope it built correctly. When I tried to invoke guest OS by using crete-qemu command, this error shows up: VNC server running on |
Hi, I tried to build crete locally. I did all the steps using the manual. When I ran crete-run, the following error shows up-
[CRETE] Waiting for port..
Illegal Instruction (Core dumped)
What should I do now? Please help out.
The text was updated successfully, but these errors were encountered: