<?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[M5Unified FreeRTOS (ESP-IDF) Application not Compiling]]></title><description><![CDATA[<p dir="auto">I am attempting to create a new ESP-IDF application that will use FreeRTOS application (so not Arduino).  I am getting build errors and I was wondering if anyone has managed to get this working.</p>
<p dir="auto">So I did the following:</p>
<pre><code>idf.py create-project M5Test
idf.py set-target esp32p4
idf.py add-dependency "m5stack/m5unified^0.1.16"
idf.py build
</code></pre>
<p dir="auto">I see the managed components (M5Unifed and M5GFX) caaded to the <code>managed_components</code> directory as expected.</p>
<p dir="auto">However I see build errors in the M5GFX component.</p>
<p dir="auto">ESP-IDF: 5.5<br />
Target platform: Tab5</p>
<p dir="auto">Thanks in advance,<br />
Mark</p>
]]></description><link>https://community.m5stack.com/topic/7904/m5unified-freertos-esp-idf-application-not-compiling</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 01:59:56 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7904.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Nov 2025 12:44:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Unified FreeRTOS (ESP-IDF) Application not Compiling on Sun, 23 Nov 2025 10:51:05 GMT]]></title><description><![CDATA[<p dir="auto">I finally managed to get an application working with graphics and touch on the Tab5.  My solution:</p>
<ul>
<li>Removed any reference to managed components in the <code>idf_component.yml</code> files.</li>
<li>Clone the <code>M5Unified</code> and <code>M5GFX</code> repositories and put them in the <code>components</code> directory.</li>
<li>Added references to <code>CMakeLists.txt</code> for the added components.</li>
</ul>
<p dir="auto">Application now builds and I have tested the display with the <code>BarGraph</code> anf the <code>TouchTest</code> applications.</p>
<p dir="auto">Hope this helps anyone experiencing the same issue.</p>
<p dir="auto">Regards,<br />
Mark</p>
]]></description><link>https://community.m5stack.com/post/30228</link><guid isPermaLink="true">https://community.m5stack.com/post/30228</guid><dc:creator><![CDATA[NevynUK]]></dc:creator><pubDate>Sun, 23 Nov 2025 10:51:05 GMT</pubDate></item></channel></rss>