<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: problem gdb and imx7d</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499245#M80542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="205319" data-objecttype="3" href="https://community.nxp.com/people/Bio_TICFSL" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #017bba;"&gt;Bio_TICFSL&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I have always problem even if I use gcc 4.9. But it is very strange with my big QT application it is work fine.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;But with small project QT and small project hello world I always the even problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - With an application hello world, if I use an breakpoint on line cout&amp;lt;&amp;lt;"Hello world"&amp;lt;&amp;lt;endl; an I do step over then the debugger go to file dl-fini.c and I have message : Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/dl-fini.c"&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -With a small Qt application by example if&amp;nbsp; I use an breakpoint on line&amp;nbsp; QApplication app(argc, argv); n I do step over then the debugger go to file dl-execstack.c and I have message Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/../sysdeps/unix/sysv/linux/dl-execstack.c"&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I think tha I found the same problem in the web &lt;A href="https://lists.linaro.org/pipermail/linaro-toolchain/2015-September/005235.html" title="https://lists.linaro.org/pipermail/linaro-toolchain/2015-September/005235.html"&gt;problems with gdb in 4.9-2014.09_linux 32-bit&lt;/A&gt; .&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;My problem is maybe in my local.conf. &lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I send my local conf and the tow small project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2016 08:52:25 GMT</pubDate>
    <dc:creator>delauratfrançoi</dc:creator>
    <dc:date>2016-05-16T08:52:25Z</dc:date>
    <item>
      <title>problem gdb and imx7d</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499241#M80538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello my name is François&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work with imx7dsabresd, I use jethro distribution. I use poky 2.0.1.I have a prolem with gdb.&lt;/P&gt;&lt;P&gt;All my applications work fine without debug. But if I use gdb I have&amp;nbsp; differents problems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - With an application hello world, if I use an breakpoint on line cout&amp;lt;&amp;lt;"Hello world"&amp;lt;&amp;lt;endl; an I do step over then the debugger go to file dl-fini.c and I have message : Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/dl-fini.c"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -With a small Qt application by example if&amp;nbsp; I use an breakpoint on line&amp;nbsp; QApplication app(argc, argv); n I do step over then the debugger go to file dl-execstack.c and I have message Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/../sysdeps/unix/sysv/linux/dl-execstack.c" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - With a big Qt application (with resource file .qrc) I have a sigsegv. The first line of my application is not running. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work with gcc version 5.2.0 and gdb version 7.9.1. I tried with gdb version 7.8.1 I have same problems. &lt;/P&gt;&lt;P&gt;Can you help me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="margin-left: 4px;"&gt;&lt;DIV style="margin: 0 0 8px; background: whitesmoke;"&gt;&lt;DIV class="almost_half_cell"&gt;&lt;DIV dir="ltr"&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, sans-serif; color: #222222;"&gt;Thanks for All Help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, sans-serif; color: #222222;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, sans-serif; color: #222222;"&gt;François&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:40:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499241#M80538</guid>
      <dc:creator>delauratfrançoi</dc:creator>
      <dc:date>2016-05-04T09:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem gdb and imx7d</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499242#M80539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I think that I solved my problem. Poky 2.0.1 use gcc 5.2 and gdb 7.9.1 if I change the gcc version to 4.9 and I change gdb version to 7.8.1 I have not problems.&lt;/P&gt;&lt;P&gt;The problem must be in gcc 5.2.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;François.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 09:34:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499242#M80539</guid>
      <dc:creator>delauratfrançoi</dc:creator>
      <dc:date>2016-05-09T09:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem gdb and imx7d</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499243#M80540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Delaurat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We try to reproduced this without success, however we are going to check this situation with larger qt apps on poky and its dependence with older toolchains. if you can share your test code, will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the catch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 14:47:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499243#M80540</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2016-05-10T14:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem gdb and imx7d</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499244#M80541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Bio_TICFSL"&gt;Bio_TICFSL&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have always problem even if I use gcc 4.9. But it is very strange with my big QT application it is work fine.&lt;/P&gt;&lt;P&gt;But with small project QT and small project hello world I always the even problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - With an application hello world, if I use an breakpoint on line cout&amp;lt;&amp;lt;"Hello world"&amp;lt;&amp;lt;endl; an I do step over then the debugger go to file dl-fini.c and I have message : Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/dl-fini.c"&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -With a small Qt application by example if&amp;nbsp; I use an breakpoint on line&amp;nbsp; QApplication app(argc, argv); n I do step over then the debugger go to file dl-execstack.c and I have message Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/../sysdeps/unix/sysv/linux/dl-execstack.c"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 08:35:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499244#M80541</guid>
      <dc:creator>delauratfrançoi</dc:creator>
      <dc:date>2016-05-16T08:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem gdb and imx7d</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499245#M80542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Hi &lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="205319" data-objecttype="3" href="https://community.nxp.com/people/Bio_TICFSL" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #017bba;"&gt;Bio_TICFSL&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I have always problem even if I use gcc 4.9. But it is very strange with my big QT application it is work fine.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;But with small project QT and small project hello world I always the even problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - With an application hello world, if I use an breakpoint on line cout&amp;lt;&amp;lt;"Hello world"&amp;lt;&amp;lt;endl; an I do step over then the debugger go to file dl-fini.c and I have message : Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/dl-fini.c"&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -With a small Qt application by example if&amp;nbsp; I use an breakpoint on line&amp;nbsp; QApplication app(argc, argv); n I do step over then the debugger go to file dl-execstack.c and I have message Can't find a source file at "/usr/src/debug/glibc/2.22-r0/git/elf/../sysdeps/unix/sysv/linux/dl-execstack.c"&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I think tha I found the same problem in the web &lt;A href="https://lists.linaro.org/pipermail/linaro-toolchain/2015-September/005235.html" title="https://lists.linaro.org/pipermail/linaro-toolchain/2015-September/005235.html"&gt;problems with gdb in 4.9-2014.09_linux 32-bit&lt;/A&gt; .&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;My problem is maybe in my local.conf. &lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I send my local conf and the tow small project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 08:52:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499245#M80542</guid>
      <dc:creator>delauratfrançoi</dc:creator>
      <dc:date>2016-05-16T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem gdb and imx7d</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499246#M80543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;my local. conf and a smal project qt&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, sans-serif; color: #222222;"&gt;Thanks for All Help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, sans-serif; color: #222222;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit; color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, sans-serif; color: #222222;"&gt;François&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 08:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-gdb-and-imx7d/m-p/499246#M80543</guid>
      <dc:creator>delauratfrançoi</dc:creator>
      <dc:date>2016-05-16T08:56:57Z</dc:date>
    </item>
  </channel>
</rss>

