Files
liyuxuan_hw 538d316fa5 导出musl库依赖
Signed-off-by: liyuxuan_hw <447978021@qq.com>
2025-07-15 21:21:57 +08:00
..
2025-07-03 14:33:44 +08:00
2022-03-18 14:18:38 +08:00
2025-07-15 21:21:57 +08:00
2022-03-18 14:18:38 +08:00
2022-03-18 14:18:38 +08:00
2025-07-03 14:33:44 +08:00

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