Well, with GCC 12.2.0 it gets slightly further,
[ 14%] Running moc --collect-json for target Core
[ 14%] Generating prl file for target Core
Scanning dependencies of target Core
[ 14%] Building CXX object src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx.gch
In file included from K:/work/qt6-os2/build/include/QtCore/qtimer.h:1,
from K:/work/qt6-os2/src/corelib/global/qt_pch.h:84,
from K:/work/qt6-os2/build/src/corelib/CMakeFiles/Core.dir/cmae_pch.hxx:5,
from <command-line>:
K:/work/qt6-os2/src/corelib/kernel/qtimer.h:242:2: fatal error: cannot write PC
file: required memory segment unavailable
242 | };
| ^
compilation terminated.
make[2]: *** [src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx.gch] Error 1
Aren't pre-compiled headers supposed to be disabled? Seems the configure test for pre-compiled headers crashed with 9.2.0 but not 12.2.0.
Guess I close the browser and retry