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.
工具与软件:
您好!
我正在尝试弄清楚如何在 Arm Cortex-R5F 单核和 单核 Arm Cortex-M4F MCU 上刷写不同的应用。 我已经开始使用 ti\*MCU_PLUS_SDK*\examples\empty\*am243x-evm*\system_nortos 中的空工程。
0_nortos_ti-arm-clang.rprc@14 >> Debug/temp_stdout_Debug.txt makefile_system_ccs_bootimage_gen:64:目标"all"的配方失败 文件../empty_am243x-evm_r5fss0-0_nortos_ti-arm-clang/Debug/empty_am243x-evm_r5fss0-0_nortos_ti-arm-clang.rprc 不存在 gmake[1]:***[All]错误1. gmake[1]:正在离开目录"C:/dev/ccs/empty_am243x-evm_system_nortos Makefile:15:目标'system-post-build'的配方失败 Gmake:[system-post-build]错误2 (已忽略) |
那么、您能为我提供指导吗
你好、Jacob、
针对 EVM 和 LP、请遵循单独的初始化过程。
我建议您导入一个在多个内核之间通信的 IPC 示例。 您可以在以下位置找到它: https://github.com/TexasInstruments/mcupsdk-core/tree/next/examples/drivers/ipc/ipc_rpmsg_echo
[报价]
- 如何使用 M4F MCU 内核和 R5主内核构建成功的多核应用程序?
- 哪些应用程序可以刷写到 M4F MCU 内核上?
- 关于如何正确使用这两个内核进行交叉通信的其他建议/提示?
当您浏览上述示例并运行时、您的三个问题大部分应该得到解答。
此致、
Vaibhav
-我已经完成初始化。 我 能够在 SoC 上运行单核示例并对其进行编辑(如 hello_world.c 示例)。
-一旦在单独的内核上运行了两个项目,我将查看 IPC 示例。 目前我无法像前面提到的那样构建示例多核工程。
您知道我为什么会收到它吗 生成错误 对于引用的"empty"示例工程(多核工程)? 即使我将.xml 文件限制为1个内核并选择 hello_world 项目、我也会得到构建错误和一个生成的空二进制.appimage。 有什么关于如何修复此器件的想法吗?
再次出现错误:
**** Build of configuration Debug for project empty_am243x-evm_system_nortos **** "C:\\ti\\ccs1271\\ccs\\utils\\bin\\gmake" -k system-post-build C:/ti/ccs1271/ccs/utils/bin/gmake -C C:\dev\ccs\empty_am243x-evm_system_nortos -f makefile_system_ccs_bootimage_gen OUTNAME=empty_system PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am243x_09_02_01_05 CG_TOOL_ROOT=C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS CCS_INSTALL_DIR=C:\ti\ccs1271\ccs CCS_IDE_MODE=desktop gmake[1]: Entering directory 'C:/dev/ccs/empty_am243x-evm_system_nortos' Boot multi-core image: Debug/empty_system.appimage ... C:\ti\ccs1271\ccs/tools/node/node C:/ti/mcu_plus_sdk_am243x_09_02_01_05/tools/boot/multicoreImageGen/multicoreImageGen.js --devID 55 --out Debug/empty_system.appimage ../empty_am243x-evm_r5fss0-0_nortos_ti-arm-clang/Debug/empty_am243x-evm_r5fss0-0_nortos_ti-arm-clang.rprc@4 ../empty_am243x-evm_r5fss0-1_nortos_ti-arm-clang/Debug/empty_am243x-evm_r5fss0-1_nortos_ti-arm-clang.rprc@5 ../empty_am243x-evm_r5fss1-0_nortos_ti-arm-clang/Debug/empty_am243x-evm_r5fss1-0_nortos_ti-arm-clang.rprc@6 ../empty_am243x-evm_r5fss1-1_nortos_ti-arm-clang/Debug/empty_am243x-evm_r5fss1-1_nortos_ti-arm-clang.rprc@7 ../empty_am243x-evm_m4fss0-0_nortos_ti-arm-clang/Debug/empty_am243x-evm_m4fss0-0_nortos_ti-arm-clang.rprc@14 >> Debug/temp_stdout_Debug.txt makefile_system_ccs_bootimage_gen:64: recipe for target 'all' failed File ../empty_am243x-evm_r5fss0-0_nortos_ti-arm-clang/Debug/empty_am243x-evm_r5fss0-0_nortos_ti-arm-clang.rprc does not exist gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory 'C:/dev/ccs/empty_am243x-evm_system_nortos' makefile:15: recipe for target 'system-post-build' failed gmake: [system-post-build] Error 2 (ignored) **** Build Finished ****
你好、Jacob、
上面的线程与此处创建的线程类似。
我将关闭本视频。
此致、
Vaibhav