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
Hello, when building the latest v2.23, I am getting this error due to the external cbor dependency. Can you please help? I am using the same command for building since a long time for other versions.
make[5]: Leaving directory '/home/giovanni/linux-sgx/external/cbor/sgx_libcbor/build'
#in case of cbor lib is installed as lib64 on CentOS
if [ -d ./trusted/lib64 ]; then \
mv ./trusted/lib64 ./trusted/lib; \
fi
mv ./trusted/lib/libcbor.a ./trusted/lib/libsgx_cbor.a
mv: cannot stat './trusted/lib/libcbor.a': No such file or directory
My build command is the following:
git clone https://github.com/intel/linux-sgx.git && \
cd linux-sgx && git checkout tags/sgx_"${SDK_V}" && \
make preparation && \
cp external/toolset/ubuntu20.04/* /usr/local/bin && which as ld ld.gold objdump && \
make sdk DESTDIR=/opt/intel/ && \
make sdk_install_pkg
The text was updated successfully, but these errors were encountered:
Hello, when building the latest v2.23, I am getting this error due to the external
cbor
dependency. Can you please help? I am using the same command for building since a long time for other versions.My build command is the following:
The text was updated successfully, but these errors were encountered: