I build my code in a command line script, outside of CCS (Version: 7.4.0.00015), since its faster (I suppose because CCS does not check if it needs to reconstruct the makefile)
This has worked fine for months,now suddenly the build fails with this error,
c:/ti/gcc-arm-none-eabi-6-2017-q1-update/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot open output file myapp.out: Invalid argument
This only happens after I have loaded the .out file (i.e the .out file ld complained about) to my board via the debugger (Connect Target, Reload Program)
It looks like CCS has not closed the .out file so the ld program can't generate it
If I exit from CCS, the build looks fine - exiting debug mode is not enough
Anyone else seen this? Any solutions ?
Thanks