lsds / sgx-lkl

SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves
MIT License
257 stars 89 forks source link

Add glibc support to SGX-LKL #537

Open prp opened 4 years ago

prp commented 4 years ago

This issue is to track the work on the glibc support for SGX-LKL.

The glibc library is located as the sgx-lkl-glibc git submodule.

Currently only the build system is integrated with SGX-LKL. It can be built using make LIBC=glibc.

qiyuangong commented 4 years ago

Does it mean that we don't need to re-compile application (compiled with glibc) when running with LKL?

prp commented 4 years ago

Yes, but the work on glibc support has not been done yet.

qiyuangong commented 4 years ago

That's great! Let me know if it is ready. :)