<?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>LPCXpresso IDEのトピックg++ not found in PATH</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589895#M28837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sravansreeram on Mon Jun 15 03:01:51 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whenever I run a program using LPCxpresso, I get an error message saying,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; program "g++" not found in PATH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This error comes despite installing g++ in ubuntu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can somebody tell me how to rectify this error ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:46:21 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:46:21Z</dc:date>
    <item>
      <title>g++ not found in PATH</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589895#M28837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sravansreeram on Mon Jun 15 03:01:51 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whenever I run a program using LPCxpresso, I get an error message saying,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; program "g++" not found in PATH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This error comes despite installing g++ in ubuntu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can somebody tell me how to rectify this error ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589895#M28837</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: g++ not found in PATH</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589896#M28838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Jun 15 03:06:27 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso doesn't use g++. But it does user arm-none-eabi-c++&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, what are you doing, and what is the exact message?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589896#M28838</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: g++ not found in PATH</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589897#M28839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sravansreeram on Mon Jun 15 04:40:13 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on makefiles and there seems to be a problem in it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the list of errors, it is shows:- program" g++" not found in PATH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed arm-none-eabi-c++ previously.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589897#M28839</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: g++ not found in PATH</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589898#M28840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Jun 15 05:42:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So, your makefile is calling g++ then...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are probably using a default rule which probably uses the macro CXX. Try adding&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CXX = arm-none-eabi-c++&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to your makefile&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/g-not-found-in-PATH/m-p/589898#M28840</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:46:23Z</dc:date>
    </item>
  </channel>
</rss>

