<?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[ADUINO compile error core2]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">When I try and compile my Core 2 in Arduino IDE I get this error #include &lt;rom/miniz.h&gt; error.</p>
<p dir="auto">How can I rectify?</p>
<p dir="auto">Thanks DARYL - Paradise Beach Australia</p>
]]></description><link>https://community.m5stack.com/topic/7486/aduino-compile-error-core2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 08:31:20 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7486.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Apr 2025 04:27:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ADUINO compile error core2 on Thu, 22 May 2025 07:16:52 GMT]]></title><description><![CDATA[<p dir="auto">Same issue here, with the M5Stack Core 1. Just installed all the packages / libraries following the M5Stack instructions.</p>
<pre><code>#include &lt;M5Stack.h&gt;

void setup() {
  // put your setup code here, to run once:
  M5.begin();
  M5.lcd.print("Hello World!");
}

void loop() {
  // put your main code here, to run repeatedly:

}
</code></pre>
<p dir="auto">Output:</p>
<pre><code>c:\Arduino\libraries\M5Stack\src\utility\pngle.c:31:10: fatal error: rom/miniz.h: No such file or directory
   31 | #include &lt;rom/miniz.h&gt;
      |          ^~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1
</code></pre>
]]></description><link>https://community.m5stack.com/post/29088</link><guid isPermaLink="true">https://community.m5stack.com/post/29088</guid><dc:creator><![CDATA[thomasnagtegaal40]]></dc:creator><pubDate>Thu, 22 May 2025 07:16:52 GMT</pubDate></item><item><title><![CDATA[Reply to ADUINO compile error core2 on Thu, 15 May 2025 03:23:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/243079">@VK3AWA_1</a></p>
<ol>
<li>If you are using Windows 10, upgrade your Windows system to the latest version.</li>
<li>Use other operating systems to compile (such as Linux distributions).</li>
<li>First, make sure that "rom\miniz.h" exists in Arduino's ESP32 board manager files. Then try to manually change all paths containing #include &lt;rom/miniz.h&gt; to absolute paths. For example, #include "C:\Users\admin\Documents\Arduino\libraries\esp32-xxx\xxxxxx\rom\miniz.h"</li>
</ol>
]]></description><link>https://community.m5stack.com/post/29055</link><guid isPermaLink="true">https://community.m5stack.com/post/29055</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Thu, 15 May 2025 03:23:53 GMT</pubDate></item><item><title><![CDATA[Reply to ADUINO compile error core2 on Fri, 11 Apr 2025 02:46:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/168201">@kuriko</a><br />
Thanks for the reply.  Yes I have since discovered that the M5Core2 examples cause the errors but the M5Unified examples work OK.</p>
<p dir="auto">CHEERS DARYL</p>
]]></description><link>https://community.m5stack.com/post/28862</link><guid isPermaLink="true">https://community.m5stack.com/post/28862</guid><dc:creator><![CDATA[VK3AWA_1]]></dc:creator><pubDate>Fri, 11 Apr 2025 02:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to ADUINO compile error core2 on Thu, 10 Apr 2025 08:10:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/243079">@VK3AWA_1</a><br />
have you tried compile example programs? are you able to post your codes?</p>
]]></description><link>https://community.m5stack.com/post/28858</link><guid isPermaLink="true">https://community.m5stack.com/post/28858</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Thu, 10 Apr 2025 08:10:53 GMT</pubDate></item></channel></rss>