Hello guys,
I have a quick question about running CCS v 3.1 with the C6713 DSK.
I was building a project this past week, and when I ran the project, it did not complete the build.
Does anyone know how I can fix this?
You can see the error from the Debug Log file below.
Thanks!
------------------------- rtdx_matlabFFT.pjt - Debug -------------------------
[c6713dskinit.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.1/myprojects/rtdx_matlabFFT/Debug" -i"C:/CCStudio_v3.1/C6000/dsk6713/include/" -d"CHIP_6713" -mv6710 -@"../myprojects/rtdx_matlabFFT/Debug.lkf" "c6713dskinit.c"
[intvecs.asm] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.1/myprojects/rtdx_matlabFFT/Debug" -i"C:/CCStudio_v3.1/C6000/dsk6713/include/" -d"CHIP_6713" -mv6710 -@"../myprojects/rtdx_matlabFFT/Debug.lkf" "intvecs.asm"
*** MESSAGE! line 20: INFO -- Compiling for JTAG RTDX by default.
[rtdx_matlabFFT.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.1/myprojects/rtdx_matlabFFT/Debug" -i"C:/CCStudio_v3.1/C6000/dsk6713/include/" -d"CHIP_6713" -mv6710 -@"Debug.lkf" "rtdx_matlabFFT.c"
[Linking...] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
>> warning: creating output section .intvecs without SECTIONS specification
>> warning: creating output section .rtdx_text without SECTIONS specification
>> warning: creating output section .rtdx_data without SECTIONS specification
>> warning: creating output section .pinit without SECTIONS specification
>> warning: entry point symbol _c_int00 undefined
undefined first referenced
symbol in file
--------- ----------------
_MCBSP_read C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_IRQ_nmiEnable C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_MCBSP_getXmtEventId C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_IRQ_reset C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_DSK6713_init C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_DSK6713_AIC23_setFreq C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_MCBSP_start C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_MCBSP_rrdy C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_IRQ_globalEnable C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_IRQ_globalDisable C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_IRQ_map C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_MCBSP_config C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_MCBSP_xrdy C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_MCBSP_write C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_IRQ_enable C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_DSK6713_AIC23_codecdatahandle C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_DSK6713_AIC23_openCodec C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\c6713dskinit.obj
_c_int00 C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\intvecs.obj
__strasg C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\rtdx_matlabFFT.obj
_puts C:\CCStudio_v3.1\myprojects\rtdx_matlabFFT\Debug\rtdx_matlabFFT.obj
__auto_init C:\CCStudio_v3.1\C6000\rtdx\lib\rtdx.lib
_RTDX_interrupt_mask C:\CCStudio_v3.1\C6000\rtdx\lib\rtdx.lib
_memcpy C:\CCStudio_v3.1\C6000\rtdx\lib\rtdx.lib
_atexit C:\CCStudio_v3.1\C6000\rtdx\lib\rtdx.lib
>> error: symbol referencing errors - './Debug/rtdx_matlabFFT.out' not built
>> Compilation failure
Build Complete,
2 Errors, 5 Warnings, 0 Remarks.