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.
答:
您可以在 SDK 8.1 顶部应用以下补丁。
0001-C-Demo.patch
请按照以下步骤应用补丁:
补丁包含 makerules 更改,以合并 C++ 构建和演示应用程序(以诊断示例形式)。
此补丁已在 j721e SDK 8.1 上验证。可以使用以下命令在 <pdkInstallPath>\packages\ti\build 中为 MCU 和 MPU 内核构建演示应用程序
gmake BOARD=j721e_evm CORE=mcu1_0 CPLUSPLUS_BUILD=yes board_diag_cppTest
gmake BOARD=j721e_evm CORE=mpu1_0 CPLUSPLUS_BUILD=yes board_diag_cppTest