<?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: Maple ide on old g5 mac</title>
		<link>http://forums.leaflabs.com/topic.php?id=961</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:17:28 +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=961" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Maple ide on old g5 mac"</title>
			<link>http://forums.leaflabs.com/topic.php?id=961#post-5960</link>
			<pubDate>Wed, 10 Aug 2011 14:33:03 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">5960@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;an &#34;old&#34; g5 - it feels like I was only just salivating with jealousy over one of those. Apparently that was long ago.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "Maple ide on old g5 mac"</title>
			<link>http://forums.leaflabs.com/topic.php?id=961#post-5934</link>
			<pubDate>Mon, 08 Aug 2011 14:31:28 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5934@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I just found another computer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Maple ide on old g5 mac"</title>
			<link>http://forums.leaflabs.com/topic.php?id=961#post-5932</link>
			<pubDate>Mon, 08 Aug 2011 10:45:41 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">5932@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ah.  Yes, of course.  So at a minimum, you'll also need PPC binaries for the compiler toolchain, dfu-util, and libusb.  Swapping these in for their x86 counterparts in the maple-ide folder should work, but no guarantees.&#60;/p&#62;
&#60;p&#62;Sorry that I can't be more helpful here, but we don't support PPC, and I've never tried getting the IDE going on one.&#60;/p&#62;
&#60;p&#62;I don't have a PowerPC computer available to test on, but this release of the CodeSourcery toolchain might get you started:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.codesourcery.com/sgpp/lite/power&#34; rel=&#34;nofollow&#34;&#62;http://www.codesourcery.com/sgpp/lite/power&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Maple ide on old g5 mac"</title>
			<link>http://forums.leaflabs.com/topic.php?id=961#post-5921</link>
			<pubDate>Fri, 05 Aug 2011 20:25:46 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">5921@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;mbolivar - isn't &#60;strong&#62;everything&#60;/strong&#62; built for x86, and not G5?&#60;br /&#62;
So only the Java parts have a chance of working without a complete rebuild of the toolchain and libraries.?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Maple ide on old g5 mac"</title>
			<link>http://forums.leaflabs.com/topic.php?id=961#post-5918</link>
			<pubDate>Fri, 05 Aug 2011 20:10:43 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">5918@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I imagine you'll need to recompile that shared library for PowerPC.  Let us know how it goes!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "Maple ide on old g5 mac"</title>
			<link>http://forums.leaflabs.com/topic.php?id=961#post-5916</link>
			<pubDate>Fri, 05 Aug 2011 19:34:27 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5916@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Recently i got an old g5 imac and installed Linux on it. After i installed the ide when i tried to run it i got this error in the terminal &#60;/p&#62;
&#60;p&#62;java.lang.UnsatisfiedLinkError: /home/george/Desktop/maple-ide-0.0.11/lib/librxtxSerial.so: /home/george/Desktop/maple-ide-0.0.11/lib/librxtxSerial.so: ELF file data encoding not big-endian (Possible cause: endianness mismatch) thrown while loading gnu.io.RXTXCommDriver&#60;br /&#62;
Exception in thread &#34;main&#34; java.lang.UnsatisfiedLinkError: /home/george/Desktop/maple-ide-0.0.11/lib/librxtxSerial.so: /home/george/Desktop/maple-ide-0.0.11/lib/librxtxSerial.so: ELF file data encoding not big-endian (Possible cause: endianness mismatch)&#60;br /&#62;
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)&#60;br /&#62;
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)&#60;br /&#62;
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675)&#60;br /&#62;
    at java.lang.Runtime.loadLibrary0(Runtime.java:840)&#60;br /&#62;
    at java.lang.System.loadLibrary(System.java:1047)&#60;br /&#62;
    at gnu.io.CommPortIdentifier.&#38;lt;clinit&#38;gt;(CommPortIdentifier.java:123)&#60;br /&#62;
    at processing.app.Editor.populateSerialMenu(Editor.java:795)&#60;br /&#62;
    at processing.app.Editor.buildToolsMenu(Editor.java:612)&#60;br /&#62;
    at processing.app.Editor.buildMenuBar(Editor.java:413)&#60;br /&#62;
    at processing.app.Editor.&#38;lt;init&#38;gt;(Editor.java:187)&#60;br /&#62;
    at processing.app.Base.handleOpen(Base.java:608)&#60;br /&#62;
    at processing.app.Base.handleOpen(Base.java:573)&#60;br /&#62;
    at processing.app.Base.handleNew(Base.java:475)&#60;br /&#62;
    at processing.app.Base.&#38;lt;init&#38;gt;(Base.java:245)&#60;br /&#62;
    at processing.app.Base.main(Base.java:149)&#60;br /&#62;
any one got a fix?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
