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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -