jin_liu 发表于 2003-5-30 00:26:58

2.5.X的内核是不是都是很不好搞定??

也许因为没有了make dep
我的2.5.69,2.5.70都没有成功!郁闷!

Dragonfly 发表于 2003-5-30 01:00:47

what are u errors? post here
make dep is not the reason i bet.

:-D

ftyh 发表于 2003-5-30 09:02:27

可以编译成功,但是启动到
Uncompressing Kernel ....................
然后就不行了。不知道为什么,就是黑屏一样的。没有再显示什么,硬盘也还一直在运行。就是好像然设都不起作用了。
只有键盘还可以用。

Dragonfly 发表于 2003-5-30 09:29:46

sb met that before. but mine is fine.

jin_liu 发表于 2003-5-30 10:03:34

when i type make modules; it says:

make: `arch/i386/kernel/asm-offsets.s' is up to date.
Starting the build. KBUILD_BUILTIN=1 KBUILD_MODULES=1
CHK   include/linux/compile.h
CC drivers/char/riscom8.o
In file included from drivers/char/riscom8.c:51:

drivers/char/riscom8.h:88: field `tqueue' has incomplete type
drivers/char/riscom8.h:89: field `tqueue_hangup' has incomplete type
drivers/char/riscom8.c:84: warning: type defaults to `int' in declaration of `DECLARE_TASK_QUEUE'
drivers/char/riscom8.c:84: warning: parameter names (without types) in function declaration
drivers/char/riscom8.c:142: confused by earlier errors, bailing out
make: *** Error 1
make: *** Error 2
make: *** Error 2

Dragonfly 发表于 2003-5-30 10:12:45

in character device option, choose riscom as N. this module is not updated. and u nee not use it.

jin_liu 发表于 2003-5-31 00:14:42

Thank you!

Dragonfly 发表于 2003-5-31 00:22:55

welcome.

jin_liu 发表于 2003-6-2 00:00:57

In fact I have not succeeded in building kernel-2.5.70.After that there are other sth wrong!So ,do you build it (2.5.70)succeesfully??

Dragonfly 发表于 2003-6-2 00:49:15

i dl 2.5.70, uncompress, run make config, choose all default choices by keep pressing enter. then make bzImage and make modules. with any problem.
can u diff the .config by my way and u .config file, to see what is the difference and post here?
:-D
页: [1]
查看完整版本: 2.5.X的内核是不是都是很不好搞定??