* [Buildroot] [git commit] busybox: 1.13.x defconfig: enable devmem applet
@ 2009-06-22 13:16 Peter Korsgaard
2009-06-24 8:31 ` Sven Neumann
0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-06-22 13:16 UTC (permalink / raw)
To: buildroot
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
--
1.6.0.6
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [git commit] busybox: 1.13.x defconfig: enable devmem applet
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
2009-06-24 9:03 ` Peter Korsgaard
2009-06-24 9:13 ` Sven Neumann
0 siblings, 2 replies; 5+ messages in thread
From: Sven Neumann @ 2009-06-24 8:31 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [git commit] busybox: 1.13.x defconfig: enable devmem applet
2009-06-24 8:31 ` Sven Neumann
@ 2009-06-24 9:03 ` Peter Korsgaard
2009-06-24 9:13 ` Sven Neumann
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2009-06-24 9:03 UTC (permalink / raw)
To: buildroot
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Hi,
>> -# CONFIG_DEVMEM is not set
>> +CONFIG_DEVMEM=y
>> CONFIG_EJECT=y
>> # CONFIG_FEATURE_EJECT_SCSI is not set
>> # CONFIG_FBSPLASH is not set
Sven> This breaks the build for me:
Sven> libbb/lib.a(appletlib.o):(.rodata.applet_main+0x88): undefined reference
Sven> to `devmem_main'
Sven> collect2: ld returned 1 exit status
Sven> Is there perhaps a dependency missing that needs to be selected along
Sven> with devmem ?
Strange - It works fine here (in buildroot and native). Could your
post your .config?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [git commit] busybox: 1.13.x defconfig: enable devmem applet
2009-06-24 8:31 ` Sven Neumann
2009-06-24 9:03 ` Peter Korsgaard
@ 2009-06-24 9:13 ` Sven Neumann
2009-06-24 9:24 ` Peter Korsgaard
1 sibling, 1 reply; 5+ messages in thread
From: Sven Neumann @ 2009-06-24 9:13 UTC (permalink / raw)
To: buildroot
Please ignore the previous post. I forgot to adjust our build
environment accordingly and that caused the problem. Seems to work fine
now. Sorry for the noise.
Sven
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [git commit] busybox: 1.13.x defconfig: enable devmem applet
2009-06-24 9:13 ` Sven Neumann
@ 2009-06-24 9:24 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2009-06-24 9:24 UTC (permalink / raw)
To: buildroot
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Sven> Please ignore the previous post. I forgot to adjust our build
Sven> environment accordingly and that caused the problem. Seems to work fine
Sven> now. Sorry for the noise.
Ok, no problem - Thanks for the heads up (and the testing!)
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-24 9:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2009-06-24 9:03 ` Peter Korsgaard
2009-06-24 9:13 ` Sven Neumann
2009-06-24 9:24 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox