Linux / UNIX Tech Support Forum
This is a discussion on gcov for i586-aud-gcc.exe within the Coding in General forums, part of the Development/Scripting category; Hello everybody, I am using i586-aud-gcc.exe with -fprofile-arcs -ftest-coverage flags for compliling c code. It is generating . gcno and ...
|
|||||||
| Coding in General Discussion on PHP/Perl/Python/Ruby/GNU C or C++. MySQL, PgSQL and (X)HTML or any other programming languages you want. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello everybody,
I am using i586-aud-gcc.exe with -fprofile-arcs -ftest-coverage flags for compliling c code. It is generating .gcno and .out for each source code.If i run gcov for the perticular code, it is giving error like "cannot open the data file". It is expecting .gcda file, but it is not generated by i586-aud-gcc.exe. If compile from gcc instead of aud-gcc, it is generating .bb and .bbg files and gcov is generating the report without any problem. Please help me out to sove this prob .for i586-aud-gcc.exe: gcc version 3.4.4 for gcc.exe: gcc version 3.4.4 |
| Sponsored Links | ||
|
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gcov with g++ | pankar | Coding in General | 2 | 28-11-2008 02:35 PM |