[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:30272] kernel 2.4.12 の make-kpkg が失敗します
- From: Yutaka Takeuchi <yutakatk@xxxxxxxxx>
- Subject: [debian-users:30272] kernel 2.4.12 の make-kpkg が失敗します
- Date: Thu, 18 Oct 2001 18:54:44 +0900
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 3.0pl#17]; post only (only members can post)
- Message-id: <87d73lwabb.wl@xxxxxxxxxxxxxxxx>
- X-mail-count: 30272
- User-agent: Wanderlust/2.7.5 (Too Funky) SEMI/1.14.3 (Ushinoya) CLIME/1.14.3 (寺井西口) APEL/10.3 MULE/2.3 (SUETSUMUHANA) (based on Emacs 19.34)
武内@浦安です。
NEC LaVie MX で sid 環境を使っています。
kernel 2.4.10では何故かusb-ohciの組み込みに失敗するので(modprobeを複
数回実行するとOKとの情報をWebで入手しましたが、ダメでした)
kernel-source 2.4.12が出てきたのでコンパイルしようとしているのですが、
下記のようなエラーでパッケージができません。 ld で転けているようなので
すが、内容は不明です。
皆さんは旨くコンパイルできているのでしょうか ???
それから、Debianネタではないのですが Crusoe Chipで VMwareを動かしてい
る方はいませんか ? Guest OS (Win98)インストールの最終段階のリブートで
ブルースクリーンエラーが出て先に進めません...
よろしくお願いします。
------------------------------------------------------------------------
make-kpkg時のエラー
gcc -D__ASSEMBLY__ -D__KERNEL__ -I/usr/src/kernel-source-2.4.12/include -traditional -c head.S
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.12/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -c misc.c
ld -m elf_i386 -Ttext 0x100000 -e startup_32 -o bvmlinux head.o misc.o piggy.o
ld: bvmlinux: Not enough room for program headers (allocated 2, need 3)
ld: final link failed: Bad value
make[3]: *** [bvmlinux] エラー 1
make[3]: Leaving directory `/usr/src/kernel-source-2.4.12/arch/i386/boot/compressed'
make[2]: *** [compressed/bvmlinux] エラー 2
make[2]: Leaving directory `/usr/src/kernel-source-2.4.12/arch/i386/boot'
make[1]: *** [bzImage] エラー 2
make[1]: Leaving directory `/usr/src/kernel-source-2.4.12'
make: *** [stamp-build] エラー 2