I write a project for a non POSIX embedded system so I cannot use gcc option --coverage (i don\'t have read or write). What else can I do to produce gcov like output. I do have
Disclaimer: The company (Rapita Systems) I work for provides a code coverage solution aimed at embedded applications.
Because embedded systems bring their own, special and widely varying requirements, the "best" solution for code coverage also varies widely.
Of course lots of different flavours of code coverage are also available: function, statement, decision/branch, MC/DC