I am running CCSv4 on a XP machine. The program I am running is a simple C program that sets the GPIO0 on/off for the TMS320f28335 DSP processor. I am using dsp2833xx v131 files included in the sprc530.zip.
I am trying to figure out a weird compilation error I keep getting. Its weird because the steps I follow are from a tutorial which a few months ago I never had an issue following. Now however, on three mutually exclusive occasions I get the exact same compiler error and I still can't figure out where its coming from. Luckily I can just comment out these variables in PieVect.c and the linking error goes away, but I should not have to do this. Thanks I appreciate any help.
undefined first referenced
symbol in file
--------- ----------------
_SCIRXINTC_ISR ./DSP2833x_PieVect.obj
_SCITXINTC_ISR ./DSP2833x_PieVect.obj
_TINT0_ISR ./DSP2833x_PieVect.obj
_XINT1_ISR ./DSP2833x_PieVect.obj
_XINT5_ISR ./DSP2833x_PieVect.obj
error: unresolved symbols remain
error: errors encountered during linking; "FlashTestTry1.out" not built
>> Compilation failure
gmake: *** [FlashTestTry1.out] Error 1
gmake: Target `all' not remade because of errors.