I can't get the TI-RTOS to clean or build. I'm not sure why these errors are occurring, or how to fix them:
**** Clean-only build of configuration Debug for project tirtos_builds_cc13x2_cc26x2_release_ccs ****
"C:\\ti\\ccs1220\\ccs\\utils\\bin\\gmake" -k -j 20 clean -O
DEL /F "tirtos_builds_cc13x2_cc26x2_release_ccs.lib" "configPkg\linker.cmd" "configPkg\compiler.opt"
RMDIR /S/Q "configPkg\"
process_begin: CreateProcess(C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-1.bat, C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-1.bat, ...) failed.
make (e=267): The directory name is invalid.
process_begin: CreateProcess(C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-2.bat, C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-2.bat, ...) failed.
make (e=267): The directory name is invalid.
process_begin: CreateProcess(C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-3.bat, C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-3.bat, ...) failed.
make (e=267): The directory name is invalid.
process_begin: CreateProcess(C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-4.bat, C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make36552-4.bat, ...) failed.
make (e=267): The directory name is invalid.
**** Build Finished ****
Here is the build output:
**** Build of configuration Debug for project tirtos_builds_cc13x2_cc26x2_release_ccs ****
"C:\\ti\\ccs1220\\ccs\\utils\\bin\\gmake" -k -j 20 all -O
subdir_rules.mk:12: recipe for target 'build-1745043089-inproc' failed
process_begin: CreateProcess(C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make4676-1.bat, C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make4676-1.bat, ...) failed.
make (e=267): The directory name is invalid.
gmake[1]: *** [build-1745043089-inproc] Error 267
subdir_rules.mk:12: recipe for target 'build-1745043089-inproc' failed
process_begin: CreateProcess(C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make32716-1.bat, C:\dev\iot\os\tirtos_cc13x2_cc26x2\Debug\make32716-1.bat, ...) failed.
make (e=267): The directory name is invalid.
gmake[2]: *** [build-1745043089-inproc] Error 267
makefile:127: recipe for target 'all' failed
gmake[1]: *** No rule to make target 'build-1745043089', needed by 'configPkg/linker.cmd'.
gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors.
gmake: *** [all] Error 2
**** Build Finished ****