On Fri, Oct 07, 2011 at 07:58:06AM -0400, Felipe Crochik wrote: > That is the "next" problem. They are not available - maybe I need to add > some extra repository?
Yes: ssh in as root, or use the terminal app and devel-su, and then cd /etc/apt/sources.list.d/ echo 'deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free' > sdk.list apt-get update apt-get install libqtgui4-dbg libqtcore4-dbg This lets you use gdb directly on the device with full debug symbols. There are many -dbg packages, you can figure out which ones you want by running dpkg -S /usr/lib/libqtwhatever for each library in your gdb backtrace, and then adding the -dbg suffix. This worked for me very well a few months ago with Beta 1 firmware. I haven't upgraded my N950 to Beta 2 yet, and I haven't checked to see if the harmattan/sdk repository contain the right -dbg versions for the Qt version in Beta 1 or Beta 2 or (hopefully) both. Good luck with your debugging! Marius Gedminas -- The day after tomorrow is the third day of the rest of your life.
signature.asc
Description: Digital signature
_______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers