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.

6678 EDMA3 bios例程

Other Parts Discussed in Thread: SYSBIOS

准备用官网提供的6678 EDMA3的bios6例程做测试,发现是配置是一个独立的工程:edma3_drv_bios6_c6472_st_sample_configuration,将其和edma3_drv_bios6_c6678_st_sample全部导入进行编译,发现如下错误:

这是edma3_drv_bios6_c6678_st_sample的错误

D:\ti\ccsv5\utils\bin\gmake -k all
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/common.c', needed by `common.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/dma_chain_test.c', needed by `dma_chain_test.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/dma_link_test.c', needed by `dma_link_test.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/dma_misc_test.c', needed by `dma_misc_test.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/dma_ping_pong_test.c', needed by `dma_ping_pong_test.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/dma_poll_test.c', needed by `dma_poll_test.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/dma_test.c', needed by `dma_test.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/main.c', needed by `main.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/qdma_link_test.c', needed by `qdma_link_test.obj'.
gmake: *** No rule to make target `D:/ti/ccsv5/eclipse/EDMA3LLD_BIOS6_INSTALLDIR/examples/edma3_driver/src/qdma_test.c', needed by `qdma_test.obj'.
gmake: Target `all' not remade because of errors.

这是edma3_drv_bios6_c6472_st_sample_configuration的错误:

**** Build of configuration Release for project edma3_drv_bios6_c6472_st_sample_configuration ****

D:\ti\ccsv5\utils\bin\gmake -k all
'Building target: configPkg/linker.cmd'
'Invoking: XDCtools'
"D:/ti/xdctools_3_22_04_46/xs" --xdcpath="D:/ti/bios_6_32_05_54/packages;../../../../../packages;" xdc.tools.configuro -o "configPkg" -t ti.targets.C64P -p ti.platforms.evm6678 -r whole_program -c "D:/ti/ccsv5/tools/compiler/c6000" ../edma3_drv_bios6_c6678_st_sample.cfg
configuring edma3_drv_bios6_c6678_st_sample.p64P from package/cfg/edma3_drv_bios6_c6678_st_sample_p64P.cfg ...
warning: ti.sysbios.BIOS: "D:/ti/bios_6_32_05_54/packages/ti/sysbios/BIOS.xs", line 412: Profile Deprecation Warning ti.sysbios.BIOS: The 'whole_program' build profile will not be supported in future releases of SYS/BIOS. Use 'release' or 'debug' profiles together with the 'BIOS.libType' configuration parameter to specify your preferred library. See the compatibility section of your SYS/BIOS release notes for more information.
js: "D:/ti/bios_6_32_05_54/packages/ti/sysbios/family/c66/package.xs", line 83: Error: Library not found: ti.sysbios.family.c66.a64P
xdctools_3_22_04_46\gmake.exe: *** [package/cfg/edma3_drv_bios6_c6678_st_sample_p64P.xdl] Error 1
xdctools_3_22_04_46\gmake.exe: *** Deleting file `package/cfg/edma3_drv_bios6_c6678_st_sample_p64P.xdl'
xdctools_3_22_04_46\gmake.exe: *** [package/cfg/edma3_drv_bios6_c6678_st_sample_p64P.xdl] Deleting file `package/cfg/edma3_drv_bios6_c6678_st_sample_p64P.h'
xdctools_3_22_04_46\gmake.exe: *** [package/cfg/edma3_drv_bios6_c6678_st_sample_p64P.xdl] Deleting file `package/cfg/edma3_drv_bios6_c6678_st_sample_p64P.c'
js: "D:/ti/xdctools_3_22_04_46/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

我想问下,这是什么原因导致的,需要在哪里设置一下呢?我的板子是evm6678L,ccs5.1.

谢谢