Skip to content

Commit 19d9ab8

Browse files
committed
add warning message for ARM32
1 parent 2892fbc commit 19d9ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environment

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export OPTEE_CLIENT_DIR="$OPTEE_DIR/optee_client/out"
2727
export OPTEE_CLIENT_INCLUDE="$OPTEE_DIR/optee_client/out/export/usr/include"
2828
if [ "$ARCH" = "arm" ]
2929
then
30+
echo "WARNING: ARM32 is not supported in this release, please use v0.2.0"
3031
# use our toolchain as the first choice
3132
export PATH=$OPTEE_DIR/toolchains/aarch32/bin:$PATH
3233
export VENDOR="qemu.mk"

0 commit comments

Comments
 (0)