-
Notifications
You must be signed in to change notification settings - Fork 556
Description
When building ipp-crypto from source as per the README.md under ./external/ippcp_internal/ the sgx_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 https://github.com/intel/linux-sgx/blob/82cd9d4cce8662dbc4b95b8f15d91b49a2d7aaf6/.gitignore#L28
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.