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-AM335X: Generate SDK for 09.03.05.02 version using Yocto

Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: AM3354

Tool/software:

Hi,

I am trying to generate an SDK for the AM335x processor using Yocto, with the version I mentioned in the title (09.03.05.02).

I followed this guide:

https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/09_03_05_02/exports/docs/linux/Overview_Building_the_SDK.html

I am working on the Ubuntu 22.04, and I did install all prerequisites.

When I run:

$ MACHINE=am335x-evm bitbake meta-toolchain-arago-tisdk

I encounter errors during do_compile tasks when building three recipes (qtbase, gdb, ti-llvm3.6).

I also encounter same errors when trying to build the 'tisdk-default-image' target image.

P. S. I did not make any change to the initial Yocto setup. My environment is exactly the same like in the guide.

P. P. S. I sourced my Yocto environment with: 

configs/processor-sdk/processor-sdk-09.03.05.02-legacy-config.txt

Has anyone dealt with this before?