The Maemulator also gets a new release. Sometime after the initial release in February this year, I tried running it on a 32-bit x86 installation, and it.. didn't work.
Investigation showed that the memory map (base address) for QEMU user-space emulation is slightly different on 32-bit systems (due to the smaller address space), so this needed some special casing.
In addition to that, since we're using the C++ compiler to build the PVRTC
decompression code, we need to link libhost.so
with libstdc++
, otherwise
there might be linker errors -- this has also been fixed now.
New downloads are available over at: The Maemulator