<?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のトピックCompiling a simple c++ file</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Compiling-a-simple-c-file/m-p/859089#M3541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to test MCUXpressoIDE to use it in my C++ projects. In my first test, I have create a C++ project and I have added a cpp file with this lines:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;int i, j;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;i = 1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;j = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;i++;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;j += 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;return 0;&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, building project reports me some errors... It seems I NEED TO add a SDK to my MCXU IDE, with I would like to use MCUX with no FRDM-KLxx board, only for C++ code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2019 12:35:15 GMT</pubDate>
    <dc:creator>ptcaos</dc:creator>
    <dc:date>2019-03-27T12:35:15Z</dc:date>
    <item>
      <title>Compiling a simple c++ file</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Compiling-a-simple-c-file/m-p/859089#M3541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to test MCUXpressoIDE to use it in my C++ projects. In my first test, I have create a C++ project and I have added a cpp file with this lines:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;int i, j;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;i = 1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;j = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;i++;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;j += 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;return 0;&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, building project reports me some errors... It seems I NEED TO add a SDK to my MCXU IDE, with I would like to use MCUX with no FRDM-KLxx board, only for C++ code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2019 12:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Compiling-a-simple-c-file/m-p/859089#M3541</guid>
      <dc:creator>ptcaos</dc:creator>
      <dc:date>2019-03-27T12:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling a simple c++ file</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Compiling-a-simple-c-file/m-p/859090#M3542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Not sure if I see your point. The SDK will provide you the default startup code, the default project/compiler settings and the linker file. If you have these or if you write your own, you don't need any SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2019 14:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Compiling-a-simple-c-file/m-p/859090#M3542</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-03-27T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling a simple c++ file</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Compiling-a-simple-c-file/m-p/859091#M3543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help if you told us which errors you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps. The code you have provided is actually C, so you are not testing any C++ features..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2019 16:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Compiling-a-simple-c-file/m-p/859091#M3543</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-03-27T16:09:46Z</dc:date>
    </item>
  </channel>
</rss>

