mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: Embedded distro
Date: Sat, 3 Aug 2013 18:43:12 +0200	[thread overview]
Message-ID: <20130803164312.GJ25714@port70.net> (raw)
In-Reply-To: <51FD2D8A.5060402@mybluelight.com>

* Kirk Terrell <knjterrell@mybluelight.com> [2013-08-03 09:19:22 -0700]:
> I've been working on a distro that is a fork from the CLFS Embedded
> project that uses musl libc in place of libc. I've managed to boot
> an emulated Vexpress-a9 target using the instructions at
> http://kanj.github.io/elfs/book/armMusl/index.html.
> 

is the --host really the CLFS_TARGET? should it be renamed in the configure script?

CROSS_COMPILE=${CLFS_TARGET}-  ./configure --prefix=${CLFS} --disable-gcc-wrapper \
    --host=${CLFS_TARGET} --build=${CLFS_HOST} --syslibdir=${CLFS}/lib --includedir=${CLFS}/usr/include

what needs these header hacks?

cp ${CLFS}/usr/include/linux/if_slip.h ${CLFS}/usr/include/net/if_slip.h
cp ${CLFS}/usr/include/net/if_arp.h ${CLFS}/usr/include/linux/if_arp.h



  reply	other threads:[~2013-08-03 16:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-03 16:19 Kirk Terrell
2013-08-03 16:43 ` Szabolcs Nagy [this message]
2013-08-03 18:14   ` Kirk Terrell
2013-08-03 19:57     ` Rich Felker
2013-08-04  2:56       ` Kirk Terrell
2013-08-04 11:40         ` Rich Felker
2013-08-05  0:57           ` Kirk Terrell
2013-08-05  1:16             ` Rich Felker
2013-08-07 16:36     ` Rob Landley
2013-08-03 20:28 ` John Spencer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130803164312.GJ25714@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).