commit | 9f8d749123aa6418c4fbe58c899ba698365ab23b | [log] [tgz] |
---|---|---|
author | Weston Carvalho <westoncarvalho@google.com> | Thu Dec 29 14:42:45 2022 -0600 |
committer | Weston Carvalho <westoncarvalho@google.com> | Thu Dec 29 14:42:47 2022 -0600 |
tree | 13aa4cabca1f314af51114a097a517459a57bc84 | |
parent | 665f94db48f9d41f974e8501c51f8ec742787a87 [diff] |
Drop prebuilt Trusty SDK The change is generated with prebuilt drop tool. Change-Id: I37b04b5d189935d413ddf9940327e097d3ec62dc
This SDK provides the necessary libraries, headers, and toolchain for building Trusty applications for integration into the Trusty TEE.
The Trusty API reference is available on our website.
This SDK is currently in flux and no stability guarantees are currently provided. Future versions may add, remove, or change APIs.
make
$ARCH/trusty_sdk.mk
Makefile suitable for including into an existing build system. Sets up the CC
, CXX
, LD
, CFLAGS
, CXXFLAGS
, ASMFLAGS
, and LDFLAGS
variables with appropriate values for building Trusty apps. Includes the function add-trusty-library
that adds the needed flags to compile and link against a particular SDK library. See header comments in this file for more details.$ARCH/lib....mk
Library-specific makefiles that append necessary compile and link flags to use that library. Should be used via add-trusty-library
if using make.sysroots
$ARCH
Sysroot containing the userspace libraries and headers for the corresponding architecture.clang
Version information for the clang toolchain used to compile the SDK and corresponding version of the Trusty kernel. This toolchain must be used to build apps in order to be compatible with this SDK.