-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to build the project? #1
Comments
Maybe you can try 16.04. |
I follow the "Artifact Appendix" in your paper to build the project. I build it on Ubuntu 16.04, the kernel version is 4.15.0-29-generic. When I run the
It seems the version of
Do you know how to fix it? |
The new Try to update nightly version to 1.36.0 or later. |
I change the version to nightly 1.46.0. Then I get following error when running the command
|
Perhaps this could help: |
I change the Alloc to AllocRef, and get errors:
I simply delete the implementation of
and
It seems that simply delete the |
Hi, I try to build the MPX enabled occlum on my machine. But I meet numerous error by running your script... Is there any instructions to guide users to build the project?
I build the project by running the scripts
prepare.sh
anddownload_and_build_libos.sh
. When I run thedownload_and_build_libos.sh
, the commandmake RELEASE=1
causes following error:It seems the versions for the library is too old.
I am a rust novice, and cannot find solutions on the Internet. Do you know how to fix it?
I build the project in docker by running
docker run --privileged -it --device /dev/isgx occlum/occlum:0.13.1-ubuntu18.04
,and the rust version can be shown by running:
The text was updated successfully, but these errors were encountered: