This is the mail archive of the
newlib@sources.redhat.com
mailing list for the newlib project.
Re: make problems
- From: Jeff Johnston <jjohnstn at redhat dot com>
- To: Karin dot Riedl at informatik dot fh-muenchen dot de
- Cc: newlib at sources dot redhat dot com
- Date: Tue, 25 May 2004 11:34:53 -0400
- Subject: Re: make problems
- References: <1085483541.40b32a152cb34@mail.informatik.fh-muenchen.de>
Karin.Riedl@informatik.fh-muenchen.de wrote:
Hi,
I'm having a little problem with building the newlib-1.12.0 (host + target =
i686).
I tried:
../newlib-1.12.0/configure
After this I wanted to run make, and got the following message:
make[1]: Für das Ziel all ist nichts zu tun. ( nothing to do for "all")
What did I wrong?
Newlib was initially designed for cross-targets. For native builds, the default
is to use glibc which is far more robust than newlib. To force a native newlib
for i686, you need to add --with-newlib as a configuration argument.
../newlib-1.12.0/configure --with-newlib
-- Jeff J.