Open code4lala opened 1 year ago
QBS support has been removed. Please refer to the Quickstart Guide about building OpenTEE. Unfortunately guide is tested on Ubuntu 20.04. If there are any issues with 22.04, then please raise a bug!
Thanks! I tried the doc, and some steps were different. The doc told me:
Run opentee and connection test program /opt/OpenTee/bin/opentee but I only got
opentee-engine
in /opt/OpenTee/bin, notopentee
binary.
I launched opentee-engine as root, then run conn_test, but conn_test stucked at START: conn test app
I searched the opentee-engine process by doing ps aux |grep tee
and killed kill -9 <pid of tee_manager>
, then conn_test printed some ERROR message which lead me to /var/log/syslog.
After checking syslog it seemed tee_launcher could not open libmbedcrypto.so.11, I didn't know why tee_launcher could not find the libmbedcrypto.so.11 located in /usr/local/lib, so I did ln -s /usr/local/lib/libmbedcrypto.so.11 /opt/OpenTee/lib/libmbedcrypto.so.11
, then conn_test worked!
Hi, I followed the doc and tried to build Open-TEE on Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-73-generic x86_64) https://open-tee.github.io/documentation/ after
repo sync
, creating a new file /etc/opentee.conf and pasting the contents into it, I runqbs debug
How to solve the qbs error? Thanks for your kind help!
qbs version is