<?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: CDT Builder Error in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589840#M8722</link>
    <description>&lt;P&gt;I removed 11.7 but I still have the download and can probably create that file. That will be later in the day.&lt;/P&gt;&lt;P&gt;For the PostBuild command that I was getting in 11.6 and 11.7:&lt;/P&gt;&lt;P&gt;( py -3 $PROJ_DIR$/../../../../../../../tools/imagetool/dk6_image_tool.py -s 294912 "$TARGET_PATH$" || python3 $PROJ_DIR$/../../../../../../../tools/imagetool/dk6_image_tool.py -s 294912 "$TARGET_PATH$" ) &amp;amp;&amp;amp; arm-none-eabi-objcopy -v -O binary "$TARGET_PATH$" "$TARGET_PATH$.bin"&lt;/P&gt;&lt;P&gt;When this first occurred, I had followed the instructions to install Python 2.7 which went OK.&lt;/P&gt;&lt;P&gt;Then, this command wanted python3 which I assumed was Python 3.x so I installed that and renamed the executable to python3.&lt;/P&gt;&lt;P&gt;During all of this stepping through the process, I was getting $TARGET_PATH$ becoming "ARGET_PATH". It took a long time to chase this down to the command line as I thought that maybe it was in a script or something. I fixed most of this by changing&amp;nbsp;$TARGET_PATH$ to $(TARGET_PATH)&lt;/P&gt;&lt;P&gt;Thank you for your reply and attention&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 13:35:03 GMT</pubDate>
    <dc:creator>DJump</dc:creator>
    <dc:date>2023-01-30T13:35:03Z</dc:date>
    <item>
      <title>CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589233#M8716</link>
      <description>&lt;P&gt;MCUxpresso 11.7 / Windows 11&lt;/P&gt;&lt;P&gt;I installed 11.7 yesterday and did not encounter any problems. Everything was good.&lt;/P&gt;&lt;P&gt;Today, I am getting this error on what appears to be a good build.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CDTBuilderError.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/208653iAEB1BA3D3C7FDB4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="CDTBuilderError.jpg" alt="CDTBuilderError.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am not sure where I find the log files to include. I found one in my User area C:\Users\djump\.nxp\nxp_conf_workspace_v12.0\.metadata\log but it is from two weeks ago.&lt;/P&gt;&lt;P&gt;I found a similar error, though probably a different reason, on the STM support forum and it had to do with changing something in the Build Artifact section of C/C++ Build Settings.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.st.com/s/question/0D53W00001Pq3BESAZ/stm32cubeide-v190-throws-null-exception-when-building-project-that-works-in-v180" target="_blank"&gt;https://community.st.com/s/question/0D53W00001Pq3BESAZ/stm32cubeide-v190-throws-null-exception-when-building-project-that-works-in-v180&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have uninstalled the previous version.&lt;/P&gt;&lt;P&gt;Rebooted&lt;/P&gt;&lt;P&gt;Re-installed 11.7&lt;/P&gt;&lt;P&gt;Tried SDK samples&lt;/P&gt;&lt;P&gt;Clean and Build&lt;/P&gt;&lt;P&gt;All get the same error message and nothing loads or executes.&lt;/P&gt;&lt;P&gt;Let me know what information you need and I will do my best to supply it.&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;PS - when creating a new project (C/C++), the IDE places an invalid command in the PostBuild command line.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 21:40:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589233#M8716</guid>
      <dc:creator>DJump</dc:creator>
      <dc:date>2023-01-28T21:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589319#M8717</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211837"&gt;@DJump&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the compile log, it seems there is issue with your project:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1674987283018.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/208671i41F8574F33E097C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1674987283018.png" alt="Alice_Yang_0-1674987283018.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can use a simple demo project to test the IDE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 10:15:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589319#M8717</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-01-29T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589343#M8718</link>
      <description>&lt;P&gt;How important is the PostBuild step in building an image for debugging? When I created that project with NEW C/C++ tab, the IDE generated a completely unusable command line with $TARGET_PATH$ being translated to ARGET_PATH$. I cobbled together that command that runs fine with the previous version of the IDE&amp;nbsp; (which I am now about to reinstall).&lt;/P&gt;&lt;P&gt;I also did download and compile the sample sdk projects with the very same CDT Builder error message.&lt;/P&gt;&lt;P&gt;Thank you for taking a look and replying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 16:34:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589343#M8718</guid>
      <dc:creator>DJump</dc:creator>
      <dc:date>2023-01-29T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589350#M8719</link>
      <description>&lt;P&gt;I reinstalled MCUxpressor 11.6 and everything works again.&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 21:28:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589350#M8719</guid>
      <dc:creator>DJump</dc:creator>
      <dc:date>2023-01-29T21:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589595#M8720</link>
      <description>&lt;P&gt;Please go to Help =&amp;gt; MCUXpresso IDE Save Info for Support, tick all the boxes and then attach here the exported zip file.&lt;/P&gt;
&lt;P&gt;You're also mentioning about an invalid post-build command for default SDK projects. What is the command you see?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 07:51:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589595#M8720</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2023-01-30T07:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589840#M8722</link>
      <description>&lt;P&gt;I removed 11.7 but I still have the download and can probably create that file. That will be later in the day.&lt;/P&gt;&lt;P&gt;For the PostBuild command that I was getting in 11.6 and 11.7:&lt;/P&gt;&lt;P&gt;( py -3 $PROJ_DIR$/../../../../../../../tools/imagetool/dk6_image_tool.py -s 294912 "$TARGET_PATH$" || python3 $PROJ_DIR$/../../../../../../../tools/imagetool/dk6_image_tool.py -s 294912 "$TARGET_PATH$" ) &amp;amp;&amp;amp; arm-none-eabi-objcopy -v -O binary "$TARGET_PATH$" "$TARGET_PATH$.bin"&lt;/P&gt;&lt;P&gt;When this first occurred, I had followed the instructions to install Python 2.7 which went OK.&lt;/P&gt;&lt;P&gt;Then, this command wanted python3 which I assumed was Python 3.x so I installed that and renamed the executable to python3.&lt;/P&gt;&lt;P&gt;During all of this stepping through the process, I was getting $TARGET_PATH$ becoming "ARGET_PATH". It took a long time to chase this down to the command line as I thought that maybe it was in a script or something. I fixed most of this by changing&amp;nbsp;$TARGET_PATH$ to $(TARGET_PATH)&lt;/P&gt;&lt;P&gt;Thank you for your reply and attention&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 13:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1589840#M8722</guid>
      <dc:creator>DJump</dc:creator>
      <dc:date>2023-01-30T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1595384#M8745</link>
      <description>&lt;P&gt;I was about to install MCUXpresso 11.7.0 but now I wonder if I should wait for 11.7.1 instead. &lt;LI-EMOJI id="lia_thinking-face" title=":thinking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;I hope NXP get's this issue fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 08:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1595384#M8745</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2023-02-08T08:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1595579#M8746</link>
      <description>&lt;P&gt;As far as I know, we're not talking about a systemic problem affecting the build process - seems to happen in a certain setup. I already asked for some extra details that would help us understand the problem but we did not receive it yet. Without the requested support information, there's not much we can do since there aren't any other similar reports so far.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1595579#M8746</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2023-02-08T12:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: CDT Builder Error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1595582#M8747</link>
      <description>&lt;P&gt;Dear team NXP,&lt;/P&gt;&lt;P&gt;Thanks for letting us know. That's reassuring.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/CDT-Builder-Error/m-p/1595582#M8747</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2023-02-08T12:28:21Z</dc:date>
    </item>
  </channel>
</rss>

