-
Notifications
You must be signed in to change notification settings - Fork 543
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
sgx_ippcp.h: No such file or directory #719
Comments
@sbellem, this header file is indeed required by SGX build and could be extracted from optimized lib package.
If follow the steps, suppose you've downloaded the header files before you build the IPP libs. |
Hey @lzha101, thanks for replying. I'd like to better understand the reasoning behind the current approach. If for a moment we only consider the step of building the SGX SDK:
Thank you! |
AEs are not required for SDK but required for PSW/DCAP
The preubuilt version we upload is built in a reproducible environment and the binaries are reproducible. If you don't want to verify the reproducibility, I think you can use the official version. But I have no chance to validate it.
You can refer to the prerequisites in the top README.md for package dependency and find the code dependency from the top Makefile ( target |
(when ipp crypto is built from source) Related to: intel#719 Signed-off-by: Sylvain Bellemare <sbellem@gmail.com>
(when ipp crypto is built from source) Related to: intel#719 Signed-off-by: Sylvain Bellemare <sbellem@gmail.com>
(when ipp crypto is built from source) Related to: #719 Signed-off-by: Sylvain Bellemare <sbellem@gmail.com>
When building
ipp-crypto
from source as per the README.md under./external/ippcp_internal/
thesgx_ippcp.h
header file is missing, which causes problems when building the sdk. Not sure how one is supposed to build IPP Crypto from source and use it to build the SDK without this header file. The header file is listed in the.gitignore
linux-sgx/.gitignore
Line 28 in 82cd9d4
The missing header file is in the optimized libs (e.g. https://download.01.org/intel-sgx/sgx-linux/2.13.3/optimized_libs_2.13.3.tar.gz) which I understand are pulled when running
download_prebuilt.sh
, but in this case the goal is to build the IPP Crypto dependency from source, hence there should be no need to fetch binaries.The text was updated successfully, but these errors were encountered: