This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

gprof not happy with mainline output.





I'm trying to use gprof with a mainline build from today.  I compile with
-pg, run the application to generate the gmon.out file and then run gprof,
but all I get is the following:

.
.
BFD: ../00000001/art: invalid string offset 51462 >= 3039 for section
`.strtab'
BFD: ../00000001/art: invalid string offset 268454758 >= 3039 for section
`.strtab'
BFD: ../00000001/art: invalid string offset 50438 >= 3039 for section
`.strtab'
BFD: ../00000001/art: invalid string offset 268455950 >= 3039 for section
`.strtab'
gprof: file `../00000001/art' has no symbols


Any idea what might cause this? .. Running with gcc 3.4 works fine.


Pete


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]