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.

TMDSDSK6713: Building spectrum digitals dskapp on C6713DSK through CCS5.5

Part Number: TMDSDSK6713

Hi TI,

i have got CCS5.5 and spectrum digitals sample codes from their DSK support page

problem is simple, i need urgently want to do an application which can read samples from mic and process it and playback it through lineout

now i am trying to use existing sample codes dskapp which does the same job, but as these projects are been built using CCS3.1 or 3.3 i think, i am not able migrate the project to CCSv5 properly

i have read enough wiki pages which are not that helpful in resolving issues, kindly if you have time take a sample project which one among these

kindly if you have time take a sample project called dskapp,  which one among these and try, then

path :DSK6713\examples\dsk6713\bsl\dsk_app 

location to download from : c6000.spectrumdigital.com/.../dsk6713revc_files.zip

the problem its completely unclear which files to be included and what to be not, as i am not aware of CCS3.3 there are few files which are actually have a comment header sayinng they are auto generated

i included all CSL and BSL includes and libraries possible, but could not resolve the below errro

kindly provide the necessary path to download the library needed, i have installed bios also but not sure what is to added as necessary library to solve that, i am clue less

i see plenty of quiries on the same forum which are unsolved and abandoned by users

Kindly provide a resolution immediately, 

to add more below are few pics which wouldmake you understand more about project settings 

 

below is the output on console:


**** Build of configuration Debug for project sample_loopback ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building target: sample_loopback.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6700 --abi=coffabi -g --define=CHIP_C6713 --display_error_number --diag_warning=225 --diag_wrap=off -z -m"sample_loopback.map" -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="sample_loopback_linkInfo.xml" --rom_model -o "sample_loopback.out" "./dsk_app/dsk_app.obj" "./dsk_app/aic23.obj" "../dsk6713/lib/dsk6713bsl.lib" "../bios/lib/csl6713.lib" -l"C:\Users\xyz\workspace_v5_5\sample_loopback\bios\lib\csl6713.lib" -l"C:\Users\xyz\workspace_v5_5\sample_loopback\dsk6713\lib\dsk6713bsl.lib" -l"libc.a"
<Linking>
warning #16002-D: build attribute vendor section TI missing in "../dsk6713/lib/dsk6713bsl.lib<dsk6713.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in "../dsk6713/lib/dsk6713bsl.lib<dsk6713_dip.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in "../dsk6713/lib/dsk6713bsl.lib<dsk6713_led.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in "../bios/lib/csl6713.lib<csl_edma.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in "../bios/lib/csl6713.lib<csl_irq.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in "../bios/lib/csl6713.lib<csl_mcbsp.obj>": compatibility cannot be determined
warning #10210-D: creating ".stack" section with default size of 0x400; use the -stack option to change the default size

undefined first referenced
symbol in file
--------- ----------------
_SWI_getmbox ./dsk_app/dsk_app.obj
_SWI_or ./dsk_app/dsk_app.obj
_processBufferSwi ./dsk_app/dsk_app.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "sample_loopback.out" not built

>> Compilation failure
gmake: *** [sample_loopback.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****