opensgx icon indicating copy to clipboard operation
opensgx copied to clipboard

Build fails on Arch Linux and Ubuntu 17.10

Open hybridNeo opened this issue 6 years ago • 0 comments

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.

hybridNeo avatar Jan 01 '18 18:01 hybridNeo