Coder Social home page Coder Social logo

Cannot find -lsgx_tstdcxx about talos HOT 8 CLOSED

bsdinis avatar bsdinis commented on June 1, 2024
Cannot find -lsgx_tstdcxx

from talos.

Comments (8)

bsdinis avatar bsdinis commented on June 1, 2024 1

According to the Intel SGX Developer Reference, libsgx_tstdcxx is deprecated and should be replaced by libsgx_tcxx.

So the problem is the __explicit_bzero_chk.
Not sure how to solve

from talos.

plaublin avatar plaublin commented on June 1, 2024 1

There is no roadmap for TaLoS. The authors of TaLoS either changed institution or are working on different projects.
Nevertheless I am trying to address the issues when I have time.

from talos.

bsdinis avatar bsdinis commented on June 1, 2024

https://download.01.org/intel-sgx/linux-2.6/docs/Intel_SGX_Developer_Reference_Linux_2.6_Open_Source.pdf

For reference, page 122

from talos.

plaublin avatar plaublin commented on June 1, 2024

Hi

We are aware of several problems related to newer versions of the SDK and gcc.

One idea (to be tried) is maybe to replace the call to bzero() by a call to memset().
Please feel free to submit a pull request if you happen to solve the issue.

from talos.

bsdinis avatar bsdinis commented on June 1, 2024

OK, another thing I have noticed is the use of -Wall and -Werror in production.

This is, in general, a bad practice, as it makes it harder for users to compile (especially with newer compiler versions); I'm going at it right now, I'll get back if find a solution

from talos.

plaublin avatar plaublin commented on June 1, 2024

TaLoS is a research prototype. This is not production code.
Besides, -Wall -Werror allowed use to find and fix in advance several problems.

from talos.

bsdinis avatar bsdinis commented on June 1, 2024

Fair enough, I mentioned production code as a proxy for "client" code, ie code to be compiled by users and not developers.

As an aside, do you have a roadmap for a production ready version (or integration in sgxssl) ?

from talos.

plaublin avatar plaublin commented on June 1, 2024

Fixed by 64960e0 and a5b5d90

from talos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.