You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I'm running the demo correctly, but trying to test the demo on QEMU.
It stops each time at this location:
In the code, it's this location:
This is after trying either the instructions to run as they're listed for QEMU in the docs, and trying to getandsethash. I'm using an older build of Keystone and the SDK that's common between the older commits, but I did try with up to date Master on the Keystone and SDK repos, with the dev-new-sdk branch of the demo. And it had the same issue.
If I press CTRL+C, it moves forward partially:
Any thoughts?
Thank you!
The text was updated successfully, but these errors were encountered:
Alright, for anyone else that has this issue, I believe I found the problem. In the cmakelists, there were two issues. The first one is that the "add_keystone_package(package" and cmake lists "package" as reserved. I just changed this to "packagedemo", and changed it in the "add_dependencies" line right below as well.
For the second issue, the host_bin name, package_name, and package_script were listed as demo-server.ke or ./demo-server.riscv. I changed those to enclave-host.riscv, and the package_script to "./enclave-host.riscv" and it doesn't hang anymore.
I'm not sure if I'm running the demo correctly, but trying to test the demo on QEMU.
It stops each time at this location:
In the code, it's this location:
This is after trying either the instructions to run as they're listed for QEMU in the docs, and trying to getandsethash. I'm using an older build of Keystone and the SDK that's common between the older commits, but I did try with up to date Master on the Keystone and SDK repos, with the dev-new-sdk branch of the demo. And it had the same issue.
If I press CTRL+C, it moves forward partially:
Any thoughts?
Thank you!
The text was updated successfully, but these errors were encountered: