Part Number: TMS320F28335
Other Parts Discussed in Thread: TMDSCNCD28335, CONTROLSUITE, C2000WARE,
Tool/software: Code Composer Studio
Good Afternoon everyone,
I am relatively new to the programming world and as such, I have tried loading the example "Flashing LEDs" from the TI Resource Explorer to the TMDSCNCD28335 that is connected to the Docking station, USB-EMU [R3}. However, the code cannot be executed and I have encountered several errors.
**** Build of configuration F2833x_FLASH for project FlashingLeds-F28335 ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../FlashingLeds-DevInit_F2833x.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="LARGE_MODEL" --define="FLASH" --include_path="C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/include" --include_path="C:/Users/device_support/f2833x/v132/DSP2833x_headers/include" --include_path="C:/Users/device_support/f2833x/v132/DSP2833x_common/include" --include_path="C:/Users/development_kits/~SupportFiles/F2833x_headers" --diag_warning=225 --large_memory_model --float_support=fpu32 --preproc_with_compile --preproc_dependency="FlashingLeds-DevInit_F2833x.d" "../FlashingLeds-DevInit_F2833x.c"
>> Compilation failure
subdir_rules.mk:21: recipe for target 'FlashingLeds-DevInit_F2833x.obj' failed
gmake: *** No rule to make target 'C:/Users/device_support/f2833x/v132/DSP2833x_common/source/DSP2833x_CodeStartBranch.asm', needed by 'DSP2833x_CodeStartBranch.obj'.
gmake: *** No rule to make target 'C:/Users/device_support/f2833x/v132/DSP2833x_headers/source/DSP2833x_GlobalVariableDefs.c', needed by 'DSP2833x_GlobalVariableDefs.obj'.
"../FlashingLeds-DevInit_F2833x.c", line 11: fatal error: cannot open source file "PeripheralHeaderIncludes.h"
1 catastrophic error detected in the compilation of "../FlashingLeds-DevInit_F2833x.c".
Compilation terminated.
gmake: *** [FlashingLeds-DevInit_F2833x.obj] Error 1
'Building file: ../FlashingLeds-Main.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="LARGE_MODEL" --define="FLASH" --include_path="C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/include" --include_path="C:/Users/device_support/f2833x/v132/DSP2833x_headers/include" --include_path="C:/Users/device_support/f2833x/v132/DSP2833x_common/include" --include_path="C:/Users/development_kits/~SupportFiles/F2833x_headers" --diag_warning=225 --large_memory_model --float_support=fpu32 --preproc_with_compile --preproc_dependency="FlashingLeds-Main.d" "../FlashingLeds-Main.c"
>> Compilation failure
subdir_rules.mk:28: recipe for target 'FlashingLeds-Main.obj' failed
"../FlashingLeds-Main.c", line 53: fatal error: cannot open source file "PeripheralHeaderIncludes.h"
1 catastrophic error detected in the compilation of "../FlashingLeds-Main.c".
Compilation terminated.
gmake: *** [FlashingLeds-Main.obj] Error 1
gmake: *** No rule to make target 'C:/Users/development_kits/~SupportFiles/source/SciCommsGui.c', needed by 'SciCommsGui.obj'.
gmake: *** No rule to make target 'C:/Users/device_support/f2833x/v132/DSP2833x_headers/cmd/DSP2833x_Headers_nonBIOS.cmd', needed by 'FlashingLeds.out'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
I am really sorry for any inconveniences caused but I was not able to solve this problem for a long time now, despite searching on the forums and attempting to resolve the issue. Any help would be very much appreciated.