Hello,
Following the steps in https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/09_02_01_09/exports/docs/linux/Overview_Building_the_SDK.html#build-steps
and building tisdk-default-image for am62xx-evm (MACHINE=am62xx-evm bitbake -k tisdk-default-image) on ubuntu 22.04 LTS(Using Vmware 32GB RAM,8core) I get the following errors in meta-ti:
-------------------------------------------------------------------------------
ERROR: Task (/home/User/tisdk/sources/meta-arago/meta-arago-distro/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.9.3.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 10843 tasks of which 10841 didn't need to be rerun and 2 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
Summary: 2 tasks failed:
/home/User/tisdk/sources/meta-clang/recipes-devtools/clang/llvm-project-source.bb:do_unpack
/home/User/tisdk/sources/meta-arago/meta-arago-distro/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.9.3.bb:do_compile
Summary: There were 6 WARNING messages.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
-------------------------------------------------------------------------------
I attached the full error logs.
Could you please let me know how to fix these recipies.
Thank you in advance.