Tool/software: Code Composer Studio
When I clean my project I get this error message: "makefile:160: recipe for target 'clean' failed"
It refers to the following line in "makefile" on "<myproject>Debug" folder:
" -$(RM) $(GEN_CMDS__QUOTED)$(GEN_MISC_FILES__QUOTED)$(BIN_OUTPUTS__QUOTED)$(GEN_FILES__QUOTED)$(EXE_OUTPUTS__QUOTED)$(GEN_OPTS__QUOTED)"
Is it relate to the length of the command line?
Software versions:
CCS_7.1.0.00016_win32
Processor -sdk-rtos-am437x-evm-04.00.00.04-Windows-x86
Thanks,