Open prp opened 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.
sgx-lkl-glibc
Currently only the build system is integrated with SGX-LKL. It can be built using make LIBC=glibc.
make LIBC=glibc
Does it mean that we don't need to re-compile application (compiled with glibc) when running with LKL?
Yes, but the work on glibc support has not been done yet.
That's great! Let me know if it is ready. :)
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
.