Hey,

I tried to cross compile Qt for the raspberry pi according to this instruction: https://wiki.qt.io/RaspberryPi2EGLFS

But I got stucked at step 7 where I have to install Qt. As far as I can say, the ./configure command worked well, but the make command doesn't. It says, that it can't open libz.so, libglib-2.0.so, librt.so and libm.so. So I looked into the directory where the libs should be, but I had to realize that they are not there.

It says "error: cannot open /home/c/sysroot/usr/lib/arm-linux-gnueabihf/libz.so"

Now, how can I add the library so that the installer can find it? And why are they missing at all?

Thanks.