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.
Tool/software: Code Composer Studio
Hi,
I have multiple projects (one is CCS the other Makefile ). The later takes longer to build, I just want to build the former simultaneously while the first is building but CCS seems to wait for the other finish frist.
How can I build multiple projects simultaneously ?
Please let me know thanks.
Hello,
Sorry, it will build them sequentially. One workaround is to have the projects in separate workspace folder and then have two instances of CCS open (one for each workspace). Or you can also build the project from the command line in two separate terminals.
Thanks
ki