[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Compiling with profiler info



Hi,

I just installed EasyMiNT 1.41, including the latest versions of gcc
and gprof.
Normal compilation of my sources worked without any problems.
When I tried adding option -pg for profiling information gcc still
gave no errors but from ld I got lots of "relocation truncated to
fit : DISP16 data" and as a consequence "collect 2 : ld returned 1
exit status".
One thing I found in some man file is that ld tries to include
libs with *_p.a for profiling and I don't have such libs.
Are they needed even if I'm quite satisfied getting profiling
information about my own code or is my problem caused by something
else ?

Thanks
Gerhard