Results 1 to 1 of 1
Hi,
I had a really big app., I added some of modules with -pg when compiling and linking, something like
gcc -pg -c -std98 ... *.c
gcc -pg -o target ...
- 08-10-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
gprof gmon.out no such file or directory
Hi,
I had a really big app., I added some of modules with -pg when compiling and linking, something like
gcc -pg -c -std98 ... *.c
gcc -pg -o target *.o
however, when I run
gprof ./target I got an error
gmon.out: No such file or directory.
anyone can help me?
peter


Reply With Quote