rockylee 发表于 2003-6-11 11:28:27

2.5.70内核编译问题

我在升级内核过程中,前面一切正常。当执行到make modules时,出现以下错误:

make: *** error 1
make: *** error 2
make: *** error 2

不知是什么问题

goodgod 发表于 2003-6-11 12:27:19

我的也一样/////帮顶

rockylee 发表于 2003-6-11 16:54:10

继续顶

Dragonfly 发表于 2003-6-11 21:25:28

rockylee, can u post more msg displayed before this? only this can not judge anything

ftyh 发表于 2003-6-11 21:29:30

我是编译到了net/drivers/riscom8.c的时候老是出现错误,每次都是一样,我编译2.5系列的内核的时候都是同样的这个文件出错。也搞不清楚 是什么问题。

Dragonfly 发表于 2003-6-11 21:31:28

deselect that riscom8 device. i do not think u need that.

rockylee 发表于 2003-6-12 11:58:22

in order to avoid the error, I have deleted the "drivers/media/video" when I do make meneconfig, but now the similar error appeared:

drivers/net/fc/iph5526.c: In function 'add_to_sest':
drivers/net/fc/iph5526.c:4256 structure has no member named 'address'
drivers/net/fc/iph5526.c:4356 structure has no member named 'address'
drivers/net/fc/iph5526.c:4365 structure has no member named 'address'
drivers/net/fc/iph5526.c:4371 structure has no member named 'address'
make: *** Error 1
make: *** Error 2
make: *** Error 2
make: *** Error 2

Dragonfly 发表于 2003-6-12 22:01:22

try to deselect the one u do not need. deselect this fc driver dupport in network option. its code is broken. it uses scatter gather list while thsi structure already ischanged.

│ │      [*]   Fibre Channel driver support                                     │ │
│ │      < >       Interphase 5526 Tachyon chipset based adapter support

Dragonfly 发表于 2003-6-12 22:07:59

that zr36120 is also broken.


there are many change and cleanup work in 2.5.x. so be patient when meet these errors. the easiest way is to deselect it.

ftyh 发表于 2003-6-15 10:43:35

deselect that riscom8 device. i do not think u need that.

是啊,所以每次都要记得去去掉这个。

rockylee 发表于 2003-6-15 11:27:08

好像2.5.70里有很多都broken了呀,我不停的deselect, 到现在还是没成功

Dragonfly 发表于 2003-6-15 23:44:02

there is a list on web. many are code for uncommon devices. after code is frozen, questions liek this will be solved one by one.
页: [1]
查看完整版本: 2.5.70内核编译问题