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

2006-12-31 Thread Danny Backx
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

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

[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