This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

On-Target Code coverage measurement with ARM Compiler 6

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

Parents
  • 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) 

Reply
  • 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) 

Children