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 6.20 problem with files/directories with spaces in them



Hi All,

Trying out 6.20.00050 for ARM, and am having gmake issues with links that have spaces in the directory or file name. This used to work fine, but after importing the project into a new workspace, i get errors like this:

makefile:161: recipe for target 'all' failed
gmake[1]: *** No rule to make target 'Bootloader/aes_config_opts.h', needed by 'aes.obj'.
gmake[1]: *** No rule to make target 'Bootloader/Version/version.h', needed by 'aes_rcu.obj'.
gmake[1]: Target 'rcubl.out' not remade because of errors.
gmake: *** [all] Error 2

When i rename the Project name from "RCU Bootloader" to RCUBootloader, the problem disappears.

I do not have the same issue in 6.1.3. Same compiler (15.12.3.LTS) was used for both versions of CCS.