View Single Post
Old 08-13-2016, 10:00 AM   #15
coplate
Guru
coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.
 
Posts: 645
Karma: 1888888
Join Date: Jun 2009
Device: prs-505, Kindle Keyboard 3g, PW3
Quote:
Originally Posted by Yourcat View Post
Does anyone know whether Qemu for Windows works good enough for compilation? One may avoid running a VM in a VM.
Currently I cross compile on Ubuntu x64 ignoring all existing Kindle libs - for simple executables this works.
I downloaded qemu for windows here:
https://qemu.weilnetz.de/w64/

And copied all the files from my vmware to windows, and ran this:

"c:\Program Files\qemu\qemu-system-arm.exe" -m 256 -M versatilepb -kernel vmlinuz-3.16.0-4-versatile -initrd initrd.img-3.16.0-4-versatile -hda armdisk.img -append "root=/dev/sda1"

It works, but it honestly is slower here then running it inside of vmware.

Compiling a simple c file takes 1.5s when inside VMware, vs 11 seconds in qemu for windows.
coplate is offline   Reply With Quote