| Hello, I'm trying to debug on device. I configured all and application compiled and run on device well, but it not stopped on any breakpoints. Qt-creator - 1.3.82 From revision 017ea83680 MADDE - TP2 0.6.14 I attached debugger output. I found a couple of strange messages in it: ===================================== dATTEMPT BREAKPOINT SYNC <257-break-insert "\"mainwindow.cpp\":33" <258-break-insert "\"main.cpp\":7" >&"No source file named mainwindow.cpp.\n" >257^error,msg="No source file named mainwindow.cpp." <259break "\"mainwindow.cpp\":33" >&"No source file named main.cpp.\n" >258^error,msg="No source file named main.cpp." <260break "\"main.cpp\":7" >&"break \"\\\"mainwindow.cpp\\\":33\"\n" >&"No source file named \\\"mainwindow.cpp\\.\n" >~"Breakpoint 1 (\"\\\"mainwindow.cpp\\\":33\") pending.\n" >259^done >&"break \"\\\"main.cpp\\\":7\"\n" >&"No source file named \\\"main.cpp\\.\n" >~"Breakpoint 2 (\"\\\"main.cpp\\\":7\") pending.\n" ========================================= It looks like gdb unable to find source codes. How to fix it? Also I got a lot of such errors: ========================================== >&"warning: .dynamic section for \"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libQtCore.so.4\" is not at the expected address (wrong library or version mismatch?)\n" >&"warning: .dynamic section for \"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libpthread.so.0\" is not at the expected address (wrong library or version mismatch?)\n" >&"warning: .dynamic section for \"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libstdc++.so.6\" is not at the expected address (wrong library or version mismatch?)\n" >&"warning: .dynamic section for \"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libm.so.6\" is not at the expected address\n" =============================================== It looks like MADDE's libraries are not match the Device's ones... How to fix it???? With best regards Eugene Rudenko. |
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf290
{\fonttbl\f0\froman\fcharset0 Times-Roman;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww22440\viewh11420\viewkind0
\deftab720
\pard\pardeftab720\ql\qnatural
\f0\fs24 \cf0 sStarting debugger for tool chain 'GCC for Maemo'...\
dDebugger settings: \
dUseAlternatingRowColours: true (default: false)\
dUseMessageBoxForSignals: true (default: true)\
dAutoQuit: false (default: false)\
dLogTimeStamps: false (default: false)\
dVerboseLog: false (default: false)\
dUseDebuggingHelper: true (default: true)\
dUseCustomDebuggingHelperLocation: false (default: false)\
dCustomDebuggingHelperLocation: (default: )\
dDebugDebuggingHelpers: false (default: false)\
dUseCodeModel: true (default: true)\
dUseToolTips: true (default: false)\
dUseToolTipsInLocalsView: false (default: false)\
dUseToolTipsInBreakpointsView: false (default: false)\
dUseAddressInBreakpointsView: false (default: false)\
dUseAddressInStackView: false (default: false)\
dLocation: gdb (default: gdb)\
dEnvironment: (default: )\
dScriptFile: (default: )\
dWatchdogTimeout: 20 (default: 20)\
dMaximalStackDepth: 20 (default: 20)\
dShowStandardNamespace: true (default: true)\
dShowQtNamespace: true (default: true)\
dListSourceFiles: true (default: false)\
dSkipKnownFrames: true (default: false)\
dEnableReverseDebugging: false (default: false)\
dAllPluginBreakpoints: true (default: true)\
dSelectedPluginBreakpoints: false (default: false)\
dNoPluginBreakpoints: false (default: false)\
dSelectedPluginBreakpointsPattern: .* (default: .*)\
dUsePreciseBreakpoints: false (default: false)\
dBreakOnThrow: false (default: false)\
dBreakOnCatch: false (default: false)\
dChangeLanguageAutomatically: true (default: true)\
d/Users/rule/development/MAEMO/maemo_test2/maemo_test20x11b4f60\
dState changed from DebuggerNotReady(0) to EngineStarting(1).\
dState changed from EngineStarting(1) to AdapterStarting(2).\
dTRYING TO START ADAPTER\
sNo server start script given. Assuming server runs already.\
dSTARTING GDB /Users/rule/.madde/0.6.14/targets/fremantle-qt-0951/bin/gdb\
dGDB STARTED, INITIALIZING IT\
<238show version\
<239set print static-members off\
<240set breakpoint pending on\
<241set print elements 10000\
<242set overload-resolution off\
<243handle SIGSEGV nopass stop print\
<244set unwindonsignal on\
<245set width 0\
<246set height 0\
<247-interpreter-exec console "python execfile('/Applications/Qt Creator.app/Contents/Resources/gdbmacros/dumper.py')"\
<248-interpreter-exec console "python execfile('/Applications/Qt Creator.app/Contents/Resources/gdbmacros/gdbmacros.py')"\
<249-interpreter-exec console "help bb"\
dState changed from AdapterStarting(2) to AdapterStarted(3).\
dADAPTER SUCCESSFULLY STARTED\
sStarting inferior...\
dState changed from AdapterStarted(3) to InferiorStarting(6).\
<250set architecture arm\
<251set sysroot /Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453\
<252set solib-search-path /Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/share/qt4/qtc-debugging-helper\
<253set target-async on\
<254-file-exec-and-symbols "/Users/rule/development/MAEMO/maemo_test2/maemo_test2"\
>~"GNU gdb (GDB) 6.6.50.20070821-cvs\\n"\
>~"Copyright (C) 2007 Free Software Foundation, Inc.\\n"\
>~"GDB is free software, covered by the GNU General Public License, and you are\\n"\
>~"welcome to change it and/or distribute copies of it under certain conditions.\\n"\
>~"Type \\"show copying\\" to see the conditions.\\n"\
>~"There is absolutely no warranty for GDB. Type \\"show warranty\\" for details.\\n"\
>~"This GDB was configured as \\"--host=i686-apple-darwin9 --target=arm-none-linux-gnueabi\\".\\n"\
>~"For bug reporting instructions, please see:\\n"\
>~"<http://www.gnu.org/software/gdb/bugs/>.\\n"\
>~"\\n"\
>&"show version\\n"\
>~"GNU gdb (GDB) 6.6.50.20070821-cvs\\n"\
>~"Copyright (C) 2007 Free Software Foundation, Inc.\\n"\
>~"GDB is free software, covered by the GNU General Public License, and you are\\n"\
>~"welcome to change it and/or distribute copies of it under certain conditions.\\n"\
>~"Type \\"show copying\\" to see the conditions.\\n"\
>~"There is absolutely no warranty for GDB. Type \\"show warranty\\" for details.\\n"\
>~"This GDB was configured as \\"--host=i686-apple-darwin9 --target=arm-none-linux-gnueabi\\".\\n"\
>~"For bug reporting instructions, please see:\\n"\
>~"<http://www.gnu.org/software/gdb/bugs/>.\\n"\
>~"\\n"\
>238^done\
dVERSION: 238^done,\{logstreamoutput="show version\\n",consolestreamoutput="GNU gdb (GDB) 6.6.50.20070821-cvs\\nCopyright (C) 2007 Free Software Foundation, Inc.\\nGDB is free software, covered by the GNU General Public License, and you are\\nwelcome to change it and/or distribute copies of it under certain conditions.\\nType \\"show copying\\" to see the conditions.\\nThere is absolutely no warranty for GDB. Type \\"show warranty\\" for details.\\nThis GDB was configured as \\"--host=i686-apple-darwin9 --target=arm-none-linux-gnueabi\\".\\nFor bug reporting instructions, please see:\\n<http://www.gnu.org/software/gdb/bugs/>.\\n\\nGNU gdb (GDB) 6.6.50.20070821-cvs\\nCopyright (C) 2007 Free Software Foundation, Inc.\\nGDB is free software, covered by the GNU General Public License, and you are\\nwelcome to change it and/or distribute copies of it under certain conditions.\\nType \\"show copying\\" to see the conditions.\\nThere is absolutely no warranty for GDB. Type \\"show warranty\\" for details.\\nThis GDB was configured as \\"--host=i686-apple-darwin9 --target=arm-none-linux-gnueabi\\".\\nFor bug reporting instructions, please see:\\n<http://www.gnu.org/software/gdb/bugs/>.\\n\\n"\}\
d\
dSUPPORTED GDB VERSION GNU gdb (GDB) 6.6.50.20070821-cvs\
dCopyright (C) 2007 Free Software Foundation, Inc.\
dGDB is free software, covered by the GNU General Public License, and you are\
dwelcome to change it and/or distribute copies of it under certain conditions.\
dType "show copying" to see the conditions.\
dThere is absolutely no warranty for GDB. Type "show warranty" for details.\
dThis GDB was configured as "--host=i686-apple-darwin9 --target=arm-none-linux-gnueabi".\
dFor bug reporting instructions, please see:\
d<http://www.gnu.org/software/gdb/bugs/>.\
d\
dGNU gdb (GDB) 6.6.50.20070821-cvs\
dCopyright (C) 2007 Free Software Foundation, Inc.\
dGDB is free software, covered by the GNU General Public License, and you are\
dwelcome to change it and/or distribute copies of it under certain conditions.\
dType "show copying" to see the conditions.\
dThere is absolutely no warranty for GDB. Type "show warranty" for details.\
dThis GDB was configured as "--host=i686-apple-darwin9 --target=arm-none-linux-gnueabi".\
dFor bug reporting instructions, please see:\
d<http://www.gnu.org/software/gdb/bugs/>.\
d\
d\
dUSING GDB VERSION: 60650, BUILD: 0\
>&"set print static-members off\\n"\
>239^done\
>&"set breakpoint pending on\\n"\
>240^done\
>&"set print elements 10000\\n"\
>241^done\
>&"set overload-resolution off\\n"\
>242^done\
>&"handle SIGSEGV nopass stop print\\n"\
>~"Signal Stop\\tPrint\\tPass to program\\tDescription\\n"\
>~"SIGSEGV Yes\\tYes\\tNo\\t\\tSegmentation fault\\n"\
>243^done\
>&"set unwindonsignal on\\n"\
>244^done\
>&"set width 0\\n"\
>245^done\
>&"set height 0\\n"\
>246^done\
>&"Undefined command: \\"python\\". Try \\"help\\".\\n"\
>247^error,msg="Undefined command: \\"python\\". Try \\"help\\"."\
>&"Undefined command: \\"python\\". Try \\"help\\".\\n"\
>248^error,msg="Undefined command: \\"python\\". Try \\"help\\"."\
>&"Undefined command: \\"bb\\". Try \\"help\\".\\n"\
>249^error,msg="Undefined command: \\"bb\\". Try \\"help\\"."\
>&"set architecture arm\\n"\
>~"The target architecture is assumed to be arm\\n"\
>250^done\
>&"set sysroot /Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453\\n"\
>251^done\
>&"set solib-search-path /Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/share/qt4/qtc-debugging-helper\\n"\
>252^done\
>&"set target-async on\\n"\
>&"No symbol table is loaded. Use the \\"file\\" command.\\n"\
>253^error,msg="No symbol table is loaded. Use the \\"file\\" command."\
>254^done\
<255target remote 192.168.3.15:10000\
>&"target remote 192.168.3.15:10000\\n"\
>~"Remote debugging using 192.168.3.15:10000\\n"\
>~"[New Thread 6614]\\n"\
s[New Thread 6614]\
>~"0x410008a0 in ?? () from /Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/ld-linux.so.3\\n"\
>255^done\
dState changed from InferiorStarting(6) to InferiorStopped(13).\
dINFERIOR STARTED\
sAttached to stopped application\
sSetting breakpoints...\
dSetting breakpoints...\
dATTEMPT BREAKPOINT SYNC\
<256-break-list\
>256^done,BreakpointTable=\{nr_rows="0",nr_cols="6",hdr=[\{width="3",alignment="-1",col_name="number",colhdr="Num"\},\{width="14",alignment="-1",col_name="type",colhdr="Type"\},\{width="4",alignment="-1",col_name="disp",colhdr="Disp"\},\{width="4",alignment="-1",col_name="enabled",colhdr="Enb"\},\{width="10",alignment="-1",col_name="addr",colhdr="Address"\},\{width="40",alignment="2",col_name="what",colhdr="What"\}],body=[]\}\
dATTEMPT BREAKPOINT SYNC\
<257-break-insert "\\"mainwindow.cpp\\":33"\
<258-break-insert "\\"main.cpp\\":7"\
>&"No source file named mainwindow.cpp.\\n"\
>257^error,msg="No source file named mainwindow.cpp."\
<259break "\\"mainwindow.cpp\\":33"\
>&"No source file named main.cpp.\\n"\
>258^error,msg="No source file named main.cpp."\
<260break "\\"main.cpp\\":7"\
>&"break \\"\\\\\\"mainwindow.cpp\\\\\\":33\\"\\n"\
>&"No source file named \\\\\\"mainwindow.cpp\\\\.\\n"\
>~"Breakpoint 1 (\\"\\\\\\"mainwindow.cpp\\\\\\":33\\") pending.\\n"\
>259^done\
>&"break \\"\\\\\\"main.cpp\\\\\\":7\\"\\n"\
>&"No source file named \\\\\\"main.cpp\\\\.\\n"\
>~"Breakpoint 2 (\\"\\\\\\"main.cpp\\\\\\":7\\") pending.\\n"\
>260^done\
dATTEMPT BREAKPOINT SYNC\
dALL COMMANDS DONE; INVOKING CALLBACK\
dBREAKPOINTS SET, CONTINUING INFERIOR STARTUP\
dState changed from InferiorStopped(13) to InferiorRunningRequested(8).\
<261-exec-continue\
>261^running\
dState changed from InferiorRunningRequested(8) to InferiorRunning(10).\
sRunning...\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libQtCore.so.4\\" is not at the expected address (wrong library or version mismatch?)\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libpthread.so.0\\" is not at the expected address (wrong library or version mismatch?)\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libstdc++.so.6\\" is not at the expected address (wrong library or version mismatch?)\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libm.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libgcc_s.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libc.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libpng12.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libfreetype.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgobject-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libSM.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libICE.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgthread-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/librt.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libglib-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXrender.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libfontconfig.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXext.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libX11.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libz.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXau.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXdmcp.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libexpat.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libdl.so.2\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXrandr.so.2\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXfixes.so.3\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXcursor.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXi.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgtk-x11-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgdk_pixbuf-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgdk-x11-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libpangocairo-1.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXtst.so.6\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXcomposite.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libXdamage.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libatk-1.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libcairo.so.2\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgio-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libpangoft2-1.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libpango-1.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgmodule-2.0.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libpixman-1.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libhildonfm.so.2\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libhildon-1.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libhildonthumbnail.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libhildonmime.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgnomevfs-2.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgconf-2.so.4\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libtrackerclient.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libdbus-glib-1.so.2\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libdbus-1.so.3\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libcanberra.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libxml2.so.2\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libresolv.so.2\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libutil.so.1\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libltdl.so.7\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libhildon_im_common.so.3\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
>&"warning: .dynamic section for \\"/Users/rule/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libgvfscommon.so.0\\" is not at the expected address\\n"\
>&"warning: difference appears to be caused by prelink, adjusting expectations\\n"\
}_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
