Other Parts Discussed in Thread: CONTROLSUITE
When I go through the "Getting Started and Troubleshooting" Control Subsystem Project Creation procedure, and then build the project, (using CCS v5.2.1) I get:
**** Build of configuration Debug for project DC2020_C28 ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../main.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v_last/F28M35x_common/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v_last/F28M35x_headers/include" --diag_warning=225 --display_error_number --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
'Finished building: ../main.c'
' '
'Building target: DC2020_C28.out'
'Invoking: C2000 Linker'
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --diag_warning=225 --display_error_number --diag_wrap=off -z --stack_size=0x300 -m"DC2020_C28.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" --reread_libs --display_error_number --diag_wrap=off --entry_point=code_start --rom_model -o "DC2020_C28.out" "./main.obj" -l"libc.a" -l"C:\ti\controlSUITE\device_support\f28m35x\v_last\F28M35x_common\source\F28M35x_CodeStartBranch.asm" -l"C:\ti\controlSUITE\device_support\f28m35x\v_last\F28M35x_common\source\F28M35x_usDelay.asm" -l"C:\ti\controlSUITE\device_support\f28m35x\v_last\F28M35x_common\cmd\28M35H52C1_RAM_lnk_c28.cmd" -l"C:\ti\controlSUITE\device_support\f28m35x\v_last\F28M35x_headers\source\F28M35x_GlobalVariableDefs.c" -l"C:\ti\controlSUITE\device_support\f28m35x\v_last\F28M35x_headers\cmd\F28M35x_Headers_nonBIOS.cmd" "../F28M35x_generic_wshared_C28_RAM.cmd"
<Linking>
".\ccsObjs.opt", line 1: fatal error #6001: cannot open file "./main.obj": No
>> Compilation failure
error
gmake: *** [DC2020_C28.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
But main.obj is clearly observable in my Debug directory. What have I messed up or forgotten?
Thanks for your help!
Larry