[Qt-creator] Remote debugging armv5te using Qt Creator
Christian Kandeler
christian.kandeler at nokia.com
Fri Mar 5 11:49:27 CET 2010
On Friday 05 March 2010 11:00:28 ext gmenant.ext at orange-ftgroup.com wrote:
> I've set the GDB sysroot and debug is now working but there is an issue
> evaluating Qt objects. For example I don't see QString values in the debug
> window.
This indicates a problem with the Qt debugging helpers.
> You can see below the interesting parts of my GDB debug log (commented) .
> The sysroot is set to /home/gdrz9888/dev/BSP/eeebook_oe/tmp/rootfs/
>
> {...}
>
> >&"source /home/gdrz9888/dev/gdbstartupfile\n"
I assume this is your server start script?
> >&"set environment LD_PRELOAD
> > /home/gdrz9888/qtsdk-2010.01/qt/qtc-debugging-helper/libgdbmacros.so\n"
Is this the correct object, i.e. the one for the target (arm) platform? Are
you deploying it to the target platform?
> >&"set architecture i386\n"
Again, this should be "arm". The value comes from the initial dialog. You can
edit the combo box values to suit your needs.
Christian
More information about the Qt-creator-old
mailing list