<?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: Native X86 C++ projects in MCUXpresso (Windows 10)</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1185356#M6389</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; - I think license is no problem using MinGW but Cygwin could be a problem.&lt;BR /&gt;Test frames are for our math libraries and certainly don't use any NXP code!&lt;BR /&gt;Thanks as always,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 17:20:53 GMT</pubDate>
    <dc:creator>davenadler</dc:creator>
    <dc:date>2020-11-18T17:20:53Z</dc:date>
    <item>
      <title>Native X86 C++ projects in MCUXpresso (Windows 10)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1183258#M6366</link>
      <description>&lt;P&gt;We use host builds for testing our software (including simulation or mocks for hardware-specific components). Historically we've used a separate IDE (another Eclipse install or Visual Studio).&lt;/P&gt;&lt;P&gt;We would like to make these builds part of the MCUXpresso Eclipse workset. Is there...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;a recommended way to do this?&lt;/LI&gt;&lt;LI&gt;a recommended GCC toolchain (MinGW? other?)?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;&lt;P&gt;PS: In case you're not clear on why one would do this, you might enjoy this video:&lt;BR /&gt;&lt;A href="http://www.nadler.com/embedded/20200530_ButterflySimulator.mp4" target="_self"&gt;Butterfly Windows simulator&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 17:32:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1183258#M6366</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2020-11-13T17:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Native X86 C++ projects in MCUXpresso (Windows 10)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1183732#M6367</link>
      <description>&lt;P&gt;It is definitely possible, but I doubt you'll get much help on this forum. Suggest you search for "add 2nd toolchain to cdt eclipse" and start from there.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 09:04:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1183732#M6367</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-11-16T09:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Native X86 C++ projects in MCUXpresso (Windows 10)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1185348#M6387</link>
      <description>&lt;P&gt;OK, this is not too difficult:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install your favorite GCC. I used a 32-bit MinGW from &lt;A href="http://winlibs.com/" target="_self"&gt;http://winlibs.com/&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;In MCUXpresso, create a new C/C++ project, either managed build or un-managed. On next panel, give a name, uncheck “show project types and toolchains only of they are supported on the platform”, then select toolchain MinGW.&lt;/LI&gt;&lt;LI&gt;After the project is created, set debug+release properties:&lt;BR /&gt;• C/C++ Build, Environment, MINGW_HOME environment variable to c:\MinGW32.&lt;BR /&gt;• Launching gdb inside Eclipse will die if there are DLLs required and not on the path.&lt;BR /&gt;Either modify the path in the local Eclipse shell (how?), or use linker option -static.&lt;BR /&gt;Otherwise on starting gdb Eclipse gives the error:&lt;BR /&gt;Failed to execute MI command: -run&lt;BR /&gt;Error message from debugger back end:&lt;BR /&gt;During startup program exited with code 0xc0000135.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;A project created this way can be built and debugged within MCUXpresso.&lt;BR /&gt;In my case I also added GUI framework wxWidgets to help with our test frameworks.&lt;/P&gt;&lt;P&gt;Enjoy,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1185348#M6387</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2020-11-18T17:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Native X86 C++ projects in MCUXpresso (Windows 10)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1185353#M6388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/132425"&gt;@davenadler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes, you can build and debug anything which has gcc and gdb. Just make sure you have read the licensing terms: it should not be an issue in your case in combination with NXP parts, but if you would do only x86 then it would&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:15:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1185353#M6388</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-18T17:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Native X86 C++ projects in MCUXpresso (Windows 10)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1185356#M6389</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; - I think license is no problem using MinGW but Cygwin could be a problem.&lt;BR /&gt;Test frames are for our math libraries and certainly don't use any NXP code!&lt;BR /&gt;Thanks as always,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:20:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Native-X86-C-projects-in-MCUXpresso-Windows-10/m-p/1185356#M6389</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2020-11-18T17:20:53Z</dc:date>
    </item>
  </channel>
</rss>

