You are not logged in.

#1 2007-02-06 23:28:54

no24
Member
Registered: 2007-01-31
Posts: 62

simple change in make menuconfig, how to recompile kernel?-without ABS

I've made a simple change using make menuconfig (after downloading vanilla kernel and copying files over to linux-x.x.x.x-arch) to my CPU settings, and I understand I have to recompile the kernel now. Is there a simple way to do this (am I missing something obvious) or do I have to go through all the steps of compiling a custom kernel? Id like to learn the latter but this week am in a rush to get things running. Thanks!

Last edited by no24 (2007-02-07 01:04:11)

Offline

#2 2007-02-07 00:19:43

no24
Member
Registered: 2007-01-31
Posts: 62

Re: simple change in make menuconfig, how to recompile kernel?-without ABS

i tried using make bzImage but these errors occured.

make -j2 bzImage

  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
make[1]: *** No rule to make target `arch/i386/kernel/asm-offsets.c', needed by `arch/i386/kernel/asm-offsets.s'.  Stop.
make: *** [prepare0] Error 2
make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!

Offline

#3 2007-02-07 00:21:27

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: simple change in make menuconfig, how to recompile kernel?-without ABS

You will have to re-compile. You can do it the Arch way, with ABS & pacman, or the 'classic' way with

make bzImage modules
make modules_install

(not 100% on that one - I don't do 'classic' myself smile )

Offline

#4 2007-02-07 00:47:28

no24
Member
Registered: 2007-01-31
Posts: 62

Re: simple change in make menuconfig, how to recompile kernel?-without ABS

i think im missing a lot of the files I thought i'd copied over from the full kernel

Offline

#5 2007-02-07 00:55:11

no24
Member
Registered: 2007-01-31
Posts: 62

Re: simple change in make menuconfig, how to recompile kernel?-without ABS

am i supposed to just use the new kernel I downloaded, or do I merge it with the existing /usr/src/linux-2.6.19-ARCH/ contents? sorry for newbing.

Offline

#6 2007-02-07 01:03:28

no24
Member
Registered: 2007-01-31
Posts: 62

Re: simple change in make menuconfig, how to recompile kernel?-without ABS

btw at the moment trying to avoid using ABS

Offline

Board footer

Powered by FluxBB