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: Newlib-1.15.0 fails to compile


On 22 November 2007 00:55, Thomas Epperson wrote:

> I am having many a problem compiling newlib-1.15.0. I am using ubuntu 7.10.
> The command used to configure is
> ../newlib-1.15.0/configure --prefix=/home/thomas/DoorsOsNewlib/
> --target=i386-elf
> from bash.
> I will attach the log from make.
> I assume that it's not a problem with the package but somehow with the
> configure script process given the errors that are encountered.

  Yeh, looks like something went wrong: it doesn't appear to have found the
compiler at all: things like ...

checking for gcc... (cached)
-B/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/ -isystem
/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/targ-include -isystem
/home/thomas/DoorsOs/newlib-1.15.0/newlib/libc/include
checking whether we are using GNU C... (cached) no

... and ...

CC=-B/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/ -isystem
/home/thomas/DoorsOs/build-newlib/i386-elf/newlib/targ-include -isystem
/home/thomas/DoorsOs/newlib-1.15.0/newlib/libc/include' 

... all suggest something went wrong when you ran configure.  Have you got a
log from that?  Is there anything suspicious in the toplevel config.log?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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