This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Using mingw gfortran gcc version 4.3.0 20061021 on Windows XP, I have created an executable with
gfortran -pg a.f90 b.f90
and run the a.exe executable a.out to create a gmon.out file. When I run
gprof gmon.out
using GNU gprof 2.16.93 I get the output
gprof: gmon.out: not in executable format
Does gprof work with mingw gfortran?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |