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

Fix sgx_t.mk #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix sgx_t.mk #124

wants to merge 1 commit into from

Conversation

posticarus
Copy link

@posticarus posticarus commented Feb 11, 2019

There is following compile error in sgx_t.mk with a recent SGX SDK 2.4 in Ubuntu 18.04.
"/usr/bin/ld: cannot find -lsgx_tstdcxx"

Maybe the Linking option "-lsgx_tstdcxx" is no more supported over SGX SDK 2.0.100.40950
as a following the Intel Release Note for SGX SDK 1.9.100.39124.
"Note that the Standard C++ Library based on STLPort (sgx_tstdcxx) will be deprecated in the next release"

So, changing "-lsgx_tstdcxx" to "-lsgx_tcxx" is needed.

Thank you.

@posticarus posticarus changed the title sgx_t.mk fixed Fix sgx_t.mk Feb 11, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants