Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28069
I'm trying to do the first CCS workshop (blinking LED) and nothing works because the project was written for CCS v4. I think I finally got the compiler changed from version 5.x to 6.x, but there are still errors. What do I need to do to make this work? Here's what I get:
**** Build of configuration F2806x_FLASH for project BlinkingLED ****
C:\ti\ccsv5\utils\bin\gmake -k all 'Building target: BlinkingLED.out' 'Invoking: C2000 Linker' "C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --define="_DEBUG" --define="LARGE_MODEL" --define="FLASH" --diag_warning=225 -z --stack_size=0x300 -m"BlinkingLED.map" --warn_sections -i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib" -i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include" -i"C:/Users/Don/workspace_v5_1/TMS320F28069_controlSTICK/BlinkingLED" --reread_libs --rom_model -o "BlinkingLED.out" "C:/ti/controlSUITE/device_support/f2806x/v100/F2806x_headers/cmd/F2806x_Headers_nonBIOS.cmd" "./F2806x_GlobalVariableDefs.obj" "./F2806x_CodeStartBranch.obj" "./BlinkingLED-Main.obj" "./BlinkingLED-DevInit_F2806x.obj" -l"rts2800_ml.lib" "../F2806x_FLASH_BlinkingLED.CMD" <Linking> error: file "C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib/rts2800_ml.lib<boot.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line error: file
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib/rts2800_ml.lib<exit.obj>" >> Compilation failure specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line error: file "C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib/rts2800_ml.lib<_lock.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line error: file "C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib/rts2800_ml.lib<args_main.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line error: errors encountered during linking; "BlinkingLED.out" not built gmake: *** [BlinkingLED.out] Error 1 gmake: Target `all' not remade because of errors.
**** Build Finished ****
