android ndk - ARM and GCC Compiling -


hopefully hasn't been asked , answered already, had quick question on arm.

specifically, if when compiling android (which has lot of c , c++), use gcc compile, doesn't create x86 based code? how arm processor, uses reduced instruction set, can interpret code , run does?

thanks!

gcc doesn't compile x86. compiles instruction set. if wanted create new 1 adding few files.

and arm isn't reduced instruction set. different instruction set. there's things arm has x86 doesn't , vice versa.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -