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.

DSP/BIOS example code running on DSK6713



Hi,

I have downloaded the codes from Spectrum Digital for DSK6713 http://c6000.spectrumdigital.com/dsk6713/ 

and imported example codes in CCSv5.4 version. Included DSP/BIOS_5.41.xx.xx version and also .lib (dsk6713bsl.lib).

I am not able to compile this code. here is the screenshot of console error log and Problems error log.

Kindly let me know what could be the issue here.


**** Build of configuration Debug for project switest ****

"D:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest.c'
'Invoking: C6000 Compiler'
"D:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6700 --abi=coffabi -O3 -g --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="D:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/xdais_7_23_00_06/packages/ti/xdais" --include_path="/include" --quiet --display_error_number --diag_wrap=off --obj_directory="D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug" --preproc_with_compile --preproc_dependency="switest.pp" "D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest.c"
'Finished building: D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest.c'
' '
'Building target: D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest/../Debug/switest.out'
'Invoking: C6000 Linker'
"D:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6700 --abi=coffabi -O3 -g --quiet --display_error_number --diag_wrap=off --obj_directory="D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug" -z -m"switest.map" -i"D:/ATIdata/C6000/DSK6713/DSK6713/c6000/dsk6713/lib" -i"D:/ti/ccsv5/tools/compiler/c6000_7.4.2/lib" -i"D:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" -i"D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest" -i"D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest" -i"/lib" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="switest_linkInfo.xml" --rom_model -o "D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest/../Debug/switest.out" "D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug/switest.obj"
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
--------- ----------------
_LOG_printf D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug/switest.obj
_SWI0 D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug/switest.obj
_SWI1 D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug/switest.obj
_SWI_post D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug/switest.obj
_trace D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/Debug/switest.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest/../Debug/switest.out" not built

>> Compilation failure
gmake: *** [D:/ATIdata/C6000/DSK6713/DSK6713/examples/dsk6713/bios/switest/switest/../Debug/switest.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

Please let me know if any procedure to follow.

Regards,

Vageesh K M