pjc5520 发表于 2003-4-26 21:09:58

Redhat 9的内核编译问题

Redhat9里自带的2.4.20-8跟标准的2.4.20有什么不同,我每次编译都打上acpi的补丁,便以标准的2.4.20时没有问题,但在编译2.4.20-8使就不行。

Dragonfly 发表于 2003-4-27 00:13:47

2.4.20-8 is hacked by redhat by adding many patches. i do not think rh8 kernel is a good kernel, especially for recompiling purpose. so u had better use vanilla 2.4.20.

pjc5520 发表于 2003-4-28 19:01:38

2.4.20-9也不行,我已经用了最新的ACPI补丁。

Dragonfly 发表于 2003-4-28 21:53:48

i do not say 2.4.20-9 is better than 2.4.20-8. u had better use a vanilla kernel if u need do many kernel recompiling.

pjc5520 发表于 2003-4-29 10:38:32

好吧,我继续努力。

Dragonfly 发表于 2003-4-29 10:56:09

2.5.6x is worthy being tried.

pjc5520 发表于 2003-4-29 10:58:15

我已经下载下来了。2.5.6.x需不需要安装新的模块加载工具?

Dragonfly 发表于 2003-4-29 11:00:08

u had better install the latest one. i believe it is needed.

pjc5520 发表于 2003-4-29 16:56:38

他跟我要Qt.

Dragonfly 发表于 2003-4-29 21:33:04

qt? almost impossible, which one u use? i tried 2.5.63 and 65 before. no such requirement. i always use menuconfig. but xconfig should use x only.

pjc5520 发表于 2003-4-30 19:05:19

我用的是2.5.68。
我是这样做的。解压到/usr/src下,建了一个连接linux-2.5。打上了acpi的最新补丁。
make mrproper 正常
make xconfig 出错。信息如下:
root@localhost:/usr/src/linux-2.5# make xconfig
make -f scripts/Makefile.build obj=scripts
make -f scripts/Makefile.build obj=scripts/kconfig scripts/kconfig/qconf
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make: *** Error 1
make: *** Error 2

我哪一步做错了吗?

cnhnln 发表于 2003-4-30 21:57:57

make gconfig 试试

acpi的补丁不需要吧

pjc5520 发表于 2003-4-30 23:08:17

我的东芝笔记本必须要acpi支持,否则很多功能不能用。
make gconfig是什么?没听说过。

cnhnln 发表于 2003-5-1 00:14:23

2.5支持acpi呀,不用打补丁吧
2.5新增的.README里有.使用gtk不使用qt

Dragonfly 发表于 2003-5-1 03:35:33

2.5支持acpi呀,不用打补丁吧
2.5新增的.README里有.使用gtk不使用qt
yes, 2.5 changes much. recommend everybody to try 2.5.x

btw, that vanilla 2.4.20 also has problem, while no everybody will meet the problem. recently i debug a code running on embedded linux on an iop board. when it posts messages to the host, the linux on host will get an intr. the 2.4.20 will hang there, while 2.4.18 and 2.4.21-rc1 will not. so there must be some problems there. stay away from it.
页: [1] 2
查看完整版本: Redhat 9的内核编译问题