How can I compile c++ app for ipod/iphone under linux(debian) -
how can this?
search info, week, , find www.emdebian.org
try install g++ arm platform on pc, compile app, copy ipod, , write "cannot execute binary file"
iirc, apple uses different arm binary format stock g++ does. think you'll want use llvm-gcc or clang.
Comments
Post a Comment