有没有例程,或是说明文档,通过CCS可以建立,linux下呢,工程管理是通过makefile,
platforms也要通过CCS才新建立么?
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.
要通过ccs建立。
7.2.1 Choosing an Available Platform
7.2.2 Creating a Custom Platform
make PROFILE=debug PROCLIST="" server_dsp1.x
make[1]: Entering directory `/home/am57xx/Documents/wx-ad7606-v1.0/src/dsp1'
#
# Making bin/debug/configuro/.config ...
/home/am57xx/ti/pdk_am57xx_1_0_10/packages/../../xdctools_3_50_03_33_core/xs --xdcpath="/home/am57xx/ti/pdk_am57xx_1_0_10/packages/../../bios_6_52_00_12/packa0/packages/../../ipc_3_47_01_00/packages;/home/am57xx/ti/pdk_am57xx_1_0_10/packages/../../xdctools_3_50_03_33_core/packages;/home/am57xx/ti/pdk_am57xx_1_0_10/packages;/home/am57xx/ti/pdk_am57xx_1_0_10/packages/../../dsplib_c66x_3_4_0_0/packages;/home/am57xx/ti/pdk_am57xx_1_0_10/packages/../../pdk_am57xx_1_0_10/pack
xdc.tools.configuro -o bin/debug/configuro \
-t ti.targets.elf.C66 \
-c /home/am57xx/ti/pdk_am57xx_1_0_10/packages/../../ti-cgt-c6000_8.2.2 \
-p ti.platforms.wxDRA7XX:dsp1 \
-b ../shared/config.bld -r debug \
Dsp1.cfg
js: "/home/am57xx/ti/xdctools_3_50_03_33_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.plano longer shipped as part of XDCtools (/home/am57xx/ti/pdk_am57xx_1_0_10/packages/../../xdctools_3_50_03_33_core). Please ensure you are either using a pre-3added a product that includes your platform support along the path '/home/am57xx/ti/bios_6_52_00_12/packages;/home/am57xx/ti/ipc_3_47_01_00/packages;/home/am5ages;/home/am57xx/ti/mathlib_c66x_3_1_1_0/packages;/home/am57xx/ti/dsplib_c66x_3_4_0_0/packages;/home/am57xx/ti/pdk_am57xx_1_0_10/packages;/home/am57xx/ti/pdkls_3_50_03_33_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled
make[1]: *** [bin/debug/configuro/.config] Error 1
make[1]: Leaving directory `/home/am57xx/Documents/wx-ad7606-v1.0/src/dsp1'
make: *** [debug] Error 2
你是已经创建成功了,然后编译程序提示找不到该platform?CCS中选了吗?
这里使用的是makefile进行编译的,makefile中已经修改了新的了
能否分享一下详细步骤,该问题我需要升级到英文论坛问一下。