Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.5.0, Qt Creator 4.5.1
-
None
-
Ubuntu 16.04
arm-none-eabi-gdb --version
GNU gdb (7.10-1ubuntu3+9) 7.10
QtCreator 3.5.1, 4.5.0, 4.5.1
Open On-Chip Debugger 0.10.0
Description
Qt Creator cannot add a (working) new run configuration for Gdb server. It creates a configuration but not as a GDBServer one and upon run, attempts to run the .elf image instead of passing it to GDB Server. (see image 1 and 2)
To work around this I have to start Qt Creator 3.5 and add the GDB Server configuration from there. (see image 3)
Then close the 3.5 and open the 4.5 and the run configuration is there and works fine. (see image 4)
So QtCreator 3.5.1 can add Gdb run configuration fine but 4.5 cannot.
OpenOCD, BareMetal Device, gdb, argm-gcc all are set.