This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28377S: Fatal error #1965: cannot open source file "Servo.h"

Part Number: TMS320F28377S
Other Parts Discussed in Thread: ENERGIA

Tool/software: Code Composer Studio

Hello, I'm trying to compile a sketch of Energy in Code Composer Studio, but I have an error.

Does anybody know how I can fix it?

**** Build of configuration Debug for project ServoSweep ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
'Building file: ServoSweep.cpp'
'Invoking: C2000 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/Fer_s/Desktop/energia-0101E0017/lib/libraries" --include_path="C:/Users/Fer_s/Desktop/energia-0101E0017-windows/energia-0101E0017/hardware/c2000/cores/c2000/F2837xS_common/include" --include_path="C:/Users/Fer_s/Desktop/energia-0101E0017-windows/energia-0101E0017/hardware/c2000/variants/launchpad_f28377S" --include_path="C:/Users/Fer_s/Desktop/energia-0101E0017-windows/energia-0101E0017/hardware/c2000/cores/c2000" --include_path="C:/Users/Fer_s/workspace_v7/ServoSweep" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --define=TMS320F28377S --define=F_CPU=200000000 --define=ENERGIA=17 --define=ARDUINO=101 -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --asm_extension=S --preproc_with_compile --preproc_dependency="ServoSweep.d" "ServoSweep.cpp"

>> Compilation failure
subdir_rules.mk:16: recipe for target 'ServoSweep.obj' failed
"C:/Users/Fer_s/workspace_v7/ServoSweep/ServoSweep.ino", line 20: fatal error #1965: cannot open source file "Servo.h"
1 catastrophic error detected in the compilation of "ServoSweep.cpp".
Compilation terminated.
gmake: *** [ServoSweep.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****