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 work on an unsupported operating system OpenEuler22.03 and use it as centOS8. I think the required tools to build the Intel(R) SGX SDK are installed and they are the latest version. When I execute the command 'make sdk', the problem is the missing file 'emm_private.h'. Is the problem that the corresponding tool for my OS is not suitable?
The text was updated successfully, but these errors were encountered:
Yes, it is in that submodule. How are the build rules supposed to use external/sgx-emm/emm_src/include/emm_private.h?
This command in your favorite off-the-shelf operating system fails to find the header file:
I work on an unsupported operating system OpenEuler22.03 and use it as centOS8. I think the required tools to build the Intel(R) SGX SDK are installed and they are the latest version. When I execute the command 'make sdk', the problem is the missing file 'emm_private.h'. Is the problem that the corresponding tool for my OS is not suitable?
The text was updated successfully, but these errors were encountered: