rrevanth / limbo-android

Automatically exported from code.google.com/p/limbo-android
GNU General Public License v2.0
0 stars 0 forks source link

Hello,I want build qemu-system-i386 only,for android,how can I do? #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just want to build qemu-system-i386 only,for android,which I can run a linux 
kernel in terminal and lightweight. how can I do?

Best Regards.

Original issue reported on code.google.com by enjo...@gmail.com on 31 Jan 2013 at 12:10

GoogleCodeExporter commented 9 years ago
I have Cross compile with NDK,and meet that error:

is that "*.h" files could not work with "arm-linux-androideabi-*" compiler?

Original comment by enjo...@gmail.com on 1 Feb 2013 at 5:29

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue is caused because toolchain is using API 3. 
project.properties is now checked-in to explicitly use API 14. You can clone 
repository and try again.

Change to jni/ folder and run make, for more information on how to compile see 
README file in the root folder.

Original comment by ideal2i...@gmail.com on 2 Feb 2013 at 5:20