[Buildroot] Kernel Download Error with external toolchain

Bernhard Fischer rep.dot.nop at gmail.com
Fri Sep 28 18:20:28 UTC 2007


On Fri, Sep 28, 2007 at 02:16:22PM -0400, Clark Rawlins wrote:
>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.

Ah, yes. That's something different.
Add an option to your toolchain/external for the kernel-version. For
buildroot, i currently use the same version of the kernel that is used
for the headers. This will eventually be expanded in the future.

It's odd that you don't simply compile your own distro or use an
existing one, considering that you seem to be using glibc anyway.
*shrug*

HTH,



More information about the buildroot mailing list