Coder Social home page Coder Social logo

Comments (2)

jovanbulck avatar jovanbulck commented on July 21, 2024

hm, this seems to be not an issue with SGX-Step, but with your SGX-SDK installation somehow. The 0x4004 error code indicates a problem with acquiring the launch token upon enclave creation:

SGX_ERROR_SERVICE_INVALID_PRIVILEGE = SGX_MK_ERROR(0x4004), /* Enclave has no privilege to get launch token */

https://github.com/intel/linux-sgx/blob/d10c025eb0bfe0c53e524a486f2d17307d0f1206/common/inc/sgx_error.h#L83

Not sure why you get that error exactly though. Especially since you say it works for sdk/intel-sdk/linux-sgx/SampleCode/. Some attention points:

  • If you need LD_LIBRARY_PATH, you should also pass it to the invocation of ./app (nut just ldd above, it just prints stuff but does not set anything), so not sure which version of the SDK you're using exactly here.
  • You'll also need to pass sudo before ./app, but that'll only be a problem after you created the enclave and you'll start the page-table manipulations normally.
  • you should inspect the kernel output using dmesg to see if there's any errors printed in there.

Crucial for current SGX-Step to work is to use the SDK and SGX driver that are in the git submodules, so you should check you don't have another incompatible SGX driver by accident. Specifically, I think the /dev/sgx_enclave driver has recently been upstreamed to the Linux kernel, but I didn't update SGX-Step so you should make sure you don't have that driver and are using the dev/isgx one.

Sorry for the delayed answer, lost track, hope this still helps! Let me know any progress

from sgx-step.

jovanbulck avatar jovanbulck commented on July 21, 2024

issue seems dead, so closing

from sgx-step.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.