软讯网络 > 操作系统 > Linux > complain about Linux
【标 题】:complain about Linux
【关键字】:
complain,about,Linux
【来 源】:http://www.cublog.cn/u/18481/showart.php?id=252018
complain about Linux
It was days ago that I compiled the kernel and found quit a lot of warnings. I was not satisfied but hat to comfort myself by thinking that it is gcc that stupid enough just to complain. But today, when I compiled it again, unpleasant thing happened: Gcc failed to compile the kernel:
CC sound/core/snd-rawmidi.mod.o
LD [M] sound/core/snd-rawmidi.ko
CC sound/core/snd-rtctimer.mod.o
LD [M] sound/core/snd-rtctimer.ko
ld: sound/core/snd-rtctimer.o: bad reloc symbol index (0xd3423 >= 0x49) for offset 0x17ce in section `.debug_info
|
I had to remove the involved components but still failed. Oh, dear...