Tool/software:
According to the document software-dl.ti.com/.../Overview_Building_the_SDK.html, the image compilation failed repeatedly.
Failure sence 1: The memory/CPU often occupies 100% during compilation, and then freezes. The entire terminal crashes.
Failure sence 2: Or after the compilation is completed, there are multiple warnings and errors: prompt file acquisition failed
But I have already made a proxy for the terminal according to the document
I edited the tisdk/build/conf/local.conf file to limit the use of CPU
BB_NUMBER_THREADS = "8"
PARALLEL_MAKE = "-j 4"
My sdk version : ti-processor-sdk-linux-edgeai-am62a-evm-10_01_00_05
My CPU model is AMD Ryzen 9 9900X 12-Core Processor and the computer has 32G memory
Each failure leaves a lot of compilation artifacts. Do I need to clean it up and recompile? If so: how?