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/TMS320C5535: Cannot build because of gmake errors

Part Number: TMS320C5535

Tool/software: Code Composer Studio

I only copied a file in my project but when i try to build my project i get gmake errors.

**** Build of configuration Debug for project CSL_UART_pollExample ****

"C:\\TexasInstruments\\ccsv6\\utils\\bin\\gmake" -k all 
'Building file: ../usbstk5505_led.c'
'Invoking: C5500 Compiler'
"C:/TexasInstruments/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" --memory_model=small -g --include_path="C:/TexasInstruments/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="C:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="C:/ti/c55_lp/c55_csl_3.06/inc" --include_path="C:/Users/Johannes/workspace_v6_2/CSL_UART_pollExample/Debug" --define="_DEBUG" --diag_warning=225 --ptrdiff_size=16 --algebraic --asm_source=mnemonic --preproc_with_compile --preproc_dependency="usbstk5505_led.d"  "../usbstk5505_led.c"

>> Compilation failure
subdir_rules.mk:70: recipe for target 'usbstk5505_led.obj' failed
ERROR!  : Cannot open source file 66: No such file or directory
gmake: *** [usbstk5505_led.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****