Re: [arm-gnu] RVDS compiled library
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] RVDS compiled library



On 2009-12-23 11:23 +0530, Naveen Kumar wrote:

> I want to use gprof utility for profiling purpose, but i am only getting functions
> which are defined in application, But the function defined rvds library are not
> getting profiled.

The objects must be compiled with the -pg option, and the final executable must be
linked with the same option.

The objects in the RVDS library has *not* been compiled with -pg, which I guess is a
GCC-specific extension anyway.

-- 
Stefan