Other Parts Discussed in Thread: MSPM0G3519
Tool/software:
Hello,
CCS 20.01
With these CLI options:
-ccs.autoGenerateMakefiles false
-ccs.outputType executable
-ccs.outputFormat ELF
-ccs.artifactExtension
-ccs.artifactName OoB_MSPM0G3519
-ccs.configurations _build
-ccs.defaultConfiguration _build
-ccs.buildLocation "D:\CCS\OoB_MSPM0G3519\_build\OoB_MSPM0G3519"
-ccs.buildCommand "D:\CCS\OoB_MSPM0G3519\_theia_workspace\build.bat"
-ccs.buildCommandFlags ""
-ccs.buildTarget OoB_MSPM0G3519
I expect CCS to locate OoB_MSPM0G3519.out file in D:\CCS\OoB_MSPM0G3519\_build\OoB_MSPM0G3519 folder when I start debug session.
However I get following error:
Unable to read file 'OoB_MSPM0G3519/_build/OoB_MSPM0G3519.out' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open 'd:\CCS\OoB_MSPM0G3519_theia_workspace\OoB_MSPM0G3519_build\OoB_MSPM0G3519.out')
The path in the error message doesn't quite make sense.
How do I need to set -ccs.buildLocation so CCS recognizes it?
Regards,
Eugene