<?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 Re: Unable to Debug Project in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1957998#M10043</link>
    <description>&lt;P&gt;I created a new project and ensured it could be programmed onto my device. I created a new folder called startup_test, I then moved startup_mcxa153.c from the folder startup to the folder startup_test. Suddenly I see the warning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c:/nxp/mcuxpressoide_11.9.0_2144/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.9.0.202307121226/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opened .cproject and found &amp;lt;entry flags="LOCAL|VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="startup"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed it to &amp;lt;entry flags="LOCAL|VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="startup_test"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my test application programs onto my board. I will try this with my application as well, but I am wondering where in the IDE do I make this change?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 20:36:55 GMT</pubDate>
    <dc:creator>MichaelBMiner</dc:creator>
    <dc:date>2024-09-19T20:36:55Z</dc:date>
    <item>
      <title>Unable to Debug Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1957989#M10042</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a FRDM-MCXA153 dev kit. I am using MCUXpresso IDE v11.9.0 [Build 2144] [2024-01-05]. I have downloaded many SDK example programs such as frdmmcxa153_led_blinky and&amp;nbsp;frdmmcxa153_flashiap. When programmed onto the board these applications run. I want to use this chip as the base for many future projects, as such I took common folders and files from the SDK such as startup, device, component, etc and created a gitlab submodule that I can include into my projects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 347px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/300107i3BDE9411C1AE6D17/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Above is the unedited&amp;nbsp;frdmmcxa153_flashiap project, this builds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 474px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/300108i0DB780E662F65C86/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is my project structure highlighting the submodule. In my project properties C/C++ Build -&amp;gt; MCU C Compiler -&amp;gt; Includes added all of the appropriate folders. My project builds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also added the folders to&amp;nbsp;C/C++ Build -&amp;gt; MCU Assembler -&amp;gt; General.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was building the SDK example and my project&amp;nbsp;. I noted a warning in my project&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;c:/nxp/mcuxpressoide_11.9.0_2144/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.9.0.202307121226/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When I open&amp;nbsp;startup_mcxa153.c in the SDK example and ctrl + click on SystemInit I am taken to&amp;nbsp;system_MCXA153.c. In my project a ctrl +&amp;nbsp; click does nothing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I know there is something not correctly linked in my project. Can anyone determine what I may be missing? I am free to post screenshots as needed. I would like to sort this out ASAP as I am trying to prototype a new product.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 19:59:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1957989#M10042</guid>
      <dc:creator>MichaelBMiner</dc:creator>
      <dc:date>2024-09-19T19:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Debug Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1957998#M10043</link>
      <description>&lt;P&gt;I created a new project and ensured it could be programmed onto my device. I created a new folder called startup_test, I then moved startup_mcxa153.c from the folder startup to the folder startup_test. Suddenly I see the warning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c:/nxp/mcuxpressoide_11.9.0_2144/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.9.0.202307121226/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opened .cproject and found &amp;lt;entry flags="LOCAL|VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="startup"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed it to &amp;lt;entry flags="LOCAL|VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="startup_test"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my test application programs onto my board. I will try this with my application as well, but I am wondering where in the IDE do I make this change?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 20:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1957998#M10043</guid>
      <dc:creator>MichaelBMiner</dc:creator>
      <dc:date>2024-09-19T20:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Debug Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1958365#M10046</link>
      <description>&lt;P&gt;You are on the right track, and you spotted the correct linker message.&lt;/P&gt;&lt;P&gt;The message indicates that you are not linking with the startup code, or with the wrong one.&lt;/P&gt;&lt;P&gt;Have a close look at the folder icons, or the icon decorator:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichStyger_0-1726810351129.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/300241i0D061E995EC7FF95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichStyger_0-1726810351129.png" alt="ErichStyger_0-1726810351129.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Your folder with the startup code is not compiled, because it has been 'excluded from build'. You have to include it into the build, with the folder settings.&lt;/P&gt;&lt;P&gt;Seet icon decorators and 'exclude from build' on my blog:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/" target="_blank"&gt;https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2012/04/16/symbol-defined-or-not-thats-the-question/" target="_blank"&gt;https://mcuoneclipse.com/2012/04/16/symbol-defined-or-not-thats-the-question/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 05:35:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1958365#M10046</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2024-09-20T05:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Debug Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1959695#M10059</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193268"&gt;@MichaelBMiner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;By updating the source path through the IDE’s Paths and Symbols settings, you ensure that all the necessary project configurations are handled correctly, which prevents potential errors from manual .cproject file edits. This also allows you to easily manage and track changes through the IDE’s interface, which is particularly useful when managing larger projects.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 08:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1959695#M10059</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-09-23T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Debug Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1965273#M10071</link>
      <description>&lt;P&gt;I had to add more paths and symbols to my project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 820px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302258i73061693484C7743/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 14:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unable-to-Debug-Project/m-p/1965273#M10071</guid>
      <dc:creator>MichaelBMiner</dc:creator>
      <dc:date>2024-10-01T14:50:57Z</dc:date>
    </item>
  </channel>
</rss>

