-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-3423
-
-
-
None
Project clean fails to clean *.lst and *asm files in the subdirectory of the build configuration subfolder on Windows. This is because the clean action calls something like:
DEL /F folder/name.lst
It appears that the Windows cmd.exe is unable to handle forward slashes and hence unable to find the file.
There is no issue on Linux (and presumably macOS) since it can natively handle forward slashes.
This issues was reproduced with the TI proprietary compiler. It is unknown if it impacts the TI clang compilers.