* [Buildroot] make linux26-menuconfig
@ 2010-07-20 5:42 Paul Jones
2010-07-20 6:45 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Paul Jones @ 2010-07-20 5:42 UTC (permalink / raw)
To: buildroot
I'm not sure if this is a bug or not, so I thought I'd ask here.
I just spent the last 20 mins trying to figure out why make
linux26-menuconfig didn't work - it was because I was running it immediately
after make menuconfig, so /output/toolchain/bin/sed didn't yet exist.
Should there be a warning or something if someone tries to do this? It was
very confusing.
>>> Downloading kernel
mkdir -p /media/dev/buildroot-tut/output/build/linux-custom
touch /media/dev/buildroot-tut/output/build/linux-custom/.stamp_downloaded
>>> Extracting kernel
mkdir -p /media/dev/buildroot-tut/output/build/linux-custom
>>> Patching kernel
>>> Configuring kernel
cp "./configs/mini2440_kernelconfig"
/media/dev/buildroot-tut/output/build/linux-custom/.config
/media/dev/buildroot-tut/output/toolchain/bin/sed -i -e
"/\\<CONFIG_AEABI\\>/d"
/media/dev/buildroot-tut/output/build/linux-custom/.config
/bin/sh: /media/dev/buildroot-tut/output/toolchain/bin/sed: No such file or
directory
make: ***
[/media/dev/buildroot-tut/output/build/linux-custom/.stamp_configured] Error
127
Paul.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100720/959f11a5/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] make linux26-menuconfig
2010-07-20 5:42 [Buildroot] make linux26-menuconfig Paul Jones
@ 2010-07-20 6:45 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-07-20 6:45 UTC (permalink / raw)
To: buildroot
>>>>> "Paul" == Paul Jones <paul@pauljones.id.au> writes:
Paul> I?m not sure if this is a bug or not, so I thought I?d ask here.
Paul> I just spent the last 20 mins trying to figure out why make linux26-menuconfig
Paul> didn?t work ? it was because I was running it immediately after make
Paul> menuconfig, so /output/toolchain/bin/sed didn?t yet exist.
Yes, the linux26-menuconfig target was missing a dependency on host-sed
(like uclibc-menuconfig has) - Thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-20 6:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20 5:42 [Buildroot] make linux26-menuconfig Paul Jones
2010-07-20 6:45 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox