[Clfs-dev] [CLFS-DEV] Embedded Musl libc

2013-08-02 Thread Kirk Terrell
Good morning, To test ability to compile I first added the following to my ${CLFS}/.bashrc file for my Musl libc based system export DESTDIR=${CLFS}/sources/dest # Did this because I didnt want to actually install but just verify I could set the variable export host_alias=${CLFS_TARGET} e

Re: [Clfs-dev] [CLFS-DEV] Embedded Musl Libc

2013-07-31 Thread Kirk Terrell
On 07/31/2013 05:20 AM, Andrew Bradford wrote: On Wed, Jul 31, 2013, at 08:00 AM, Kirk Terrell wrote: I have a complete build for an arm platform (Vexpress-a9) using Musl libc, verified to run on the QEMU emulator. You can read the modified book at http://kanj.github.io/elfs/book/armMusl

Re: [Clfs-dev] [CLFS-DEV] Embedded Musl Libc

2013-07-31 Thread Andrew Bradford
On Wed, Jul 31, 2013, at 08:00 AM, Kirk Terrell wrote: > I have a complete build for an arm platform (Vexpress-a9) using Musl > libc, verified to run on the QEMU emulator. You can read the modified > book at http://kanj.github.io/elfs/book/armMusl/index.html. This version > has also been m

[Clfs-dev] [CLFS-DEV] Embedded Musl Libc

2013-07-31 Thread Kirk Terrell
Good Morning I have a complete build for an arm platform (Vexpress-a9) using Musl libc, verified to run on the QEMU emulator. You can read the modified book at http://kanj.github.io/elfs/book/armMusl/index.html. This version has also been modified to have no clfs user. If you download the gi

Re: [Clfs-dev] [CLFS-DEV] Embedded Musl Libc

2013-07-25 Thread Andrew Bradford
On Wed, Jul 24, 2013, at 08:58 AM, Kirk Terrell wrote: > > I have to recant from my earlier email on Musl Libc. I have built > systems for arm, mips and x86. I used the following process > > To Build Musl: > > > CROSS_COMPILE=${CLFS_TARGET}- ./configure --prefix=${CLFS} > > --disable-gcc-wrap

Re: [Clfs-dev] [CLFS-DEV] Embedded Musl Libc

2013-07-24 Thread Andrew Bradford
On Wed, Jul 24, 2013, at 08:58 AM, Kirk Terrell wrote: > > I have to recant from my earlier email on Musl Libc. I have built > systems for arm, mips and x86. I used the following process > > To Build Musl: > > > CROSS_COMPILE=${CLFS_TARGET}- ./configure --prefix=${CLFS} > > --disable-gcc-wrap

[Clfs-dev] [CLFS-DEV] Embedded Musl Libc

2013-07-24 Thread Kirk Terrell
I have to recant from my earlier email on Musl Libc. I have built systems for arm, mips and x86. I used the following process To Build Musl: CROSS_COMPILE=${CLFS_TARGET}- ./configure --prefix=${CLFS} --disable-gcc-wrapper \ --host=${CLFS_TARGET} --build=${CLFS_HOST} --syslibdir=${CLFS}