Hi all, I'm able to build mips android (eclair) as "TARGET_PLATFORM=generic", and it seems to have built all the files... I would like to now use qemu (qemu-mipsel) to run it!
Is there a wiki/howto that shows this? I am currently using the following... emulator \ -verbose \ -kernel ~/android/mipsandroid/prebuilt/android-arm/kernel/kernel-qemu \ -sysdir ~/android/mipsandroid/out/target/product/generic \ -datadir ~/android/mipsandroid/out/target/product/generic \ -system ~/android/mipsandroid/out/target/product/generic/system.img \ -ramdisk ~/android/mipsandroid/out/target/product/generic/ramdisk.img \ -avd sample_avd and it works, well, at lease the emulator starts... BUT, if I change the "kernel" line to be ".../android-mips/...", then nothing shows...no errors etc... Thoughts? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.
