I am building a dsp/bios application using bios_5_20_05 and linked to rom selected.
whenever I link I get the following undefined symbols:
_CSL_chipInit main.obj
_CSL_dmaxHwControl \main.obj
_CSL_dmaxHwSetup main.obj
_CSL_dmaxInit main.obj
_CSL_dmaxOpen main.obj
_CSL_intcEventEnable main.obj
_CSL_intcGlobalEnable main.obj
_CSL_intcHookIsr main.obj
_CSL_intcInit main.obj
_CSL_intcOpen main.obj
_CSL_intcSetVectorPtr main.obj
_CSL_mcaspHwControl main.obj
_CSL_mcaspHwSetup main.obj
_CSL_mcaspInit main.obj
_CSL_mcaspOpen main.obj
_CSL_mcaspResetCtrl main.obj
I have searched and search for libraries for this thing and added all the known ones from 5.2 and csl_c672x_* directories in \c6000, but nothing helps.
I have compared make files and cmd files and pjt files with what I have built before and I can find nothing missing. I went through the users guide and a number of other pdfs and everything I see is there.
What am I doing wrong?????
Thanks,
Don