<?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>MCUXpresso IDEのトピックRe: Debugging multiple executables (2nd)</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369388#M7604</link>
    <description>&lt;P&gt;It's about two ELF files. Both need to be loaded at the same time to SDRAM.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 14:54:05 GMT</pubDate>
    <dc:creator>bastian_schick</dc:creator>
    <dc:date>2021-11-10T14:54:05Z</dc:date>
    <item>
      <title>Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369350#M7600</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;how can I debug mulitple (at least) two ELF files?&lt;/P&gt;&lt;P&gt;Means, I want to download the ELF files from two projects, where one is the main project and the other contains also code which is called (fixed addresses) by the first.&lt;/P&gt;&lt;P&gt;I thought "launch group" would be an option, but the manual does not explain its use and if I try, only one ELF will be loaded.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 13:51:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369350#M7600</guid>
      <dc:creator>bastian_schick</dc:creator>
      <dc:date>2021-11-10T13:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369356#M7601</link>
      <description>&lt;P&gt;AFAIK, this is not possible. A debugger instance can only handle a single image (symbol table). A debugger instance being a debugger connected to a single processor core.&lt;/P&gt;&lt;P&gt;You may be able to achieve something by linking together the two applications into a single application (AXF) with a single symbol table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 14:02:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369356#M7601</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-11-10T14:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369379#M7602</link>
      <description>&lt;P&gt;Yes, you can debug multiple binaries. Just add the extra symbols to the actual debug session.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://mcuoneclipse.com/2017/01/21/no-source-available-or-how-to-debug-multiple-binaries-with-gdb-and-eclipse/" target="_blank"&gt;https://mcuoneclipse.com/2017/01/21/no-source-available-or-how-to-debug-multiple-binaries-with-gdb-and-eclipse/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It works that way for any gdb based debugger, including the NXP MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 14:42:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369379#M7602</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-11-10T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369385#M7603</link>
      <description>&lt;P&gt;*empty*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 14:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369385#M7603</guid>
      <dc:creator>bastian_schick</dc:creator>
      <dc:date>2021-11-10T14:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369388#M7604</link>
      <description>&lt;P&gt;It's about two ELF files. Both need to be loaded at the same time to SDRAM.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 14:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369388#M7604</guid>
      <dc:creator>bastian_schick</dc:creator>
      <dc:date>2021-11-10T14:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369390#M7605</link>
      <description>&lt;P&gt;I do not want to debug multiple core, but load two files. Building a single ELF file it not really an option, as the two ELF files are separately certified.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 14:55:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369390#M7605</guid>
      <dc:creator>bastian_schick</dc:creator>
      <dc:date>2021-11-10T14:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369399#M7606</link>
      <description>&lt;P&gt;you can use the gdb 'load' command to load multiple files&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 15:05:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369399#M7606</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-11-10T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369422#M7607</link>
      <description>&lt;P&gt;Ok, will give it a try.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 16:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369422#M7607</guid>
      <dc:creator>bastian_schick</dc:creator>
      <dc:date>2021-11-10T16:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging multiple executables (2nd)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369687#M7608</link>
      <description>&lt;P&gt;"load" alone did not work.&lt;/P&gt;&lt;P&gt;I had to add my side-loaded file to "Other Symbols" tab, else all breakpoints are invalid when loading main file. Then the&amp;nbsp; commands in "Startup" -&amp;gt; "Run commands" had to be&lt;/P&gt;&lt;PRE&gt;load "&amp;lt;path to file&amp;gt;"&lt;BR /&gt;set $pc = &amp;lt;start of main file&amp;gt;&lt;/PRE&gt;&lt;P&gt;else the pc was wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 06:27:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Debugging-multiple-executables-2nd/m-p/1369687#M7608</guid>
      <dc:creator>bastian_schick</dc:creator>
      <dc:date>2021-11-11T06:27:29Z</dc:date>
    </item>
  </channel>
</rss>

