This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch release-v0.3.0 in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit 19d9ab82db819a4fd1f31df7eae999f04d0057b5 Author: Yuan Zhuang <[email protected]> AuthorDate: Fri Jun 28 07:35:50 2024 +0000 add warning message for ARM32 --- environment | 1 + 1 file changed, 1 insertion(+) diff --git a/environment b/environment index 5841b82..eb39f1c 100644 --- a/environment +++ b/environment @@ -27,6 +27,7 @@ export OPTEE_CLIENT_DIR="$OPTEE_DIR/optee_client/out" export OPTEE_CLIENT_INCLUDE="$OPTEE_DIR/optee_client/out/export/usr/include" if [ "$ARCH" = "arm" ] then + echo "WARNING: ARM32 is not supported in this release, please use v0.2.0" # use our toolchain as the first choice export PATH=$OPTEE_DIR/toolchains/aarch32/bin:$PATH export VENDOR="qemu.mk" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
