intel / intel/confidential-computing.sgx.sdk

Can't make SGX PSW Installer

Open
#13 10 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C++
Stars
2
Forks
3
PR merge metrics
No merged PRs in 30d

Description

I'm running on Ubuntu* 18.04 LTS Desktop 64bits

When I do `make deb_sgx_enclave_common_pkg` it gives me the following:

`../../../psw/ae/common/proto/messages.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
#error This file was generated by a newer version of protoc which is
^~~~~
../../../psw/ae/common/proto/messages.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
#error incompatible with your Protocol Buffer headers. Please update
^~~~~
../../../psw/ae/common/proto/messages.pb.h:14:2: error: #error your headers.
#error your headers.
^~~~~
In file included from ../../../psw/ae/common/inc/IAEMessage.h:40:0,
from ../../../psw/ae/common/src/AECloseSessionRequest.cpp:38:
../../../psw/ae/common/proto/messages.pb.h:25:10: fatal error: google/protobuf/generated_message_table_driven.h: No such file or directory
#include
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:156: recipe for target 'AECloseSessionRequest.o' failed
make[2]: *** [AECloseSessionRequest.o] Error 1
make[2]: Leaving directory '/home/stefan/linux-sgx/psw/uae_service/linux'
Makefile:52: recipe for target 'uae_service' failed
make[1]: *** [uae_service] Error 2
make[1]: Leaving directory '/home/stefan/linux-sgx/psw'
Makefile:38: recipe for target 'psw' failed
make: *** [psw] Error 2`

I managed to make the SGX SDK installer and also run it but PSW does not build and also deletes the SDK installer when I try to make it

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.