This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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 issue on XSCALE


On Sun, 2007-02-04 at 05:32 -0800, Lin George wrote:
> Hello everyone,
> 
> I want to use gprof to monitor performance of a program on an XSCALE CPU system,
> currently I am using Monta Vista tool chain to build application for
> the XSCALE system. But I can not find a gprof tool shipped with Monta
> Vista Linux. Does anyone have any idea of how to use gprof in my
> environment -- could work with Monta Vista Linux tool chain for
> XSCALE?
> 
> The more specific issue I could see is, I could compile and execute with profiler
> enabled application (-pg option), but there is no tool to analyze the output
> report in Monta Vista Linux (I can not find gprof command in Monta Vista
> installation package, and I am using version 3.1). -- I think I could not
> use x86 Linux desktop gprof to analyze the ouput generated by Monta Vista
> XSCALE compiler -- since I think gprof has to be matched with platform (XSCALE?). Any ideas?

George,

I can't fully figure out from your mail what your target environment is,
I'm guessing you want to use linux on the Xscale.

The cegcc project has support for -pg; but the target architecture for
the toolchain is Windows CE running on ARM. CeGCC is a cross-development
environment (develop on Linux or Windows, run on Windows CE on ARM).

If this is what you want, then just go get it at http://cegcc.sf.net .
If you want to run Linux on your Xscale, then maybe the cegcc sources
are a good starting point.

	Danny

-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Attachment: signature.asc
Description: This is a digitally signed message part


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