mirror of
https://github.com/openharmony/tee_tee_dev_kit.git
synced 2026-08-24 19:13:10 -04:00
538d316fa5
Signed-off-by: liyuxuan_hw <447978021@qq.com>
make
Introduction
SDK support using both LLVM and GCC toolchain to build Trusted Application.
before building Trusted Application please install target toolchain, and add the toolchain path to system environment.
for example:
export PATH=$PATH:"/path/to/toolchains/clang+llvm/bin/"
or
export PATH=$PATH:"/path/to/gcc-linaro-aarch64-linux-gnu/bin/"
we suggust to use LLVM as it support more security compile options, in this SDK it assume LLVM is used by default.
if you need to use GCC to build your Trusted Application,
please add CONFIG_GCC to your system environment before build your Trusted Application.
using command:
export CONFIG_GCC=y