Linux QtSDK && Debugging helper problem [Solved]
-
I just reported a "bug":https://bugreports.qt.nokia.com/browse/QTSDK-1119 .
-
Here again.
Now I installed the new QtCreator 2.4.0 and when I run in debug mode it tell me:"The debugger could not load the debugging helper library
The debugging helper library was not found at /home/luca/QtSDK/Desktop/Qt/474/gcc//qtc-debugging-helper/, /home/luca/QtSDK/QtCreator/qtc-debugging-helper/188003839/, /home/luca/.local/share/data/Nokia/QtCreator/qtc-debugging-helper/188003839/."How can I install debugger helper?
-
I have the "Build" button disabled near "GDB Helper" .
Look what they "answered":https://bugreports.qt.nokia.com/browse/QTSDK-1119 me .
-
Hjk told me to fetch a pre-build gdb from "ftp://ftp.qt.nokia.com/misc/gdb/7.2/":ftp://ftp.qt.nokia.com/misc/gdb/7.2/ .
Now I downloaded it but how can I use it? How can I tell QtCreator to use it? -
Ok, don't hear to me. I solved this way:
I downloaded gdb from "ftp://ftp.qt.nokia.com/misc/gdb/7.2/qtcreator-gdb-7.2-i686.tar.gz":ftp://ftp.qt.nokia.com/misc/gdb/7.2/qtcreator-gdb-7.2-i686.tar.gz .
I extracted it in /home/luca/gdb .Then in
QtCreator -> tools -> options -> Build & Run -> Tool Chains
I cloned the auto-detected tool-chain and added in the "Debugger" section:
"/home/luca/qtcreator-gdb-7.2-i686/gdb"Now I have a working Debugger Helper....!!!
-
The links dont work