coder101
Jul 22 2004, 08:57 PM
I came across this
QEMU is a slashdot post and I was wondering if anyone here uses this to make Zaurus binaries
Mickeyl
Jul 23 2004, 02:15 AM
Unless it supports system emulation of ARM I find it of little use.
amrein
Jul 23 2004, 09:54 AM
It's written that they support ARM emulation in User mode (e.g. you should be in Linux and you run a standard ARM kernel). 7110 and perhaps StrongARM and PXA elf binary are supported.
Of course, you should compile an ARM kernel with compatible config. Imageon 100 drivers won't work for example.
amrein
Jul 23 2004, 10:04 AM
This project is interesting too:
http://www.skyeye.org/
tumnus
Jul 23 2004, 05:31 PM
Just because you can emulate the ARM CPU doesn't mean you can build Zaurus/ARM binaries. You will always need an ARM compiler, and that's what you get with the ARM cross-compiler on x86 anyway.
amrein
Jul 24 2004, 12:03 PM
Of course. And if you want to cross-compile, it will always be faster on real hardware than in the emulator. Here is why OE or pdaXrom builder have been set.
A compilers network (I don't know how to call the use of multiple PC to compile) can be used to speed the compilation with emulators.
The interesting thing with emulator is that they permit:
_ to test your application safety
_ to compile packages (like rpm) without too much difficulties. Most Linux distro don't support ARM processors nor cross-compiling. I personnaly like the fact that "rpm --rebuild mypkg.src.rpm" build a source package but this could mess up if the package is not done with cross-compiling in mind. Mainly ./configure.
_ to quickly test distros and have an idea of their features and appearance.
OE or pdaXrom buildsystem are faster for cross-compiling.
It could be interesting for example to have an OE/OZ//OI/OY image to test before flashing the real one.
coder101
Jul 25 2004, 08:32 PM
I was talking about testing console apps, maybe SDL.
I doubt QT would work, but testing basic X apps should work, not that anyone would write apps now days that don't use a higher level widget set.
Just writing and testing, then a proper recompile for the Zaurus.
Example: Compiling up Apache 2.0.50 with php5 support, don't know if this can be done at the moment. This would be considered a console app and could be tested inside this emulator
amrein
Jul 27 2004, 05:36 AM
Trolltech QTE only need a standard kernel and a framebuffer.
See QEmu patch about framebuffer.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.