Buildroot: cannot find /lib/libc.so.0

Peter S. Mazinger ps.m at gmx.net
Fri Sep 30 19:31:01 UTC 2005


On Fri, 30 Sep 2005, Stephen Warren wrote:

> Peter S. Mazinger wrote:
> > On Fri, 30 Sep 2005, Stephen Warren wrote:
> >>In that case, I guess that buildroot should not be doing this:
> >>
> >> $(MAKE1) -C $(UCLIBC_DIR) \
> >>                PREFIX=$(STAGING_DIR)/ \
> >>                DEVEL_PREFIX=/ \
> >>                RUNTIME_PREFIX=/ \
> >>                install_dev
> >>
> >>but instead doing this:
> >>
> >> $(MAKE1) -C $(UCLIBC_DIR) \
> >>                PREFIX=/ \
> >>                DEVEL_PREFIX=$(STAGING_DIR) \
> >>                RUNTIME_PREFIX=$(STAGING_DIR) \
> >>                install_dev
> >>
> >>I guess I'll go test that!
> > 
> > 
> > that is what I also mean, PREFIX shouldn't be even defined
> 
> The attached patch implements the above. It builds an i486
> cross-compiler on my FC3 machine using latest SVN buildroot (with
> patch), and latest SVN uClibc.
> 
> Note: I left PREFIX defined, but empty, to be consistent with the rest
> of the buildroot makefile.

Partly applied to svn, install_headers can't be used yet, because 0.9.28 
does not have it.

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list