All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clark Rawlins <clark.rawlins@escient.com>
To: buildroot@busybox.net
Subject: [Buildroot] Kernel Download Error with external toolchain
Date: Fri, 28 Sep 2007 14:16:22 -0400	[thread overview]
Message-ID: <1191003382.6616.9.camel@venture.bit63.org> (raw)
In-Reply-To: <20070928180849.GQ20951@aon.at>

On Fri, 2007-09-28 at 20:08 +0200, Bernhard Fischer wrote:
> On Fri, Sep 28, 2007 at 09:18:26AM -0400, Clark Rawlins wrote:
> >When attempting to build a fairly simple config including a kernel using
> >an external toolchain I am getting the following error:
> >
> >http://www.kernel.org/pub/linux/kernel/v2.6//linux-...tar.bz2
> 
> Index: target/linux/Config.in
> ===================================================================
> --- target/linux/Config.in	(revision 20084)
> +++ target/linux/Config.in	(working copy)
> @@ -15,7 +15,6 @@ config BR2_PACKAGE_LINUX
>  config BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG
>  	bool "linux kernel experimental configuration"
>  	depends on BR2_PACKAGE_LINUX
> -	depends on BR2_TARGET_ATMEL
>  	default n
>  	help
>  	  More advanced configuration (in development)
> 
> Another thing that is hidden behind some odd ATMEL symbol. What was the
> reasoning for hiding this one, too?

Alas,

I saw this earlier as well and attempted the same change you made but
with the same result end result.

(snip)
wget --passive-ftp -nd  -P /home/crawlins/src/br-trunk/dl
http://www.kernel.org/pub/linux/kernel/v2.6//linux-...tar.bz2
--14:10:41--
http://www.kernel.org/pub/linux/kernel/v2.6//linux-...tar.bz2
           => `/home/crawlins/src/br-trunk/dl/linux-...tar.bz2'
Resolving www.kernel.org... 204.152.191.37, 204.152.191.5
Connecting to www.kernel.org|204.152.191.37|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:10:42 ERROR 404: Not Found.

make: *** [/home/crawlins/src/br-trunk/dl/linux-...tar.bz2] Error 1


Here is the diff between my previous config and the config after
removing the depends on BR2_TARGET_ATMEL line as noted above. I took the
defaults except to ask that the kernel get copied to my rootfs instead
of somewhere else.


--- buildroot.config	2007-09-28 14:12:58.090882697 -0400
+++ .config	2007-09-28 14:10:34.576202778 -0400
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Fri Sep 28 09:00:42 2007
+# Fri Sep 28 14:10:34 2007
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_VERSION="0.10.0-svn"
@@ -490,5 +490,46 @@
 # BR2_KERNEL_none is not set
 BR2_KERNEL_LINUX=y
 # BR2_KERNEL_HURD is not set
+BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG=y
 BR2_PACKAGE_LINUX_KCONFIG="config-2.6.21"
-BR2_PACKAGE_LINUX_FORMAT="bzImage"
+BR2_PACKAGE_LINUX_FORMAT="uImage"
+# BR2_LINUX_2_6_SNAP is not set
+# BR2_LINUX_2_6_MM is not set
+# BR2_LINUX_2_6_STABLE is not set
+BR2_LINUX_2_6_22_1=y
+# BR2_LINUX_2_6_22 is not set
+# BR2_LINUX_2_6_21_6 is not set
+# BR2_LINUX_2_6_21_1 is not set
+# BR2_LINUX_2_6_21 is not set
+# BR2_LINUX_2_6_20_4 is not set
+# BR2_LINUX_2_6_20 is not set
+# BR2_LINUX_2_6_19_2 is not set
+# BR2_LINUX_2_6_19 is not set
+# BR2_LINUX_2_6_18 is not set
+# BR2_LINUX_2_6_17 is not set
+# BR2_LINUX_2_6_16 is not set
+# BR2_LINUX_2_6_15 is not set
+# BR2_LINUX_2_6_23 is not set
+# BR2_LINUX_CUSTOM is not set
+
+#
+# Patches
+#
+BR2_LINUX_BSP_PATCH=""
+BR2_DOWNLOAD_LINUX26_VERSION="2.6.22.1"
+BR2_LINUX26_VERSION="2.6.22.1"
+BR2_LINUX26_RC_PATCH=""
+BR2_PACKAGE_LINUX_USE_KCONFIG=y
+# BR2_LINUX26_DEFCONFIG is not set
+# BR2_LINUX_CUSTOMIZE is not set
+# BR2_LINUX_BIN_BZIMAGE is not set
+BR2_LINUX_BIN_UIMAGE=y
+# BR2_LINUX_BIN_VMLINUX is not set
+# BR2_LINUX_BIN_ZIMAGE is not set
+# BR2_LINUX_BIN_CUSTOM is not set
+
+#
+# Destinations for linux kernel binaries
+#
+BR2_LINUX_IN_ROOTFS=y
+# BR2_LINUX_COPY is not set

  reply	other threads:[~2007-09-28 18:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-28 13:18 [Buildroot] Kernel Download Error with external toolchain Clark Rawlins
2007-09-28 18:08 ` Bernhard Fischer
2007-09-28 18:16   ` Clark Rawlins [this message]
2007-09-28 18:20     ` Bernhard Fischer
2007-09-28 19:01   ` Ulf Samuelsson
2007-09-28 19:16     ` Bernhard Fischer
2007-09-28 20:49       ` Clark Rawlins
2007-09-28 20:58         ` Bernhard Fischer
2007-09-29 16:50           ` Clark Rawlins
2007-09-29 17:10             ` Bernhard Fischer

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=1191003382.6616.9.camel@venture.bit63.org \
    --to=clark.rawlins@escient.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.