Part Number: TDA2P-ACD
Tool/software: Code Composer Studio
Hi,
I tried to build DMA Utils library for DSP, but the build did not proceed by errors.
Following is the details of my approach and please advise.
-----------------------
makerules/config.mk #62,#66
DSP_TOOLS ?="C:\ti\ccs810\ccsv8\tools\compiler\c6000_7.4.2"
UTILS_PATH ?="C:\ti\ccs810\ccsv8\utils\cygwin"
/usr/bin/sh: C:\ti\ccs810\ccsv8\utils\cygwinmkdir: command not found
C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/makerules/rules.mk:380: recipe for target '.\libs\dsp\release\\.gitignore' failed
gmake: *** [.\libs\dsp\release\\.gitignore] Error 127
compiling .\drivers\src\dma_funcs.c
/usr/bin/sh: C:ticcs810ccsv8toolscompilerc6000_7.4.2bincl6x: command not found
C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/makerules/rules.mk:418: recipe for target 'C:\ti\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\REL.DMAUTILS.00.08.00.02\out\vayu\dsp\release\dmautils\drivers\src\dma_funcs.obj' failed
gmake: *** [C:\ti\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\REL.DMAUTILS.00.08.00.02\out\vayu\dsp\release\dmautils\drivers\src\dma_funcs.obj] Error 127
This time, the path on the 3rd line is not working, so I changed the settings in 3rd trial.
makerules/rules.mk #220
CC = "$(DSP_TOOLS)\bin\cl6x"
compiling .\drivers\src\dma_funcs.c
/usr/bin/sh: C:\ti\ccs810\ccsv8\tools\compiler\c6000_7.4.2\bin\cl6x: command not found
C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/makerules/rules.mk:418: recipe for target 'C:\ti\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\REL.DMAUTILS.00.08.00.02\out\vayu\dsp\release\dmautils\drivers\src\dma_funcs.obj' failed
gmake: *** [C:\ti\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\REL.DMAUTILS.00.08.00.02\out\vayu\dsp\release\dmautils\drivers\src\dma_funcs.obj] Error 127
(e2e.ti.com/.../845684