My customer is looking for a faster compiler than CCS for the concerto parts. Please let me know
what options exist.
Thanks.
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.
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 behaviour
I think this speeds up the build process
I 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.