Other Parts Discussed in Thread: TVP5154
Has anyone successfully migrated a project to CCSv4? I have been working on getting the example project video_preview from dvSDK 1.11 for about a week now and I cannot seem to get it to work. I used the import wizard and then added all my include directories. I made sure the Run-Time Support Library was set right. I am now stuck on "undefined symbols". I don't understand why they are undefined because I my compiler and linker both have paths to the directories where they are defined. Here are the symbols:
undefined first referenced
symbol in file
--------- ----------------
_I2CMD_FXNS ./video_previewcfg.obj
_PAL_sysModuleClkCtrl ./video_preview.obj
_PAL_sysPinmuxEnable ./video_preview.obj
_TVP5154_Fxns ./video_preview.obj
_VPORTCAP_Fxns ./video_previewcfg.obj
_VPORTDIS_Fxns ./video_previewcfg.obj
_edcEncoder_Fxns ./video_preview.obj
_edma3init ./video_preview.obj
_hEdma ./video_preview.obj
Also, what do I need to do differently in my .cfg and .tcf files?
Thanks,
Daniel