Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Pedro Alves
Danny Backx escreveu: > > What is the issue why you wanted me to put the profile and docs build > after the gdb build ? > > function build_all > > { > > build_binutils > > @@ -261,6 +286,7 @@ > > build_gdb > > build_gdbstub > > build_docs > > +build_profile > > } > > >

Re: [Cegcc-devel] Installation error in profile/profile

2006-12-30 Thread Pedro Alves
Danny Backx escreveu: > Pedro, > > Something I've apparently tested incompletely. The new profile/profile > stuff (gcrt3.o and libgmon.a) get installed in /opt/cegcc/lib, not > in /opt/cegcc/arm-wince-cegcc/lib where the compiler expects them. > > The src/profile/Makefile.in contains code to deal

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Danny Backx
On Sat, 2006-12-30 at 18:10 +, Pedro Alves wrote: > Danny Backx escreveu: > > On Sat, 2006-12-30 at 12:45 +0100, Danny Backx wrote: > >> On Sat, 2006-12-30 at 10:38 +, Pedro Alves wrote: > >>> Danny Backx wrote: > Second set of patches included. > > My option would be to get

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Pedro Alves
Danny Backx escreveu: > On Sat, 2006-12-30 at 12:45 +0100, Danny Backx wrote: >> On Sat, 2006-12-30 at 10:38 +, Pedro Alves wrote: >>> Danny Backx wrote: Second set of patches included. My option would be to get this in SVN, then continue work on the getenv replacement and c

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Danny Backx
On Sat, 2006-12-30 at 12:45 +0100, Danny Backx wrote: > On Sat, 2006-12-30 at 10:38 +, Pedro Alves wrote: > > Danny Backx wrote: > > > Second set of patches included. > > > > > > My option would be to get this in SVN, then continue work on the getenv > > > replacement and command line option.

[Cegcc-devel] Installation error in profile/profile

2006-12-30 Thread Danny Backx
Pedro, Something I've apparently tested incompletely. The new profile/profile stuff (gcrt3.o and libgmon.a) get installed in /opt/cegcc/lib, not in /opt/cegcc/arm-wince-cegcc/lib where the compiler expects them. The src/profile/Makefile.in contains code to deal with this but I'm reluctant to touc

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Danny Backx
On Sat, 2006-12-30 at 10:38 +, Pedro Alves wrote: > Danny Backx wrote: > > Second set of patches included. > > > > My option would be to get this in SVN, then continue work on the getenv > > replacement and command line option. > > > > Ok, go ahead. It struck me just now that I didn't do an

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Pedro Alves
Danny Backx wrote: > Second set of patches included. > > My option would be to get this in SVN, then continue work on the getenv > replacement and command line option. > Ok, go ahead. Cheers, Pedro Alves > Danny > > > ---