2.6.12-rc2-nitro1的内核终于编译成功
时间:2005-05-29 来源:nait
上次升级到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'
{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!!!!
{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!!!!
相关阅读 更多 +