linux - gprof error: profile file has unsupported version -


I'm trying a shared library profile but when I open gprof:

 $ Export LD_PROFILE = libMy.so $ ./a.out $ gprof -q libMy.so /var/tmp/libMy.so.profile gprof: The unsupported version of the file /var/tmp/libMy.so.profile is 131071 

The Shared Library- -ggdb -pg was compiled with the flag.

GCC version 4.2.1, GPRF version 2.20, Linux 2.6.22

Any ideas what is the problem? , I can tell that generated code

profile file format gprof is not in the end instead try instead.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -