powerpc: Incomplete configure under Cygwin?

Tommi Sairo Tommi.Sairo@vansco-forssa.com
Tue Nov 7 12:17:00 GMT 2006


> On Mon, 2006-11-06 at 12:34 +0200, Tommi Sairo wrote:
> > > The referred powerpc-eabi/nof/newlib -directory is empty, as 
> > > are all other subdirs of powerpc-eabi/nof. 
> > > 
> > > I'm linking newlib- and libgloss-dirs at top level of GCC 
> > > sources and configuring from top level of GCC source with:
> > > ../${GCCDIR}/configure --disable-shared --disable-nls 
> > > --with-newlib 
> > > --with-headers=../${NEWLIBDIR}/newlib/libc/include 
> > > --enable-multilib --enable-interwork --enable-languages=c,c++ 
> > > --with-float=soft --target=${TARGET} --prefix=${PREFIX} 2>&1 
> > > | tee configure.log
> > > 
> > > Any ideas?
> Wild guess: Pass an absolute directory to --with-headers.

Thanks for your suggestion, but I don't think that is it - in my first build
attempt, I supplied incorrect path to that which caused configure script to
not copy the headers to appropriate place before building, causing the build
failing in an earlier phase due to not finding the system headers. Since the
headers are in one bunch and now it can access at least some of them, I
think it should be able to access all of them. 

/TS



More information about the Newlib mailing list