I am total beginner with DSPs, and I am trying to get the example app that comes with the "c64xplus_jpegenc_02_00_01_00" jpeg encoder to run, but I am having a lot of trouble. When I import the "TestAppEncoder.pjt" into CCSv4, I get the following errors in the migration log:
!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C6000.Default.2104701824' [Sat May 07 22:48:13 ADT 2011]
!TOOL: 'com.ti.ccstudio.buildDefinitions.C6000_7.2.exe.compilerDebug.2088474974'
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_7.2.exe.compilerDebug.2088474974::-fb"$(Proj_dir)\Obj"
!WARNING: Reference to the legacy 'Install_dir' macro detected. This reference has been replaced with new, yet undefined, macro 'CCSv3_INSTALL_ROOT'. No local CCSv3.x installation has been found - please define the 'CCSv3_INSTALL_ROOT' macro manually after migration completes (Window > Preferences > C/C++ > Managed Build > Macros). It is recommended, however, that you do not reference any resources from the legacy CCSv3.x installation - consider copying these resources into a product-independent location, and referencing them using a new user-defined macro.
!TOOL: 'com.ti.ccstudio.buildDefinitions.C6000_7.2.exe.compilerDebug.2088474974./TestAppEncoder/tsc_h.asm'
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_7.2.exe.compilerDebug.2088474974./TestAppEncoder/tsc_h.asm::-ml3
The only one of those errors that I understand is the one that references the CCSv3_INSTALL_ROOT. I created the Macro, and pointed it at me CCSv4 install dir, but needless to say, I cam pretty far from being able to completely compile the program. (I have attached the output of the console, in the chance that it would be helpful.)7750.Console.rtf
Any chance there is an example out there of how to use the JPEG encoder with the CCSv4 and the C6472? Or perhaps someone who could provide a little bit of guidance as to how to make this example work?
Any help would be appreciated,
John