<?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[rom&#x2F;miniz.h error still occurs when compiling for Core with board def 3.2.x]]></title><description><![CDATA[<p dir="auto">Only since the board def "updated" automatically from ver 2.1.4 to ver 3.2.x,  I cannot compile my trusty, dusty Core Basic (Or Core2).</p>
<p dir="auto">/Arduino/libraries/M5Stack/src/utility/pngle.c:31:10: fatal error: rom/miniz.h: No such file or directory</p>
<p dir="auto">If I downgrade to 2.1.x it compiles as usual for 5 years running.</p>
<p dir="auto">I found this on google:</p>
<p dir="auto"><a href="https://www.gonnalearn.com/from-miniz-h-compilation-error-m5stack-arduino/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.gonnalearn.com/from-miniz-h-compilation-error-m5stack-arduino/</a></p>
<p dir="auto">and there have been some other reports on this very community site.<br />
<a href="https://community.m5stack.com/topic/7569/issue-with-core2-library">https://community.m5stack.com/topic/7569/issue-with-core2-library</a></p>
<p dir="auto">My Arduino IDE ver2.3.6 asks me EVERY DAY to upgrade to M5Stack board def 3.2.x.<br />
This is getting tedious. Ver 3.2.1 recently added did not help.</p>
<p dir="auto">Is M5Stack abandoning the older Cores?</p>
]]></description><link>https://community.m5stack.com/topic/7622/rom-miniz-h-error-still-occurs-when-compiling-for-core-with-board-def-3-2-x</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:43:07 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7622.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Jun 2025 02:18:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to rom&#x2F;miniz.h error still occurs when compiling for Core with board def 3.2.x on Wed, 01 Oct 2025 15:27:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hacxx" aria-label="Profile: hacxx">@<bdi>hacxx</bdi></a> said in <a href="/post/29291">rom/miniz.h error still occurs when compiling for Core with board def 3.2.x</a>:</p>
<blockquote>
<p dir="auto">M5Stack isn’t abandoning older Cores, but newer SDKs drop deprecated APIs. If issues persist, stick with 2.1.x or modify the library.</p>
</blockquote>
<p dir="auto">Open source is great - until libraries get modified and changes are made that impact existing functionality...  M5Stack isn't alone in this - it's a problem that spans the open source community.</p>
<p dir="auto">I get that technology is always changing...  But there must be a better way to manage libraries.  If I didn't stumble on these websites, I'd never have found the solution and it's very likely that I'd toss my affected M5Stack gear in the bin because it's basically unusable.  And then I'd move on to a competitor's products that work.</p>
]]></description><link>https://community.m5stack.com/post/30024</link><guid isPermaLink="true">https://community.m5stack.com/post/30024</guid><dc:creator><![CDATA[TomKatt]]></dc:creator><pubDate>Wed, 01 Oct 2025 15:27:01 GMT</pubDate></item><item><title><![CDATA[Reply to rom&#x2F;miniz.h error still occurs when compiling for Core with board def 3.2.x on Thu, 19 Jun 2025 05:59:45 GMT]]></title><description><![CDATA[<p dir="auto">The rom/miniz.h error occurs because newer board definitions (3.2.x) removed legacy ESP32 support. Downgrading to 2.1.x works, but to fix it permanently:</p>
<pre><code>Manual fix: Replace #include &lt;rom/miniz.h&gt; with #include &lt;miniz.h&gt; in pngle.c (as noted in the linked guide).

Disable auto-updates: In Arduino IDE, go to File &gt; Preferences and uncheck "Check for updates on startup."
</code></pre>
<p dir="auto">M5Stack isn’t abandoning older Cores, but newer SDKs drop deprecated APIs. If issues persist, stick with 2.1.x or modify the library.</p>
]]></description><link>https://community.m5stack.com/post/29291</link><guid isPermaLink="true">https://community.m5stack.com/post/29291</guid><dc:creator><![CDATA[hacxx]]></dc:creator><pubDate>Thu, 19 Jun 2025 05:59:45 GMT</pubDate></item></channel></rss>