[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:01266] Re: can't make kernel-2.2.0



From: masaki takeda <goblin@tko.fitweb.or.jp>
Subject: [plamo:01265] can't make  kernel-2.2.0
Date: Thu, 28 Jan 1999 18:36:36 +0900
Message-ID: <36B02F918C.9AE7GOBLIN@smtp.tko.fitweb.or.jp>

> 2.2.0がリリースされたので使ってみようとしていますが、
> エラーが出てmakeできません。
> 
> /usr/src
> にて
> gzip -cd linux-2.2.0.tar.gz | tar xfv -
> 
> /usr/src/linux
> に移り
> make mrproper
> make menuconfig
> 設定終了後
> make dep
> make clean
> make
> としています。
> 
> menuconfigで色々設定を変えてダメでした。
> 

あげあしを取るようですが、記入されているだけの操作でしたら、

linux/README の次の箇所が必要です。

   Alternatively, the script patch-kernel can be used to automate this
   process.  It determines the current kernel version and applies any
   patches found.

                cd /usr/src
                linux/scripts/patch-kernel

   The default directory for the kernel source is /usr/src/linux, but
   can be specified as the first argument.  Patches are applied from
   the current directory, but an alternative directory can be specified
   as the second argument.

 - make sure your /usr/include/asm, /usr/include/linux, and /usr/include/scsi
   directories are just symlinks to the kernel sources:

                cd /usr/include
                rm -rf asm linux scsi
                ln -s /usr/src/linux/include/asm-i386 asm
                ln -s /usr/src/linux/include/linux linux
                ln -s /usr/src/linux/include/scsi scsi


       株式会社 ソフトウエアリサーチ
                          早間 義博
Voice         03-3264-6171(ext 224)
Fax           03-3264-0647
E-Mail        yossi@yedo.src.co.jp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Follow-Ups
[plamo:01268] Re: can't make kernel-2.2.0, masaki takeda
References
[plamo:01265] can't make kernel-2.2.0, masaki takeda

[検索ページ] [メール一覧]
Plamo ML 公開システム