[uClibc]compile tar against uClibc

Claus Rosenberger Claus.Rosenberger at rocnet.de
Fri Mar 7 14:49:02 UTC 2003


> Thanks.
> How do I create buildroot with uClibc-0.9.18? Where should I change in
> the Makefile to let it point my uClib and my own kernel includes?


change following lines to uClibc-0.9.18 in file make/uclibc.mk
--------
UCLIBC_DIR:=$(BUILD_DIR)/uClibc-0.9.19
UCLIBC_SOURCE:=uClibc-0.9.19.tar.bz2

do the same in files
make/uclibc_toolchain_2_95.mk
make/uclibc_toolchain.mk

be sure to set following things in buildroot/Makefile
--------
USE_UCLIBC_SNAPSHOT:=false
TARGETS+=system-linux

you will get a new uClib version 0.9.18



> /D
>
> On Fri, 2003-03-07 at 15:16, Claus Rosenberger wrote:
>> Hello,
>>
>> use buildroot to create a development environment with uclibc-0.9.18.
>> you have to options.
>>
>> 1. switch on tar on central makefile (TARGET+=tar)
>> 2. change to root_fs (copy it to a directory structure and chroot)
>>    comile tar there
>>
>>
>>
>> > Hello,
>> >
>> > A newbie's question: How to compile tar from its source code against
>> uClibc?
>> >
>> > I have built a initrd image with uClibc and busybox. However, the
>> busbox's tar program has some flaws that I couldn't use. So I need
>> to use the GNU tar program.
>> > I've downloaded the src code and try to configure with CC flags
>> points to my i386-linux-uclibc directory. But configure program gets
>> confused with the wrapper and couldn't continue (it couldn't guess
>> the host type).
>> >
>> > I've also downloaded uClibc's rootfs program and there is GNU tar
>> program so I guess it can be done although it is get annoy :-) I'd
>> like to build tar program against my version of uClibc (0.9.18) so I
>> don't have to rebuild everything on the initrd against the new
>> version of uClibc.
>> >
>> > Thanks.
>> >
>> > /D
>> >
>> >
>> >
>> > _______________________________________________
>> > uClibc mailing list
>> > uClibc at uclibc.org
>> > http://uclibc.org/mailman/listinfo/uclibc
>>
>>
>>
>> _______________________________________________
>> uClibc mailing list
>> uClibc at uclibc.org
>> http://uclibc.org/mailman/listinfo/uclibc






More information about the uClibc mailing list