S
Stefan Drissen
Guest
With multiple projects in the eclipse workspace, a source control 'get latest' results in new files being passed to the builder. This is done sequentially. First all files for project A are handled, then files for project B etc. PDSOE should be able to recognize that these files are for multiple projects (each with their own AVM) and pass them concurrently. The CDT plug-in (at least - see http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka15608.html) already has a 'parallel build' option. This can be achieved currently by stopping the builds and manually starting the compile process on each project.
Continue reading...
Continue reading...