Hi, We are trying to use arm-linux-gcc 4.2.1. We compile application with flags "-fprofile-arcs -ftest-coverage". For the source file at location, /home/user/TestApp/HelloApp/, .gcda files are generated correctly in the folder /home/user/TestApp/HelloApp/ on the target. Setting environment flags GCOV_PREFIX and GCOV_PREFIX_STRIP do not seem any effect in relocating the .gcda files. For example, on setting GCOV_PREFIX=/temp/app/ and GCOV_PREFIX_STRIP=4, there is no change at all. How to fix this issue ? Thanks And Regards, Vrukesh