Hi,
I am using VisualGDB 6.1r3 with a SysGCC toolchain (14.2.0 64-bit) for Raspberry Pi OS Trixie (aarch64) and Qt6.
Qt6 configuration fails with:
CMake 3.16 or higher is required. You are running version 3.15.2
VisualGDB is using:
C:\Users\tchud\AppData\Local\VisualGDB\CMake\bin\cmake.exe
and: cmake version 3.15.2
What is the recommended way to use Qt6 from Raspberry Pi OS Trixie, which requires CMake >= 3.16, with VisualGDB/SysGCC?
Is there a newer CMake build with Sysprogs Extensions, or is it possible to use the standard CMake 4.x with this type of project?
Thanks.