Part Number: AM3358 AM335X SDK (ti-processor-sdk-linux-am335x-evm-09.03.05.02)编译内核(make linux)报错:
In file included from /home/xxx/am335x/ti-processor-sdk-linux-am335x-evm-09.03.05.02/external-toolchain-dir/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none…
Thank you for your report. I am not seeing your exact behavior, but there are at least 2 major changes that need to be made to the AM335x Linux SDK documentation for building the kernel. Let's walk through both of those changes together.
First, can…
i have solved this by copying the vhwa_c_models from (ti-processor-sdk-rtos-j721s2-evm-10_01_00_04/$user/ti-processor-sdk-rtos-j721e-evm-10_01_00_04/vhwa_c_models) as make file expecting vhwa_c_models in PSDK_RTOS root folder
bitbake doesn't know that you deleted the deploy-ti directory, so it doesn't think it needs to rebuild the artifacts within the depoy-ti directory.
You will need to clean the recipes that generate the artifacts, and then rebuild the tisdk-base…