2.6.12-rc2-nitro1的内核终于编译成功
发表于:2007-07-04来源:作者:点击数:
标签:
上次升级到gcc4时把binutils升到2.16.90.0.3,发现内核不能编译了,一编译就出现 standard input: Assembler messages: standard input:738: Error: suffix or operands invalid for `mov' standard input:739: Error: suffix or operands invalid for `mov'
上次升级到g
clearcase/" target="_blank" >cc4时把binutils升到2.16.90.0.3,发现内核不能编译了,一编译就出现
{standard input}: Assembler messages:
{standard input}:738: Error: suffix or operands invalid for `mov'
{standard input}:739: Error: suffix or operands invalid for `mov'
{standard input}:832: Error: suffix or operands invalid for `mov'
{standard input}:833: Error: suffix or operands invalid for `mov'
{standard input}:884: Error: suffix or operands invalid for `mov'
{standard input}:885: Error: suffix or operands invalid for `mov'
{standard input}:887: Error: suffix or operands invalid for `mov'
{standard input}:899: Error: suffix or operands invalid for `mov'
的错误
去google搜了搜,发现是binutils的一个
bug,于是赶紧下了个补丁
http://www.kernel.org/pub/linux/devel/binutils/linux-2.6-seg-5.patch
patch了一下内核,hoho
一切顺利
Yeah!!!!
原文转自:http://www.ltesting.net