This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: powerpc: Incomplete configure under Cygwin?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]