public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Kernel build error
@ 2009-01-29 21:17 Dale
  2009-01-29 21:23 ` Saphirus Sage
  2009-01-29 22:29 ` KH
  0 siblings, 2 replies; 7+ messages in thread
From: Dale @ 2009-01-29 21:17 UTC (permalink / raw
  To: gentoo-user

Hi,

I'm trying to upgrade my kernel but I got this.

root@smoker /usr/src/linux-2.6.27-gentoo-r8 # make all && make
modules_install
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/linux/compile.h
make[1]: *** No rule to make target `n/n', needed by
`firmware/n.gen.o'.  Stop.
make: *** [firmware] Error 2
root@smoker /usr/src/linux-2.6.27-gentoo-r8 #  

I have always used that command but it doesn't usually end like this.  I
think that is right.  What is target 'n/n'?  Am I missing something? 
Kernel version is in the prompt up there too. 

Thanks.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Kernel build error
  2009-01-29 21:17 [gentoo-user] Kernel build error Dale
@ 2009-01-29 21:23 ` Saphirus Sage
  2009-01-29 22:24   ` Dale
  2009-01-29 22:29 ` KH
  1 sibling, 1 reply; 7+ messages in thread
From: Saphirus Sage @ 2009-01-29 21:23 UTC (permalink / raw
  To: gentoo-user

Dale wrote:
> Hi,
>
> I'm trying to upgrade my kernel but I got this.
>
> root@smoker /usr/src/linux-2.6.27-gentoo-r8 # make all && make
> modules_install
>   CHK     include/linux/version.h
>   CHK     include/linux/utsrelease.h
>   CALL    scripts/checksyscalls.sh
>   CHK     include/linux/compile.h
> make[1]: *** No rule to make target `n/n', needed by
> `firmware/n.gen.o'.  Stop.
> make: *** [firmware] Error 2
> root@smoker /usr/src/linux-2.6.27-gentoo-r8 #  
>
> I have always used that command but it doesn't usually end like this.  I
> think that is right.  What is target 'n/n'?  Am I missing something? 
> Kernel version is in the prompt up there too. 
>
> Thanks.
>
> Dale
>
> :-)  :-) 
>
>   
What firmware drivers had you enabled when you configured the kernel?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Kernel build error
  2009-01-29 21:23 ` Saphirus Sage
@ 2009-01-29 22:24   ` Dale
  2009-01-29 22:31     ` KH
  0 siblings, 1 reply; 7+ messages in thread
From: Dale @ 2009-01-29 22:24 UTC (permalink / raw
  To: gentoo-user

Saphirus Sage wrote:
> Dale wrote:
>   
>> Hi,
>>
>> I'm trying to upgrade my kernel but I got this.
>>
>> root@smoker /usr/src/linux-2.6.27-gentoo-r8 # make all && make
>> modules_install
>>   CHK     include/linux/version.h
>>   CHK     include/linux/utsrelease.h
>>   CALL    scripts/checksyscalls.sh
>>   CHK     include/linux/compile.h
>> make[1]: *** No rule to make target `n/n', needed by
>> `firmware/n.gen.o'.  Stop.
>> make: *** [firmware] Error 2
>> root@smoker /usr/src/linux-2.6.27-gentoo-r8 #  
>>
>> I have always used that command but it doesn't usually end like this.  I
>> think that is right.  What is target 'n/n'?  Am I missing something? 
>> Kernel version is in the prompt up there too. 
>>
>> Thanks.
>>
>> Dale
>>
>> :-)  :-) 
>>
>>   
>>     
> What firmware drivers had you enabled when you configured the kernel?
>
>
>   

Well, I copied .config from my old kernel, ran oldconfig then menuconfig
to check on a couple things.  Everything looked normal enough for me
system.  I did say no to the new stuff tho.  My old kernel works fine so
I am really only updating the kernel.

