<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Error compiling for board M5Stack-Core2.]]></title><description><![CDATA[<p dir="auto">Have a newly developed Arduino M5Core2 problem.<br />
I hope the following is clear enough.<br />
Uflow sketches for Core2 and stick c plus ..... NO PROBLEMS<br />
Arduino programs for Stick C plus ..... NO PROBLEMS<br />
Arduino for Core2 with #include &lt;M5Stack.h&gt; compile and run , but no display on lcd<br />
Arduino for Core2 with #include &lt;M5core2.h&gt; = Error compiling for board M5Stack-Core2.<br />
Have reinstalled all Arduino libraries and M5 software<br />
Any help would be very appreciated</p>
]]></description><link>https://community.m5stack.com/topic/3539/error-compiling-for-board-m5stack-core2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 04:49:16 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3539.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Aug 2021 23:55:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error compiling for board M5Stack-Core2. on Tue, 24 Aug 2021 08:58:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ganeyvim" aria-label="Profile: ganeyvim">@<bdi>ganeyvim</bdi></a></p>
<p dir="auto">ok, I think maybe the 'vector' library is missing.</p>
<p dir="auto">Maybe you'll need to add it manually to your project? See <a href="https://www.arduino.cc/reference/en/libraries/vector/" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/14720</link><guid isPermaLink="true">https://community.m5stack.com/post/14720</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 24 Aug 2021 08:58:49 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling for board M5Stack-Core2. on Tue, 24 Aug 2021 08:39:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a><br />
Thanks for taking an interest. I am using the default libraries and samples without any mods or "improvements on my part"</p>
<p dir="auto">Arduino: 1.8.15 (Windows 7), Board: "M5Stack-Core2, Enabled, Default (2 x 6.5 MB app, 3.6 MB SPIFFS), 240MHz (WiFi/BT), 115200, None"</p>
<p dir="auto">In file included from D:\My Documents\Arduino\libraries\M5Core2\src/M5Core2.h:76,<br />
from<br />
D:\My Documents\Arduino\libraries\M5Core2\examples\Basics\display\display.ino:13:<br />
D:\My Documents\Arduino\libraries\M5Core2\src/M5Display.h:117:12:<br />
error: 'vector' in namespace 'std' does not name a template type<br />
std::vector&lt;DisplayState&gt; _displayStateStack;             ^~~~~~ D:\My Documents\Arduino\libraries\M5Core2<br />
etc etc</p>
]]></description><link>https://community.m5stack.com/post/14719</link><guid isPermaLink="true">https://community.m5stack.com/post/14719</guid><dc:creator><![CDATA[ganeyvim]]></dc:creator><pubDate>Tue, 24 Aug 2021 08:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling for board M5Stack-Core2. on Tue, 24 Aug 2021 07:02:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ganeyvim" aria-label="Profile: ganeyvim">@<bdi>ganeyvim</bdi></a></p>
<p dir="auto">I admit I am not that familiar with the Arduino IDE, but I would be surprised if there wasn't a more verbose error log. 'Error compiling for board M5Stack-Core2' by itself is not very helpful so I suspect that is only the summary of the error.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/14718</link><guid isPermaLink="true">https://community.m5stack.com/post/14718</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 24 Aug 2021 07:02:16 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling for board M5Stack-Core2. on Tue, 24 Aug 2021 06:45:16 GMT]]></title><description><![CDATA[<p dir="auto">The  typo was just in this post.<br />
The include is definitely #include &lt;M5Core2.h, and the compile error is<br />
" Error compiling for board M5Stack-Core2"</p>
]]></description><link>https://community.m5stack.com/post/14717</link><guid isPermaLink="true">https://community.m5stack.com/post/14717</guid><dc:creator><![CDATA[ganeyvim]]></dc:creator><pubDate>Tue, 24 Aug 2021 06:45:16 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling for board M5Stack-Core2. on Tue, 24 Aug 2021 06:41:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
]]></description><link>https://community.m5stack.com/post/14716</link><guid isPermaLink="true">https://community.m5stack.com/post/14716</guid><dc:creator><![CDATA[ganeyvim]]></dc:creator><pubDate>Tue, 24 Aug 2021 06:41:55 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling for board M5Stack-Core2. on Tue, 24 Aug 2021 05:20:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ganeyvim" aria-label="Profile: ganeyvim">@<bdi>ganeyvim</bdi></a></p>
<p dir="auto">a typo? It should be <code>#include &lt;M5Core2.h&gt;</code> - uppercase <code>C</code>. If the issue persists, could you share the compiling error you get?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/14715</link><guid isPermaLink="true">https://community.m5stack.com/post/14715</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 24 Aug 2021 05:20:30 GMT</pubDate></item></channel></rss>