Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 4.9.2, Qt Creator 4.10.0-rc1
-
Kubuntu 18.04 with cmake 3.10.2
AMD Ryzen 7 3700X
Description
After moving a larger CMake based C++ project from an older i7 based PC to a new PC with an AMD Ryzen 7 3700X CPU, I ran into multiple issues with QT Creator. At first, the C compiler was not recognized. After exporting 'QT_NO_CPU_FEATURE=rdrnd' I was able to run cmake. But when I try to build the project, the only messages in the 'Compile Output' windows is:
3:15:15: Running steps for project <scrubbed>..
13:15:15: Persisting CMake state...
The problem is persistent and an absolute blocker for using Qt Creator on this machine. The project build without any issues from the command-line.
Attachments
Issue Links
- relates to
-
QTBUG-77375 QUuid does not return unique id's on Ryzen 3rd generation CPU
- Closed