I was not passing enough parameters in the build scripts. Therefore,
target_alias was empty. Fixed with my recent commit. Thanks for
explaining.
Danny
On Sat, 2006-12-30 at 18:52 +, Pedro Alves wrote:
> Danny Backx escreveu:
> > Pedro,
> >
> > Something I've apparently tested incompl
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
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