apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
204 stars 58 forks source link

Xargo Version? #87

Closed Rand0x closed 1 year ago

Rand0x commented 1 year ago

I tried to build it with Xargo 0.3.26 and it failed. I tried it with Xargo 0.3.22 and it works?

With Xargo 0.3.26 it says that aarch64-unknown-optee-trustzone may be not installed

DemesneGH commented 1 year ago

Hi @Rand0x

I tried to build it with Xargo 0.3.26 and it failed.

Try to clean your building environment and rebuild? After executing setup.sh, the Xargo will be installed as 0.3.26 and the building process works fine. Other versions of Xargo have not been tested.