-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Linux Core SDK
-
LCPD-46149
-
11.02
-
12.00.00
-
The following build steps in the documentation for building the OPTEE-OS are not working
The following exports works
❯ export CROSS_COMPILE_64="${SDK_INSTALL_DIR}/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-"
❯ export SYSROOT_64="${SDK_INSTALL_DIR}/linux-devkit/sysroots/aarch64-oe-linux"
❯ export CFLAGS64="--sysroot=${SYSROOT_64}"
❯ export CROSS_COMPILE_32="${SDK_INSTALL_DIR}/k3r5-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-oe-eabi/arm-oe-eabi-"
❯ export SYSROOT_32="${SDK_INSTALL_DIR}/k3r5-devkit/sysroots/armv7at2hf-vfp-oe-eabi"
❯ export CFLAGS32="--sysroot=${SYSROOT_32}"
Fixed by: https://github.com/TexasInstruments/processor-sdk-doc/pull/606