Hi, folks,
I'm trying to build the 'userspace-dspbridge' dsp sample code under CCS environment.
I managed to compile the code under CCS 3.3 environment, but failed to test it with my beagleboard-XM because CCS 3.3 does not support XDS100 series JTAG.
So, I imported the CCS 3.3 project to CCS 5.1 and encountered the following error message when I build it;
**** Build of configuration Debug for project ddspbase ****
/workspace/devel/TI/CCS/ccsv5/utils/bin/gmake -k all
Building file: ../ddspbase.tcf
Invoking: TConf Script Compiler
"/workspace/devel/TI/CCS/bios_5_33_04/xdctools/tconf" -b -Dconfig.importPath="/workspace/devel/TI/CCS/bios_5_33_04/packages;
/workspace/devel/TI/userspace-dspbridge/source/dsp;/workspace/devel/TI/userspace-dspbridge/source/dsp/ti/dspbridge/dsp;
/workspace/devel/TI/userspace-dspbridge/source/dsp/ti/dspbridge/dsp/tconf;/workspace/devel/TI/userspace-dspbridge/source/dsp/ti/dspbridge/dsp/tconf/platforms;
/workspace/devel/TI/userspace-dspbridge/source/dsp/bdsptools/packages;
/workspace/devel/TI/userspace-dspbridge/source/dsp/bdsptools/framework_components_1_10_04/packages-bld;
/workspace/devel/TI/userspace-dspbridge/source/dsp/bdsptools/framework_components_1_10_04/fctools/packages;
/workspace/devel/TI/userspace-dspbridge/source/samples/dsp;" -Dconfig.chipType=3430 "../ddspbase.tcf"
Adding Framework Components for platform: 3430
Enabling power management...
Caution : Hibernation timeout value is not a multiple of TIMERPERIOD
Enabling PWRM Load Monitor...
Finished building: ../ddspbase.tcf
Building file: ddspbasecfg.s??
Invoking: C6000 Compiler
"/workspace/devel/TI/CCS/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6400+ -g --define=_DBG_;DBC_ASSERTS=1;
_DEBUG --include_path="/workspace/devel/TI/userspace-dspbridge/source/dsp/ti/dspbridge/dsp/bridge_product/exports/include"
--include_path="/workspace/devel/TI/userspace-dspbridge/source/dsp/bdsptools/framework_components_1_10_04/packages-bld"
--include_path="/workspace/devel/TI/userspace-dspbridge/source/dsp/bdsptools/framework_components_1_10_04/packages-bld/ti/sdo/fc/dskt2"
--include_path="/workspace/devel/TI/userspace-dspbridge/source/dsp/bdsptools/packages" --include_path="/workspace/devel/TI/CCS/ccsv5/tools/compiler/c6000/include"
--include_path="/workspace/devel/eclipse_pjt/ddspbase/Debug" --include_path="/workspace/devel/TI/CCS/bios_5_33_04/packages/ti/bios/include"
--include_path="/workspace/devel/TI/CCS/bios_5_33_04/packages/ti/rtdx/include/c6000" --include_path="/workspace/devel/TI/CCS/xdais_7_21_01_07/packages/ti/xdais"
--include_path="/include" --display_error_number --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="ddspbasecfg.pp" "ddspbasecfg.s62"
>> ERROR: no source files, nothing to do
/bin/sh: _DEBUG: not found
gmake: *** [ddspbasecfg.obj] Error 127
I don't understand what >> ERROR: no source files, nothing to domeans exactly. So, I searched the forum and found two similar queries before.
http://e2e.ti.com/support/development_tools/compiler/f/343/t/119304.aspx
This one is very similar to my case. But, it seems that the thread ends up without any final conclusion. (Also, in my case, I do not have any luck with the command line compilation
which was a workaround for the original poster.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/153081.aspx
This is a second case. For me, I don't use any c++ code(I mean, in the original code I downloaded), so it seems not to be my case.
Is there anybody who can help me with my problem? For me, if required, I can upload the entire project because I stared this based on the open source. :-)
Ilkyoung.