<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: ELF-library debug information missing</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184166#M7654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the .mcp files can be found in {Install}\ColdFire_Support\msl\MSL_C\MSL_ColdFire\Project and&lt;/P&gt;&lt;P&gt;{Install}\ColdFire_Support\Runtime\Runtime_ColdFire\Projects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2011 16:14:45 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2011-02-22T16:14:45Z</dc:date>
    <item>
      <title>ELF-library debug information missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184163#M7651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a library, which is built with CodeWarrior for ColdFire v6.3, which I am using in CodeWarrior for ColdFire v7.2. Processor is an MCF52223.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code works fine, but I have no debug information for the functions in the library file. When building the library in CW6.3, there are small dots under the bug in the file-pane, so i guess that should indicate that debug-information will be generated. Also, the ELF-file is 229K in size for less than 8K of code, indicating that there might be information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In CW7.2 i have the lib-file included. Here I am not able to set a dot under the bug for the library-file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me get debug info included for my library file in this project? Hopefully I am just missing some obvious setting (obvious to others than me, that is... &lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif"&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 22:36:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184163#M7651</guid>
      <dc:creator>ClausJensen</dc:creator>
      <dc:date>2011-02-17T22:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: ELF-library debug information missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184164#M7652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact you need to rebuild the library with debug info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a .mcp file in directory {Install}\ColdFire_Support\ewl\EWL_C or {Install}\ColdFire_Support\ewl\EWL_Runtime depending if you want to rebuild run time library or ANSI C library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open the appropriate .mcp file in the IDE. Then select the appropriate build target and click in the column with&amp;nbsp;the green dot for each folder in the project, which&amp;nbsp;is part of the build (i.e where there is a dot in the column with the red target).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rebuild the library and you should be able to set BP and step in your libraries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 15:37:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184164#M7652</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-02-21T15:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: ELF-library debug information missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184165#M7653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to build the library in CW6.3, and I do not see these directories or files in the install-directory for CW6.3 - they exist in CW7.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I add debug-info to the library in CW6.3?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 16:54:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184165#M7653</guid>
      <dc:creator>ClausJensen</dc:creator>
      <dc:date>2011-02-21T16:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: ELF-library debug information missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184166#M7654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the .mcp files can be found in {Install}\ColdFire_Support\msl\MSL_C\MSL_ColdFire\Project and&lt;/P&gt;&lt;P&gt;{Install}\ColdFire_Support\Runtime\Runtime_ColdFire\Projects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 16:14:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ELF-library-debug-information-missing/m-p/184166#M7654</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-02-22T16:14:45Z</dc:date>
    </item>
  </channel>
</rss>

