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.
hi jhon,
i have a proble
which reads as follows
------------------------------ DSP.pjt - Debug ------------------------------
[Linking...] "C:\CCStudio_v3.1\C2000\cgtools\bin\cl2000" -@"Debug.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_GpioDataRegs C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_InitPieVectTable C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_PieVectTable C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_PieCtrlRegs C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_InitPieCtrl C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_EvaRegs C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_EvbRegs C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_InitPeripheralClocks C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_AdcRegs C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_SysCtrlRegs C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_InitSysCtrl C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_InitAdc C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
_GpioMuxRegs C:\Users\Kuncharapu\Desktop\DSP\Debug\DSP.obj
>> error: symbol referencing errors - 'DSP.out' not built
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
please help me out
Regards
Are you starting from an example project? It looks like you have not included the library that defines all of those functions. I think someone from the C2000 team could quickly identify which one so I am going to move the thread to that forum.
John
Hi,
I guess, you've missed to include "DSP2833x_GlobalVariableDefs.c" file to your project. BTW which controller are you using? If you're using C2000 launchpad do refer this doc:
Regards,
Gautam