android x86 - Converting the x86 asm files MSAM to GAS format? -
i haven't compiled x86 asm files using android.mk file android on x86 platform trouble compiling x86 assembly files.
i using msam syntax asm files when android build system goes compile them many errors, here sampling:
compile x86 : vpx <= idctllm_mmx.s vp8/common/x86/idctllm_mmx.s: assembler messages: vp8/common/x86/idctllm_mmx.s:1: error: junk @ end of line, first unrecognized character `@' vp8/common/x86/idctllm_mmx.s:2: error: junk @ end of line, first unrecognized character `@' vp8/common/x86/idctllm_mmx.s:4: error: junk @ end of line, first unrecognized character `@' .. , on. cna 1 explain how x86 asm files compile using android mk files foe android os on x86 architeture?
is there similar process converting x86 asm files gas format?
Comments
Post a Comment