All of lore.kernel.org
 help / color / mirror / Atom feed
From: wenrongbupt@gmail.com (wenrongbupt)
To: kernelnewbies@lists.kernelnewbies.org
Subject: compile kernel 3.0.34 errors
Date: Tue, 28 Aug 2012 20:08:26 +0800	[thread overview]
Message-ID: <201208282008222185023@gmail.com> (raw)
In-Reply-To: CAAyXbroecjTYSUJ-HgJ5VoRmJDQX4Fdu3CSYLUnm3ibX7MuA4g@mail.gmail.com

After I run make mrproper, I was run make menuconfig to configure the kernel. But I didn't change anything,just use the default configuration.
> make mrproper
> make bzImage
> make modules
> make modules_install
> make install




wenrongbupt

From: Vivek Panwar
Date: 2012-08-28 17:09
To: Mulyadi Santosa
CC: wenrongbupt; kernelnewbies
Subject: Re: compile kernel 3.0.34 errors
Please follow below procedure:

First configure your kernel with below command:
make defconfig

make all (compile your kernel)
make bzimage (you can do but its not required)
make modules
make modules_install
make install
update grub

Thanks
Vivek


On Tue, Aug 28, 2012 at 1:49 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:

On Tue, Aug 28, 2012 at 3:08 PM, wenrongbupt <wenrongbupt@gmail.com> wrote:
> Hi guys,
> I am using Fedora 13(kernel version is 2.6.33.3-85.fc13.i686.PAE) and try to
> build kernel 3.0.34. I am follow these steps:
>
>
> make mrproper
> make bzImage
> make modules
> make modules_install
> make install
>
>
> Every step is succeed except make install
> It has following errors:
> ERROR: modinfo: could not find module twofish
> ERROR: modinfo: could not find module i2c


wait, I think you forgot "make defconfig", or "make localmodconfig" if
you want to mimic current kernel config.....

--
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120828/5ac08e63/attachment.html 

  parent reply	other threads:[~2012-08-28 12:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-28  8:08 compile kernel 3.0.34 errors wenrongbupt
2012-08-28  8:19 ` Mulyadi Santosa
2012-08-28  8:39   ` Vivek Panwar
2012-08-28 12:00     ` wenrongbupt
2012-08-28 16:47       ` Mulyadi Santosa
2012-08-29  0:48         ` wenrongbupt
2012-08-28 12:08     ` wenrongbupt [this message]
2012-08-28 16:03 ` Anuz Pratap Singh Tomar
2012-08-29  1:55   ` wenrongbupt
2012-08-29  3:17     ` Mulyadi Santosa
2012-08-29  4:38       ` wenrongbupt
2012-08-29  4:54         ` madper
2012-08-29  4:58           ` wenrongbupt
2012-09-14 10:45           ` zhaoqiao

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=201208282008222185023@gmail.com \
    --to=wenrongbupt@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /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.