Qemu needs zlib header and libraries to configure. This was easy on the device itself. I just compiled and installed zlib from source.
I then tried to compile qemu on the device but it ran out of memory :blink:
I then set up the cross compiling tools on ubuntu. Qemu will not configure because it can't find zlib :angry: Zlib compiles fine and I can manually copy the libs and header into include and lib folders in the cross compilation folders.
However, qemu insists on searching for zlib in the system include and lib folders no matter what I do :angry:
The config file doesn't recognise --host and --prefix and --interp-prefix don't help. Even manually changing the include for zlib.h in the config file doesn't work because qemu can't find the zlib libraries.
This is driving me crazy. <_<
I looked here but the fix doesn't work for me: some blog
Anyone have any ideas??
I then tried to compile qemu on the device but it ran out of memory :blink:
I then set up the cross compiling tools on ubuntu. Qemu will not configure because it can't find zlib :angry: Zlib compiles fine and I can manually copy the libs and header into include and lib folders in the cross compilation folders.
However, qemu insists on searching for zlib in the system include and lib folders no matter what I do :angry:
The config file doesn't recognise --host and --prefix and --interp-prefix don't help. Even manually changing the include for zlib.h in the config file doesn't work because qemu can't find the zlib libraries.
This is driving me crazy. <_<
I looked here but the fix doesn't work for me: some blog
Anyone have any ideas??