<?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[cannot open source file &quot;AvailabilityMacros.h&quot; (dependency of &quot;M5EPD.h&quot;)]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Just started using Visual Studio Code with the PlatformIO extension to develop a simple app for m5paper starting from the online image sample.<br />
<a href="https://github.com/m5stack/M5EPD_OnlineImage_FixUrl" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5EPD_OnlineImage_FixUrl</a></p>
<p dir="auto">If I try debugging, the code does not build:<br />
<code>cannot open source file "AvailabilityMacros.h" (dependency of "M5EPD.h")</code></p>
<p dir="auto">Any idea where is this library?</p>
<p dir="auto">Any help is appreciated,<br />
Gionata</p>
]]></description><link>https://community.m5stack.com/topic/2710/cannot-open-source-file-availabilitymacros-h-dependency-of-m5epd-h</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 12:22:19 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2710.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Jan 2021 17:17:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cannot open source file &quot;AvailabilityMacros.h&quot; (dependency of &quot;M5EPD.h&quot;) on Fri, 07 Jan 2022 11:12:24 GMT]]></title><description><![CDATA[<p dir="auto">In Mac Terminal, type<br />
<code>xcrun --show-sdk-path</code><br />
to get the XCode SDK path.</p>
<p dir="auto">Add the path using the <code>-I</code> option and additional <code>/usr/include/**</code> to the build_flags option in platformio.ini</p>
<p dir="auto">eg.</p>
<pre><code>build_flags = 
	-I /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/**
</code></pre>
<p dir="auto">found solution on <a href="https://kainokikaede.hatenablog.com/entry/2021/04/22/222352" target="_blank" rel="noopener noreferrer nofollow ugc">some japanese blog</a></p>
]]></description><link>https://community.m5stack.com/post/16104</link><guid isPermaLink="true">https://community.m5stack.com/post/16104</guid><dc:creator><![CDATA[springi]]></dc:creator><pubDate>Fri, 07 Jan 2022 11:12:24 GMT</pubDate></item><item><title><![CDATA[Reply to cannot open source file &quot;AvailabilityMacros.h&quot; (dependency of &quot;M5EPD.h&quot;) on Fri, 08 Jan 2021 11:35:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gionata" aria-label="Profile: gionata">@<bdi>gionata</bdi></a> said in <a href="/post/11596">cannot open source file "AvailabilityMacros.h" (dependency of "M5EPD.h")</a>:</p>
<blockquote>
<p dir="auto">AvailabilityMacros.h</p>
</blockquote>
<p dir="auto">AvailabilityMacros.h is a file by Apple. It looks like it's provided by Xcode. Do you have Xcode installed?</p>
]]></description><link>https://community.m5stack.com/post/11609</link><guid isPermaLink="true">https://community.m5stack.com/post/11609</guid><dc:creator><![CDATA[sodoku]]></dc:creator><pubDate>Fri, 08 Jan 2021 11:35:51 GMT</pubDate></item></channel></rss>