drivers/built-in.o(.text+0x29340): In function `drm_lock_take':
: undefined reference to `cmpxchg'
drivers/built-in.o(.text+0x29700): In function `drm_lock_free':
: undefined reference to `cmpxchg'
drivers/built-in.o(.text+0x29850): In function `drm_unlock':
: undefined reference to `cmpxchg'
drivers/built-in.o(.text+0x298ec): In function `$a':
: undefined reference to `cmpxchg'
如何解决上面的问题
rongshu1986 于 2012-10-16 15:24:36发表:
裁剪内核的最后编译的时候出现的
lication 于 2012-10-16 14:58:33发表:
怎么碰到的