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]

Re: gprof and xscale-elf-gcc


On Mon, 2002-01-28 at 01:03, Arvind Krishnaswamy wrote:
> I'm using the xscale-elf-gcc corss compiler. How do I use xscale-elf-gprof
> for profiling data? The linker cannot find -lc_p. How do I fix this?
> Provided this can be fixed, how do I run the program under this cross-compiler
> environment to generate gmon.out?

Your C library needs to support profiling.  See the documentation for
whichever library you are using.

p.


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