I'm not sure what you mean by "firmware drivers"?  I don't use modules
but it does have a couple that are default and can't get rid of.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Kernel build error
  2009-01-29 21:17 [gentoo-user] Kernel build error Dale
  2009-01-29 21:23 ` Saphirus Sage
@ 2009-01-29 22:29 ` KH
  2009-01-29 22:56   ` Neil Bothwick
  1 sibling, 1 reply; 7+ messages in thread
From: KH @ 2009-01-29 22:29 UTC (permalink / raw
  To: gentoo-user

Dale schrieb:
> Hi,
>
> I'm trying to upgrade my kernel but I got this.
>
> root@smoker /usr/src/linux-2.6.27-gentoo-r8 # make all && make
> modules_install
>   CHK     include/linux/version.h
>   CHK     include/linux/utsrelease.h
>   CALL    scripts/checksyscalls.sh
>   CHK     include/linux/compile.h
> make[1]: *** No rule to make target `n/n', needed by
> `firmware/n.gen.o'.  Stop.
> make: *** [firmware] Error 2
> root@smoker /usr/src/linux-2.6.27-gentoo-r8 #  
>
> I have always used that command but it doesn't usually end like this.  I
> think that is right.  What is target 'n/n'?  Am I missing something? 
> Kernel version is in the prompt up there too. 
>
> Thanks.
>
> Dale
>
> :-)  :-) 
>
>   
Hi,

you did run oldconfig
. Somewhere you said n where a number should be.
Search for:
External Firmware blobs to build into kernel binary (EXTRA_FIRMWARE)

kh



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Kernel build error
  2009-01-29 22:24   ` Dale
@ 2009-01-29 22:31     ` KH
  0 siblings, 0 replies; 7+ messages in thread
From: KH @ 2009-01-29 22:31 UTC (permalink / raw
  To: gentoo-user

Dale schrieb:
> Saphirus Sage wrote:
>   
>> Dale wrote:
>>   
>>     
>>> Hi,
>>>
>>> I'm trying to upgrade my kernel but I got this.
>>>
>>> root@smoker /usr/src/linux-2.6.27-gentoo-r8 # make all && make
>>> modules_install
>>>   CHK     include/linux/version.h
>>>   CHK     include/linux/utsrelease.h
>>>   CALL    scripts/checksyscalls.sh
>>>   CHK     include/linux/compile.h
>>> make[1]: *** No rule to make target `n/n', needed by
>>> `firmware/n.gen.o'.  Stop.
>>> make: *** [firmware] Error 2
>>> root@smoker /usr/src/linux-2.6.27-gentoo-r8 #  
>>>
>>> I have always used that command but it doesn't usually end like this.  I
>>> think that is right.  What is target 'n/n'?  Am I missing something? 
>>> Kernel version is in the prompt up there too. 
>>>
>>> Thanks.
>>>
>>> Dale
>>>
>>> :-)  :-) 
>>>
>>>   
>>>     
>>>       
>> What firmware drivers had you enabled when you configured the kernel?
>>
>>
>>   
>>     
>
> Well, I copied .config from my old kernel, ran oldconfig then menuconfig
> to check on a couple things.  Everything looked normal enough for me
> system.  I did say no to the new stuff tho.  My old kernel works fine so
> I am really only updating the kernel.
>
> I'm not sure what you mean by "firmware drivers"?  I don't use modules
> but it does have a couple that are default and can't get rid of.
>
> Dale
>
> :-)  :-) 
>
>   
Hi,

if you don't want to have this driver atall there should be nothing in
there. Best thing ist to run make menuconfig to search for the mentioned
line.

Sorry for my tiping but I am really sleepy :-)

kh



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Kernel build error
  2009-01-29 22:29 ` KH
@ 2009-01-29 22:56   ` Neil Bothwick
  2009-01-30  4:32     ` Dale
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2009-01-29 22:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

On Thu, 29 Jan 2009 23:29:09 +0100, KH wrote:

> you did run oldconfig
> . Somewhere you said n where a number should be.
> Search for:
> External Firmware blobs to build into kernel binary (EXTRA_FIRMWARE)

Or copy over the previous config file and run make oldconfig again,
paying a little more attention this time :P


-- 
Neil Bothwick

Better to understand a little than to misunderstand a lot.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Kernel build error
  2009-01-29 22:56   ` Neil Bothwick
@ 2009-01-30  4:32     ` Dale
  0 siblings, 0 replies; 7+ messages in thread
From: Dale @ 2009-01-30  4:32 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Thu, 29 Jan 2009 23:29:09 +0100, KH wrote:
>
>   
>> you did run oldconfig
>> . Somewhere you said n where a number should be.
>> Search for:
>> External Firmware blobs to build into kernel binary (EXTRA_FIRMWARE)
>>     
>
> Or copy over the previous config file and run make oldconfig again,
> paying a little more attention this time :P
>
>
>   

OK.  I got it now.  I redone the oldconfig and let the FIRMWARE stuff go
to default.  It built fine this time.  May not boot but it built it.  o_O

Thanks !!

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-01-30  4:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29 21:17 [gentoo-user] Kernel build error Dale
2009-01-29 21:23 ` Saphirus Sage
2009-01-29 22:24   ` Dale
2009-01-29 22:31     ` KH
2009-01-29 22:29 ` KH
2009-01-29 22:56   ` Neil Bothwick
2009-01-30  4:32     ` Dale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox