Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hello
As I was following the tutorial from http://azimsgarage.blogspot.sg/p/blog-page.html
**** Build of configuration Debug for project Blink_LED **** "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 'Building file: ../main.c' 'Invoking: C2000 Compiler' "C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230" -g --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.d" "../main.c" >> Compilation failure subdir_rules.mk:7: recipe for target 'main.obj' failed "../main.c", line 5: fatal error #1965: cannot open source file "DSP28x_Project.h" 1 catastrophic error detected in the compilation of "../main.c". Compilation terminated. gmake: *** [main.obj] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****
Then I copied DSP28x_Project.h and F2802x_Device.h into C:\ti\controlSUITE\device_support\f2802x\v230 similar to C:\ti\controlSUITE\development_kits\C2000_LaunchPad
Then I get these errors:
**** Build of configuration Debug for project Blink_LED **** "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 'Building file: ../main.c' 'Invoking: C2000 Compiler' "C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230" -g --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.d" "../main.c" >> Compilation failure subdir_rules.mk:7: recipe for target 'main.obj' failed "C:\ti\controlSUITE\device_support\f2802x\v230\F2802x_Device.h", line 134: fatal error #1965: cannot open source file "F2802x_Adc.h" 1 catastrophic error detected in the compilation of "../main.c". Compilation terminated. gmake: *** [main.obj] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****