You are not logged in.
I can't seem to get past this error when I debug in Qtcreator. I found this &"warning: GDB: Failed to set controlli … rgument\n" but it didn't seem to help me. I tried to point the Qt.conf at /opt/qt/lib and /usr/lib/qt, as the link suggested.
Am I just pointed at the wrong directory?
Offline
Hello,
it seems a problem with the GDB version. Try with the following:
go to /etc/ld.so.conf.d
Create a file called Qtlib.conf
inside add the following line.
<path to qtsdk library directory> i.e. /home/user/qtsdk-2010.02/qt/lib
log off and back on.
Here's a interesting: link.
Offline