<?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>topic No Debug Information? Help Needed. in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/No-Debug-Information-Help-Needed/m-p/124307#M260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Posted: Jan 12, 2006, 12:45 a.m.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i want to simulate my program using the simulator. after i compiled successfully my source code with Codewarrior, and after the s19 is written to the MC9S08RD60, message display that there is no debug information.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;what do i need to toggle to have debug info?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks so much btw im using P&amp;amp;E USB Multilink and RD60.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Posted: Jan&amp;nbsp;12,&amp;nbsp;2006, 5:25 a.m.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;An S19 file only contains code, no debug information at all.&lt;/DIV&gt;&lt;DIV&gt;If you need debug information, then either load the .abs (which contains Dwarf debug information), or load symbolic information from the elf/.abs file after loading the .s19 file: the file &amp;gt; load application dialog in the debugger allows you to do that (check box to load the symbolics). The other way is the LOAD command in the command line component/window of the debugger:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;&lt;SPAN style="font-family: Arial;"&gt;LOAD [&amp;lt;applicationName&amp;gt;]|"[&amp;lt;applicationName&amp;gt;]"[CODEONLY|SYMBOLSONLY][NOPROGRESSBAR][NOBPT][NOXPR][NOPRELOADCMD][NOPOSTLOADCMD][VERIFYFIRST|VERIFYALL|VERIFYONLY][VERIFYOPTIONS|SYMBOLSOPTIONS][AUTOERASEANDFLASH][NORUNAFTERLOAD|RUNANDSTOPAFTERLOAD|RUNAFTERLOAD][DELAY]&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best if you check the documentation, but there is a suboption SYMBOLSONLY.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2006 00:58:18 GMT</pubDate>
    <dc:creator>RChapman</dc:creator>
    <dc:date>2006-01-27T00:58:18Z</dc:date>
    <item>
      <title>No Debug Information? Help Needed.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/No-Debug-Information-Help-Needed/m-p/124307#M260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Posted: Jan 12, 2006, 12:45 a.m.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i want to simulate my program using the simulator. after i compiled successfully my source code with Codewarrior, and after the s19 is written to the MC9S08RD60, message display that there is no debug information.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;what do i need to toggle to have debug info?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks so much btw im using P&amp;amp;E USB Multilink and RD60.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Posted: Jan&amp;nbsp;12,&amp;nbsp;2006, 5:25 a.m.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;An S19 file only contains code, no debug information at all.&lt;/DIV&gt;&lt;DIV&gt;If you need debug information, then either load the .abs (which contains Dwarf debug information), or load symbolic information from the elf/.abs file after loading the .s19 file: the file &amp;gt; load application dialog in the debugger allows you to do that (check box to load the symbolics). The other way is the LOAD command in the command line component/window of the debugger:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;&lt;SPAN style="font-family: Arial;"&gt;LOAD [&amp;lt;applicationName&amp;gt;]|"[&amp;lt;applicationName&amp;gt;]"[CODEONLY|SYMBOLSONLY][NOPROGRESSBAR][NOBPT][NOXPR][NOPRELOADCMD][NOPOSTLOADCMD][VERIFYFIRST|VERIFYALL|VERIFYONLY][VERIFYOPTIONS|SYMBOLSOPTIONS][AUTOERASEANDFLASH][NORUNAFTERLOAD|RUNANDSTOPAFTERLOAD|RUNAFTERLOAD][DELAY]&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best if you check the documentation, but there is a suboption SYMBOLSONLY.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 00:58:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/No-Debug-Information-Help-Needed/m-p/124307#M260</guid>
      <dc:creator>RChapman</dc:creator>
      <dc:date>2006-01-27T00:58:18Z</dc:date>
    </item>
  </channel>
</rss>

