we want to code/compile dsp project in windows CCS, so we import the whole dsp scale sample from Linux and create a project for it. After it successfully compiled, we run it as
# scalegpp scale_winCompiled.out 1024 1
it failed, error print in Linux console is:
----------------------------------------------
Entered SCALE_Create ()
PROC_Start () failed. Status = [0x80008008] // we got DSP_EFAIL error
/* A general failure occurred */
#define DSP_EFAIL (DSP_EBASE + 0x8)
The source code of scale is untouched and we also added TMS320C6400 in "Code composer studio setup", following is options of our win project.
What's the problem and how to build dsp.out in windows CCS for DM6446? Does there any Demo about it? Thank you!
options of CCS scale project
----------------------------------------------
-g -pdsw225 -fr"$(Proj_dir)\Debug" -i"$(Proj_dir)\" -i"$(Proj_dir)\..\..\..\build\include\" -i"$(Proj_dir)\..\..\..\inc\DspBios\Davinci" -i"$(Proj_dir)\..\..\..\inc\" -i"$(Proj_dir)\..\..\..\src\data\DspBios\Davinci" -d"_DEBUG" -d"DDSP_DEBUG" -d"TSK_MODE" -d"CHNL_COMPONENT" -d"CHNL_ZCPY_LINK" -d"MSGQ_COMPONENT" -d"MSGQ_ZCPY_LINK" -d"ZCPY_LINK" -d"DAVINCI_EVMVARIANT" -mv6400+