This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSv5.5 with compiler v7.4.19 compiling from command line requires user input

Other Parts Discussed in Thread: CCSTUDIO

Hello,

I've upgraded the compiler from 7.4.11 to 7.4.19 in CCSv5.5 using Check for Updates and now whenever I build from command line, compilation seems to pause randomly until I press Enter key (most likely closer to linking stage). This was observed also on CCSv6.0 on a different computer.

The makefile that I'm using is using shell=sh.exe which is available in system environment path (set path=%path%;C:\ti\ccsv5\utils\cygwin) and building the project is done via importing projects into workspace then calling CCSv5.5 to build the projects:

/ti/ccsv5/eclipse/eclipseC -noSplash -data ccsWorkspace -application com.ti.ccstudio.apps.projectImport -ccs.location "<my project>"

/ti/ccsv5/eclipse/eclipseC -noSplash -data ccsWorkspace -application com.ti.ccstudio.apps.projectBuild -ccs.buildType full -ccs.projects <my project>

Did anyone noticed similar issue?

Best regards,

David.