My customer is looking for a faster compiler than CCS for the concerto parts. Please let me know
what options exist.
Thanks.
Did your customer enable parallel build under CSS Build --> Tab behaviourI think this speeds up the build processI created my own makefiles for compilation instead of the CSS generated ones this gives optimal control over what is build and in my case speeded up the make process significantly.
When the makefile is created properly every *.c *.cpp *.cla file can be build in parrallel which speeds up the compilation with the Code Generation Tools (CGT) tool chain.