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
> > }
> >
>
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
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
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
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.
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
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
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
>
>
> ---