将x86 asm文件MSAM转换为GAS格式?

时间:2013-05-21 19:11:37

标签: android-x86

我没有使用android.mk文件为x86上的android编译x86 asm文件 平台在编译x86程序集文件时遇到问题。

我正在使用msam语法asm文件但是当 android构建系统去编译它我得到很多错误,这里是一个 抽样:

Compile x86    : vpx <= idctllm_mmx.s 
vp8/common/x86/idctllm_mmx.s: Assembler messages: 
vp8/common/x86/idctllm_mmx.s:1: Error: junk at end of line, first 
unrecognized character is `@' 
vp8/common/x86/idctllm_mmx.s:2: Error: junk at end of line, first 
unrecognized character is `@' 
vp8/common/x86/idctllm_mmx.s:4: Error: junk at end of line, first 
unrecognized character is `@' 
.. and so on. 
cna你解释如何在x86 architeture上使用android mk文件foe android os编译x86 asm文件?

是否有类似的过程将x86 asm文件转换为GAS 格式?

0 个答案:

没有答案