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:
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?