• GCOV with Keil RTX
    Hi I enabled profiling (gcov) in for my embedded code using GCC flags -fprofile-arcs -ftest-coverage . In order to route the coverage data I have implemented wrappers of newlib _open, _read...
  • GCOV with Keil RTX
    Hi I enabled profiling (gcov) in for my embedded code using GCC flags -fprofile-arcs -ftest-coverage . In order to route the coverage data I have implemented wrappers of newlib _open, _read...
  • gcov arm-none-eabi-ar: two different operation options specified
    Hi. I want to set up code coverage for my ARM gcc project. I am using the gcc toolchain that is being installed from this location: https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4...
  • gcov arm-none-eabi-ar: two different operation options specified
    Hi. I want to set up code coverage for my ARM gcc project. I am using the gcc toolchain that is being installed from this location: https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4...
  • Coverage?
    I established a project using uVision. All the file of my project is asm form. When I input the coverage command, always display the first file coverage information. How to get the other file coverage...