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
Post a Comment