<?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: Pre-build steps are not checked for errors</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/2011768#M10185</link>
    <description>I know this is frustrating but there's no special treatment for NXP, or any other individual user or contributor. We had quite a few requests for CDT or other Eclipse projects but no happy ending for all of them. Unfortunately, for this particular request, there's nothing we can easily do on our side to address it - we looked into this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Adrian</description>
    <pubDate>Wed, 11 Dec 2024 08:17:02 GMT</pubDate>
    <dc:creator>AdrianOltean</dc:creator>
    <dc:date>2024-12-11T08:17:02Z</dc:date>
    <item>
      <title>Pre-build steps are not checked for errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885117#M9848</link>
      <description>&lt;P&gt;MCUXpresso allows for custom commands to be executed before (and also after) builds via the project settings "C/C++ Build/Settings/Build Steps". However, the exit value of the command is not checked but intentionally(?) ignored, e.g., with simply "false" the beginning of the build log is the following:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;12:42:33 **** Incremental Build of configuration Release for project proj_name ****&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;make -r -j16 all&lt;BR /&gt;false&lt;BR /&gt;make[1]: [makefile:64: pre-build] Error 1 (ignored)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;It then continues normally. I consider this a bug. At least the final/overall exit value of the command(s) should be checked. If a user actually wants to ignore that he/she can easily do so by chaining the commands, e.g., by appending "|| true".&lt;/P&gt;&lt;P&gt;I assume this applies to all architectures but just in case: This is a project for an RT1020.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 10:59:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885117#M9848</guid>
      <dc:creator>stefanct</dc:creator>
      <dc:date>2024-06-11T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-build steps are not checked for errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885326#M9849</link>
      <description>&lt;P&gt;Your observations are completely valid but the behavior is expected according to [1]. Unfortunately, it's not much we can do...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrianOltean_0-1718121158379.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/283519iBF6219105698FDC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdrianOltean_0-1718121158379.png" alt="AdrianOltean_0-1718121158379.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Adrian&lt;/P&gt;
&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_build_settings_steps.htm" target="_self"&gt;https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_build_settings_steps.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 15:53:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885326#M9849</guid>
      <dc:creator>AdrianOltean</dc:creator>
      <dc:date>2024-06-11T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-build steps are not checked for errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885366#M9851</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Unfortunately, it's not much we can do...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is not true. You can file a bug upstream (&lt;A href="https://bugs.eclipse.org/bugs/enter_bug.cgi" target="_blank"&gt;https://bugs.eclipse.org/bugs/enter_bug.cgi&lt;/A&gt;), which is is the expected way to escalate such problems in (commercially used) open-source projects.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 16:53:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885366#M9851</guid>
      <dc:creator>stefanct</dc:creator>
      <dc:date>2024-06-11T16:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-build steps are not checked for errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885803#M9856</link>
      <description>&lt;P&gt;Have a look here:&amp;nbsp;&lt;A href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=481284" target="_blank"&gt;481284 – Provide an option to fail build if pre-build fails. (eclipse.org)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 06:08:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/1885803#M9856</guid>
      <dc:creator>AdrianOltean</dc:creator>
      <dc:date>2024-06-12T06:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-build steps are not checked for errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/2010129#M10181</link>
      <description>&lt;P&gt;This is a problem for me as well. Pre- (and post-) build script errors should be observed. I imagine this would be a quick and easy fix for the eclipse team. Please would you raise this with them, because a case coming from NXP is more likely to yield results.&lt;/P&gt;&lt;P&gt;The bug report from the link above is dated 2015 and eclipse has migrated to GitHub since then, so it is worth submitting a new request.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 11:26:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/2010129#M10181</guid>
      <dc:creator>rshipman</dc:creator>
      <dc:date>2024-12-09T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-build steps are not checked for errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/2011768#M10185</link>
      <description>I know this is frustrating but there's no special treatment for NXP, or any other individual user or contributor. We had quite a few requests for CDT or other Eclipse projects but no happy ending for all of them. Unfortunately, for this particular request, there's nothing we can easily do on our side to address it - we looked into this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Adrian</description>
      <pubDate>Wed, 11 Dec 2024 08:17:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Pre-build-steps-are-not-checked-for-errors/m-p/2011768#M10185</guid>
      <dc:creator>AdrianOltean</dc:creator>
      <dc:date>2024-12-11T08:17:02Z</dc:date>
    </item>
  </channel>
</rss>

