All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sven Neumann <s.neumann@raumfeld.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] busybox: 1.13.x defconfig: enable devmem applet
Date: Wed, 24 Jun 2009 10:31:42 +0200	[thread overview]
Message-ID: <1245832302.25464.0.camel@sven> (raw)
In-Reply-To: <20090622132901.57D11777A2@busybox.osuosl.org>

Hi,

On Mon, 2009-06-22 at 15:16 +0200, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=263c8dc7b89b997b011214e224074e03279a37a0
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> 
> Small and useful for a lot of early hardware testing/verification.
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  package/busybox/busybox-1.13.x.config |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/package/busybox/busybox-1.13.x.config b/package/busybox/busybox-1.13.x.config
> index 0846eaf..ee59162 100644
> --- a/package/busybox/busybox-1.13.x.config
> +++ b/package/busybox/busybox-1.13.x.config
> @@ -562,7 +562,7 @@ CONFIG_DC=y
>  # CONFIG_DEVFSD_FG_NP is not set
>  # CONFIG_DEVFSD_VERBOSE is not set
>  # CONFIG_FEATURE_DEVFS is not set
> -# CONFIG_DEVMEM is not set
> +CONFIG_DEVMEM=y
>  CONFIG_EJECT=y
>  # CONFIG_FEATURE_EJECT_SCSI is not set
>  # CONFIG_FBSPLASH is not set

This breaks the build for me:

libbb/lib.a(appletlib.o):(.rodata.applet_main+0x88): undefined reference
to `devmem_main'
collect2: ld returned 1 exit status


Is there perhaps a dependency missing that needs to be selected along
with devmem ?


Sven

  reply	other threads:[~2009-06-24  8:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-22 13:16 [Buildroot] [git commit] busybox: 1.13.x defconfig: enable devmem applet Peter Korsgaard
2009-06-24  8:31 ` Sven Neumann [this message]
2009-06-24  9:03   ` Peter Korsgaard
2009-06-24  9:13   ` Sven Neumann
2009-06-24  9:24     ` Peter Korsgaard

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=1245832302.25464.0.camel@sven \
    --to=s.neumann@raumfeld.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.