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 for i386-linux-newlib


On 3/17/06, Shaun Jackman <sjackman@gmail.com> wrote:
...
> configure: error: installation or configuration problem: C compiler
> cannot create executables.

I hacked my way past this by creating empty crti.o, crtn.o, and libc.a
files, and a dummy crt1.o, which defined a _start symbol. This was
enough to pass the autoconf check for a working C compiler.

When building newlib using a compiler that does not yet have a libc,
how is this supposed to work?

Thanks!
Shaun

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