Tool/software: Code Composer Studio
Using CCS10 with TI PDK AM347x on Windows 10. When I load a project and build it its fine. I can make code changes and rebuild any number of times. Once I debug the program and close the debugging, I am unable to build the same program, the error is
c:/ti/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot open output file <outputfilename>
Restarting CCS seems to fix this, but only till the next debug session. It seems the debug session holds on to the .out file preventing subsequent changes. This is very similar to https://e2e.ti.com/support/tools/ccs/f/81/t/870667
