supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Gerrit Pape <pape@smarden.org>
Subject: Re: runit (1.0.5)
Date: Wed, 12 Jul 2006 15:16:17 +0000	[thread overview]
Message-ID: <20060712151617.7641.qmail@1f003feddf5644.315fe32.mid.smarden.org> (raw)
In-Reply-To: <1152627169.11798.22.camel@localhost>

On Tue, Jul 11, 2006 at 04:12:49PM +0200, Pascal de Bruijn wrote:
> I noticed runit, which looks really great! I intend to use it on my
> homebuilt embedded linux os, which runs on a PC-Engines WRAP board
> (which are low powered x86 compatible boards).
> 
> I'm using buildroot/uclibc to build the embedded os. This is where the
> trouble starts. buildroot more or less expects a standard autoconf
> structure or at least something similar. And your build scripts don't
> seem to allow for certain build parameters:
> 
>   --target=$(GNU_TARGET_NAME) 
>   --host=$(GNU_TARGET_NAME) 
>   --build=$(GNU_HOST_NAME) 
> 
> There build parameters are necessary because my compiler isn't called
> just 'gcc' but 'i486-linux-gcc'. I'm basically cross compiling on the
> from and to the same platform, because I don't want to rely on my
> distribution supplied compiler.
> 
> Is there any convenient way to make this work?

You can configure the compiler and linker through src/conf-cc and
src/conf-ld, here's an example for the dietlibc

 http://smarden.org/runit/usedietlibc.html

For real cross-compiling, some handwork must be done.  The build system
uses runtime tests to detect support for platform specific features, see
the sysdeps target in src/Makefile.  If it cannot run test programs, you
need to find out and manually choose the appropriate headers.

HTH, Gerrit.


      reply	other threads:[~2006-07-12 15:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-11 14:12 Pascal de Bruijn
2006-07-12 15:16 ` Gerrit Pape [this message]

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=20060712151617.7641.qmail@1f003feddf5644.315fe32.mid.smarden.org \
    --to=pape@smarden.org \
    /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.
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).