intel / intel/confidential-computing.sgx.sdk
Failure to run "./build_compose_run.sh"
- Dominant language
- C++
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
It gives me an error while making progress with the error message below
```
... omitted for brevity
#0 11.39 /usr/bin/ld: warning: /linux-sgx/external/rdrand/src/librdrand.a(rdrand.o): unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001
#0 11.39 /usr/bin/ld: warning: /linux-sgx/external/rdrand/src/librdrand.a(rdrand.o): unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002
#0 11.39 /usr/bin/ld: warning: /linux-sgx/external/rdrand/src/librdrand.a(rdrand.o): unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001
#0 11.39 /usr/bin/ld: enclave.o: unable to initialize decompress status for section .debug_info
#0 11.39 /usr/bin/ld: enclave.o: unable to initialize decompress status for section .debug_info
#0 11.39 /usr/bin/ld: enclave.o: unable to initialize decompress status for section .debug_info
#0 11.39 /usr/bin/ld: enclave.o: unable to initialize decompress status for section .debug_info
#0 11.39 enclave.o: file not recognized: File format not recognized
#0 11.39 collect2: error: ld returned 1 exit status
#0 11.39 make[5]: *** [libsgx_urts_sim.so] Error 1
#0 11.39 make[4]: *** [all] Error 2
#0 11.39 make[3]: *** [urtssim] Error 2
#0 11.39 make[2]: *** [simulation] Error 2
#0 11.39 make[1]: *** [all] Error 2
#0 11.39 make: *** [sdk_no_mitigation] Error 2
------
Dockerfile:58
--------------------
56 | COPY . .
57 |
58 | >>> RUN make sdk_install_pkg_no_mitigation
59 |
60 | WORKDIR /opt/intel
--------------------
ERROR: failed to solve: process "/bin/sh -c make sdk_install_pkg_no_mitigation" did not complete successfully: exit code: 2
```
Thank you in advance!
Contributor guide
Assessment
This issue has not been assessed yet.