sslab-gatech / opensgx

OpenSGX
Other
293 stars 80 forks source link

Build fails on Arch Linux and Ubuntu 17.10 #59

Open hybridNeo opened 6 years ago

hybridNeo commented 6 years ago

I am trying to build but the following with it fails while building qemu.


opensgx/qemu/user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’
 #define PC_sig(context)       ((context)->uc_mcontext.gregs[REG_RIP])

I have tried downgrading my g++ version to 6.x yet the error persists.