homeworkc / lazycast

A Simple Wireless Display Receiver
GNU General Public License v3.0
688 stars 89 forks source link

Lazycast on Pi3 not compiling #124

Closed kay102 closed 1 month ago

kay102 commented 1 month ago

Hello all,

I don't get lazycast working on a Pi3 with bookworm 64 bit because cmake fails. If I understand it correctly, my architecture is unknown.

I have attached the output of cmake. fehler.txt

Is there anything I miss?

Kind regards

homeworkc commented 1 month ago

Ideally you should run lazycast on "Raspberry Pi OS (Legacy, 32-bit), Bullseye". The cmake errors you see happened when compiling the userland library (https://github.com/raspberrypi/userland). You should probably look into if there are ways to compile the userland library in 64-bit environments. (Note that https://github.com/raspberrypi/userland says that 64-bit is not officially supported so it might not work at all.) But even if you get the 64-bit library working, I think Bookworm still has some issues so using 32-bit Bullseye is probably easier.

kay102 commented 1 month ago

Ok, thank you for the explanation!