Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

Build psw fail

AArya2
New Contributor I
535 Views

Hi,

I am trying to install the psw on Ubuntu, but psw/ae/aesm_service/source/aesm/extension/aesm_encode.cpp doesn't compile.

The error message is as follows:

189:32: error: invalid conversion from ‘const BIO_METHOD* {aka const bio_method_st*}’ to ‘BIO_METHOD* {aka bio_method_st*}’ [-fpermissive]
   BIO_METHOD *bm = BIO_f_base64();
                                ^

It's a rather silly error, should I just open the source file and make an explicit cast?

0 Kudos
1 Reply
Surenthar_S_Intel
535 Views

Hi,

I just tried building PSW by following the steps mentioned in README.md file. Didn't face any errors. Please look in to the below link.

https://github.com/01org/linux-sgx

-Surenthar

0 Kudos
Reply