Open Paulchen-Panther opened 3 years ago
Hi @Paulchen-Panther,
I have the same issue when building my project. Do you have a workaround for it? If yes, can you please share it :-)
Thanks, Thomas
Hello @tomikais
As I have seen you have already downgraded the cmake/cmake-data version to 3.13.4-1. In my case (hyperion.docker.ci) this helped.
Greetings, Markus
Thanks for your fast reply and for your fix. I choose to build it with 'qmake' instead of CMake.
When using the images raspberry-pi:buster or raspberry-pi2:buster to cross compile a CMake project, CMake does not find the C++/C compiler. The error message is the following:
Apparently, Balenalib uses the backports repositories under Buster. When the CMake version is reset to Buster (3.13.4), CMake also finds the C++/C compilers. Since I don't know how far Balenalib updates the QEMU binaries, I can only limit the error to CMake.
Would it be possible to fix this bug in the images without having to downgrade the CMake version?
Thanks in advance for your help.