Cross-Compiling Qt 5.15.3 on Raspberry Pi 3B+ with newest RaspbianOS (Bullseye) rsults in errors. #101
Unanswered
amueller11
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @amueller11, This issue has been already reported in issue #99. I thinking Raspberry Pi OS dropped support for FakeKMS. Therefore, we need to move away from it to compile QT properly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
many thanx for the cross-compiler and the description to use on the Raspberry Pi.
I'm still learning to program some stuff on the RPi, so maybe my questions are very stupid and easy to answer but i didn't find an answer yet.
I'm using Debian Bullseye and a RPi 3B+ with the lastest RaspbianOS (Bullseye).
After several tries i now able to cross-compile QT without any errors but using some example-programs run into errors.
I discovered 3 problems with your description so i maybe this are the reasons for my problems.
The compiling Qt stated in the following error "qeglfsbrcmintegration.cpp:74:5: error: ‘EGL_DISPMANX_WINDOW_T’ was not declared in this scope" which i could fix with some Google-Research so that all compiling resulted in no errors, but running the eymple-programs on the RPi resulted in errors.
Did i do anything wrong or this there a clue to use my environment with Qt ?
Any help is welcome.
Regards
Achim
Beta Was this translation helpful? Give feedback.
All reactions