I read both of the links pointed to before asking for assistance. I was ultimately able to migrate a project from CCS 3.3 to CCS 4.0 However, there were a few warnings in the migration log regarding unresolved compiler options. Here's the migration.log file
!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C2000.Debug.1020165414' [Thu Aug 12 10:22:11 EDT 2010]
!TOOL: 'com.ti.ccstudio.buildDefinitions.C2000_5.2.exe.compilerDebug.1581754788'
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_5.2.exe.compilerDebug.1581754788::-b
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_5.2.exe.compilerDebug.1581754788::-mf
!WARNING: This project sets build-options on tool 'DspBiosBuilder', but does not contain a DSP/BIOS configuration file. These build-settings will be ignored. If you wish to preserve these build-settings, create an empty .tcf file in the project prior to migration.
!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C2000.Release.1119881316' [Thu Aug 12 10:22:11 EDT 2010]
!TOOL: 'com.ti.ccstudio.buildDefinitions.C2000_5.2.exe.compilerRelease.556478759'
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_5.2.exe.compilerRelease.556478759::-b
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_5.2.exe.compilerRelease.556478759::-mf
When I try to build the active project I get linking errors as indicated in the "cur and paste" from the console window below.
**** Build of configuration Debug for project HF_DEV_01 ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building target: HF_DEV_01.out'
'Invoking: C2000 Linker'
"C:/Program Files/Texas Instruments/C2000 Code Generation Tools 5.2.1/bin/cl2000" -z -m"HF_DEV_01.map" --stack_size=0X400 --warn_sections -i"C:/Program Files/Texas Instruments/C2000 Code Generation Tools 5.2.1/lib" -i"C:/Program Files/Texas Instruments/C2000 Code Generation Tools 5.2.1/include" -i"C:/FitzSimons_Automation/Jobs/CardioMEMS/HF_Firmware_Design/HF_DSP_Code/DSP_with_DB_I2_Algorithm_08-31-2009" -i"C:/FitzSimons_Automation/Jobs/CardioMEMS/HF_Firmware_Design/HF_DSP_Code/DSP_with_DB_I2_Algorithm_08-31-2009/../../DSP281x_headers/include" --reread_libs --rom_model -o "HF_DEV_01.out" "../DSP281x_Headers_nonBIOS.cmd" "../F2812_XintfBoot.cmd" "./Baro_Sensor.obj" -l"rts2800_ml.lib"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_DSP28x_usDelay ./Baro_Sensor.obj
error: unresolved symbols remain
error: errors encountered during linking; "HF_DEV_01.out" not built
>> Compilation failure
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [HF_DEV_01.out] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project HF_DEV_01
Any suggestions?