We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is there any built in tool to measure C code coverage with ARM Compiler 6, like Gcov for GCC?If not, which 3rd party tool would you recommend.
Thanks
Hi Yevhen,
There's nothing built into the compiler itself. However our MDK development suite includes a very capable trace-based code coverage analysis tool.
I'm always looking for ways that we can make our compiler even better than it is today! I would be interested to learn more about your needs here - I'll drop you a private message.
Many thanks,
Paul (Product Manager, Compilers)
Thanks for reply, it was helpful.