<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: X893&#039;s MapleCoOS with IDE 0.0.12</title>
		<link>http://forums.leaflabs.com/topic.php?id=14268</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:20:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=14268" rel="self" type="application/rss+xml" />

		<item>
			<title>seandeg on "X893&#039;s MapleCoOS with IDE 0.0.12"</title>
			<link>http://forums.leaflabs.com/topic.php?id=14268#post-29558</link>
			<pubDate>Wed, 11 Sep 2013 16:19:46 +0000</pubDate>
			<dc:creator>seandeg</dc:creator>
			<guid isPermaLink="false">29558@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi ala42,&#60;br /&#62;
thanks for that #define. It fixed the problem for me. I made a similar #define for __write.&#60;/p&#62;
&#60;p&#62;That was good --- got further along the compile without error until an &#34;undefined reference to 'systick_uptime_millis'&#34; in usb_serial.cpp. systick.h is included in usb_serial.cpp which does have systick_uptime_millis defined and initialised.&#60;br /&#62;
But at the line number 74 of usb_serial.cpp there is no 'systick_uptime_millis' at all, only a 'millis'.&#60;/p&#62;
&#60;p&#62;millis is defined in wirish_time.h, and wirish_time.h is indeed included in usb_serial.cpp&#60;/p&#62;
&#60;p&#62;So there should be no error relating to 'millis' or 'systick_uptime_millis'. ( how compiler appears to detect 'systick_uptime_millis' in place of 'millis' is itself a mystery.&#60;/p&#62;
&#60;p&#62;Am beginning to think that the systick.h and systick.c that go with MapleCoOS are maybe too far behind the current release to be adjusted successfully.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ala42 on "X893&#039;s MapleCoOS with IDE 0.0.12"</title>
			<link>http://forums.leaflabs.com/topic.php?id=14268#post-29500</link>
			<pubDate>Sun, 08 Sep 2013 19:17:35 +0000</pubDate>
			<dc:creator>ala42</dc:creator>
			<guid isPermaLink="false">29500@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;This should do what is needed&#60;br /&#62;
#define __read(p) (*(volatile unsigned int*)(p))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seandeg on "X893&#039;s MapleCoOS with IDE 0.0.12"</title>
			<link>http://forums.leaflabs.com/topic.php?id=14268#post-29497</link>
			<pubDate>Sun, 08 Sep 2013 14:50:43 +0000</pubDate>
			<dc:creator>seandeg</dc:creator>
			<guid isPermaLink="false">29497@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;Am trying out the blink .pde program from &#60;a href=&#34;http://akb77.com/g/mcu/maplecoos/&#34; rel=&#34;nofollow&#34;&#62;http://akb77.com/g/mcu/maplecoos/&#60;/a&#62;&#60;br /&#62;
Have placed the MapleCoOS directory under libraries in the IDE.&#60;br /&#62;
Have replaced the systick.c and systick.h in hardware/leaflabs/cores/maple with the alternative dot c and dot h files from &#60;a href=&#34;http://akb77.com/g/files/media/systick.c&#34; rel=&#34;nofollow&#34;&#62;http://akb77.com/g/files/media/systick.c&#60;/a&#62; and &#60;a href=&#34;http://akb77.com/g/files/media/systick.h&#34; rel=&#34;nofollow&#34;&#62;http://akb77.com/g/files/media/systick.h&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Getting compile error&#60;br /&#62;
&#34;Settings\Admin\Desktop\maple-ide-0.0.12-windowsxp32\maple-ide-0.0.12-windowsxp32\hardware\leaflabs\cores\maple\/systick.h:52: &#60;/p&#62;
&#60;p&#62;error: '__read' was not declared in this scope&#34;&#60;/p&#62;
&#60;p&#62;I can not find where __read comes from --- can not find it at any scope. From google search found a reference to it being in the GNU C library however. So I presume it is in the gcc libraries at some level under hardware/tools/arm.&#60;/p&#62;
&#60;p&#62;So my question is how do I declare it the scope required ---or get aroud this error by any means? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
