I'm trying to use CLions interface to gcov
but I'm not using the default g++ compiler (for Ubuntu 18.04). Therefore my version of gcov
(7.5) is incompatible with my compiler (10.1).
How can I install gcov
that works with gcc
/ g++ 10.1
?
I've tried:
- sudo apt install gcov
- sudo apt install gcov-10
- sudo apt install gcov-dev