Skip to content
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

Problem in building v2.23 #1015

Open
dzobbe opened this issue Feb 23, 2024 · 0 comments
Open

Problem in building v2.23 #1015

dzobbe opened this issue Feb 23, 2024 · 0 comments

Comments

@dzobbe
Copy link

dzobbe commented Feb 23, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant