This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62A: Processor sdk Linux for AM62Ax build problem

Part Number: PROCESSOR-SDK-AM62A

Hi export,

我按照以下步骤下载编译Processor sdk Linux for AM62Ax,但是yocto编译出错,无法继续。请帮忙检查一下是什么问题。

参考文档software-dl.ti.com/.../Overview_Building_the_SDK.html

1)./ti_cgt_armllvm_3.2.0.LTS_linux-x64_installer.bin
2) cd ti-processor-sdk-linux-edgeai-am62axx-evm-09_01_00_07/
./setup.sh
3)cd yocto-build/
./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-09_01_00-config.txt
cd build
./conf/setenv
echo 'ARAGO_BRAND = "edgeai"' >> conf/local.conf
MACHINE=am62axx-evm bitbake -k tisdk-edgeai-image
Error log:
igs@igs:build$ MACHINE=am62axx-evm bitbake -k tisdk-edgeai-image
/usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
  from collections import Mapping
NOTE: Your conf/bblayers.conf has been automatically updated.
NOTE: Your conf/bblayers.conf has been automatically updated.
NOTE: Started PRServer with DBfile: /home/igs/data/AM62/ti-processor-sdk-linux-edgeai-am62axx-evm-09_01_00_07/yocto-build/build/cache/prserv.sqlite3, Address: 127.0.0.1:42813, PID: 17747
ERROR: Directory name ${OEBASE}/build/sstate-cache contains unexpanded bitbake variable. This may cause build failures and WORKDIR polution.