This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
RE: Newlib-1.15.0 fails to compile
- From: "Dave Korn" <dave dot korn at artimi dot com>
- To: "'Thomas Epperson'" <thomas dot epperson at gmail dot com>, <newlib at sources dot redhat dot com>
- Date: Thu, 22 Nov 2007 12:22:35 -0000
- Subject: RE: Newlib-1.15.0 fails to compile
- References: <3f9ff4db0711211316s6652079ifacd43e4aae30910@mail.gmail.com> <3f9ff4db0711211655t15925543ve8dab94a42aed941@mail.gmail.com>
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....