Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 6.0.2
-
None
-
-
748cc38c26 (qt-creator/qt-creator/7.0) 748cc38c26 (qt-creator/qt-creator/master) 748cc38c26 (qt-creator/tqtc-qt-creator/master)
Description
Qt Creator bare metal support with st-util is no longer working with st-util 1.7.0.
This version has removed the --stlink_version parameter and since Qt Creator passes this to the executable it will fail with an 'unrecognized option' error.
Tested on Arch Linux with Qt Creator 6.0.2 and st-util 1.7.0.
A workaround is to create a wrapper script that removes this parameter.
The change seems to have come with version 1.6.1 of st-link: https://github.com/stlink-org/stlink/releases/tag/v1.6.1