K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-10-22T07:12:55.582636Z K 7 svn:log V 335 It _was_ .gcno's, not .gcda's that get produced with cc --coverage Try to install them instead of the .gcda's, since the .gcda's likely won't exist. TODO: verify that installworld does indeed do the right thing. Ref: gcc(1) -ftest-coverage description; --coverage (option in use) is an alias for -fprofile-arcs -ftest-coverage END