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.
工具/软件:Code Composer Studio
大家好:
我要导入 TDA2x 的 IPC 示例。 我使用 View->TI Resource Explorer Classic,搜索 TDA2X。
此器件没有 IPC 示例、我可以从何处获取该示例、以及如何将其加载到 CCSV6.2中?
感谢您的帮助!
您好!
您能否查看中的示例 \ti_componers\os_tools\IPC_3_45_00_00\examples
此致、
Yordan
您好,
感谢您的回复。
我设置一个 CCS 工程(m4core)、加载示例"DRA7XX_BIOS_elf\ex01_hello"、按 如下方式更改了".mk:
------------------------
----------------------------
然后我运行 build,错误提示:
------------------------
"e:\\ti\\ccsv6\\utils\\bin\\gmake"-k all
'生成文件:./dsp1/Dsp1.cfg'
'调用:XDCtools '
"e:/ti/xdctools_3_32_01_22_core/xs "--xdcpath="E:/ti/ipc_3_30_00_09/packages;E:/ti/bios_6_40_04_47/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -r debug -b "E:/Users/abcd/workspace_v6_2/DRA7IPC/shared/config.bld -c "E:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS "../dsp1/Dsp1.cfg"
正在制作 package.mak (由于 package.bld)...
正在为软件包 configPkg 生成接口(因为 package/package.xdc.inc 比 package.XDC 旧)...
从 package/cfg/Dsp1_pem4.cfg 配置 Dsp1.xem4 ...
dsp1/subdir_rules.mk:7:目标'build-1047090097'的配方失败
JS:"e:/Users/abcd/workspace_v6_2/DRA7IPC/dsp1/Dsp1.cfg、第42行:TypeError:Cannot read property "profile" from null (E:/Users/abcd/workspace_v6_2/DRA7IPC/dsp1/Dsp1.cfg #42)
"./package/cfg/Dsp1_pem4.cfg,第181行
gmake.exe:***[package/cfg/Dsp1_pem4.xdl]错误1
JS:"e:/ti/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs、第52行:错误:xdc.tools.configuro:由于先前的错误(状态= 2)、配置失败;已删除'linker.cmd'。
gmake:***[build-1047090097]错误1
'生成文件:./dsp2/Dsp2.cfg'
------------------------
出什么问题了? 从何处获取配置文件、我是否需要构建配置文件?
我确实需要你的帮助,非常感谢!