<?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; User Favorites: wyzarddoc</title>
		<link><a href='http://forums.leaflabs.com/profile.php?id=291'>291</a></link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:03:08 +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?profile=291" rel="self" type="application/rss+xml" />

		<item>
			<title>gbulmer on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-105322</link>
			<pubDate>Fri, 11 Apr 2014 10:55:12 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105322@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;nickc - &#60;em&#62;&#34;The one thing I didn't do was creat the exit() function. What's this specifically?&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;The &#60;code&#62;exit()&#60;/code&#62; function terminates the program. On a machine with an Operating System, it is the last thing your program does. (Edit: strictly, there are 'hooks' which might run after &#60;code&#62;exit()&#60;/code&#62; is called, but you get the idea; once a user program calls &#60;code&#62;exit()&#60;/code&#62; it should never return)&#60;/p&#62;
&#60;p&#62;I'd recommend either:&#60;br /&#62;
1. never ever using &#60;code&#62;exit()&#60;/code&#62;, and try to remove all uses until your programs link.&#60;br /&#62;
2. implement it yourself so it calls the libmaple error function &#60;code&#62;throb()&#60;/code&#62; (in util.h), i.e.&#60;br /&#62;
&#60;code&#62;void exit(int status) { throb(); }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of LeafLabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-105321</link>
			<pubDate>Thu, 10 Apr 2014 12:38:13 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">105321@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;any chance of a .deb coming out of this thread?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickc on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-105305</link>
			<pubDate>Sat, 29 Mar 2014 11:32:19 +0000</pubDate>
			<dc:creator>nickc</dc:creator>
			<guid isPermaLink="false">105305@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have the example building following mconners instructions, get a clean build and can upload with make install, but the code doesn't run.&#60;/p&#62;
&#60;p&#62;&#34;the --disable-newlib-supplied-syscalls was important because of conflicts in several functions, and one other thing I needed to do was create an exit() function.&#34;&#60;/p&#62;
&#60;p&#62;The one thing I didn't do was creat the exit() function.  What's this specifically?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>menecken on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-104786</link>
			<pubDate>Fri, 18 Oct 2013 10:52:09 +0000</pubDate>
			<dc:creator>menecken</dc:creator>
			<guid isPermaLink="false">104786@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi all, I succeeded in eliminating all previous problems but I'm kind lost with this one (google doesnt help, maybe due to the wrong search terms). Anyways: Help is really appreciated:&#60;/p&#62;
&#60;p&#62;Console Output is:&#60;br /&#62;
----------------------------------------------------&#60;br /&#62;
file *.o not found&#60;br /&#62;
maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin\arm-none-eabi-size.exe: 'a.out': No such file&#60;br /&#62;
build-targets.mk:17: recipe for target 'build/maple.bin' failed&#60;br /&#62;
make: *** [build/maple.bin] Error 123&#60;br /&#62;
----------------------------------------------------&#60;/p&#62;
&#60;p&#62;Problem is:&#60;br /&#62;
&#34;recipe for target 'build/maple.bin' failed&#60;/p&#62;
&#60;p&#62;I never used GCC or Eclipse before. I'm on Windows 8. Instead of using cygwin I set my path variable to &#34;maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin&#34;.&#60;/p&#62;
&#60;p&#62;Thank you guys so much in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tufane on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23965</link>
			<pubDate>Thu, 28 Mar 2013 11:17:32 +0000</pubDate>
			<dc:creator>tufane</dc:creator>
			<guid isPermaLink="false">23965@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi mlundinse,&#60;/p&#62;
&#60;p&#62;You don't need, but in utils folder there are many programd related with unix and Linux. Therefore if you use WinAvr, it is not necessary to change some commands in makefile to make compatible with windows. Like &#34;rm -rf&#34; &#38;gt;&#38;gt;&#38;gt;&#38;gt; &#34;'del /s/q&#34; modification as mentioned previous posts. But you are right, arm tool chain must be used for compilation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlundinse on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23964</link>
			<pubDate>Thu, 28 Mar 2013 11:13:42 +0000</pubDate>
			<dc:creator>mlundinse</dc:creator>
			<guid isPermaLink="false">23964@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Do you really need the WinAVR stuff, it has no use for an arm processor.&#60;br /&#62;
Insted it looks like you can keep the dfu-util.exe where it is and simply&#60;br /&#62;
add the directory where it lives to the system path, or simply copy dfu-util.exe&#60;br /&#62;
into the bin folder of your arm toolchain. You have already added this path to&#60;br /&#62;
your system in order for Eclipse make to find the arm-none-eabi-cpp compiler and&#60;br /&#62;
other tools.&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Magnus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tufane on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23962</link>
			<pubDate>Thu, 28 Mar 2013 11:04:33 +0000</pubDate>
			<dc:creator>tufane</dc:creator>
			<guid isPermaLink="false">23962@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;UPLOAD_ram := $(SUPPORT_PATH).......(BOARD).bin -R&#60;br /&#62;
UPLOAD_flash:= $(SUPPORT_PATH).......(BOARD).bin -R&#60;/p&#62;
&#60;p&#62;each line must be individually single line. In my post they seem dubble line.&#60;/p&#62;
&#60;p&#62;Also if you cannot upload your compilation because &#34;Lost Device after reset, assuming prod_id was incremented by oneNo DFU capable USB device found&#34;, change &#34;sleep 1&#34; value to higher one like &#34;sleep 2&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tufane on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-23961</link>
			<pubDate>Thu, 28 Mar 2013 10:54:07 +0000</pubDate>
			<dc:creator>tufane</dc:creator>
			<guid isPermaLink="false">23961@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've just bought Maple_R5 and tried to compile using Eclipse according to given information by forum members and wiki page. Finally I've successfully done it in Win7 64 bit.&#60;/p&#62;
&#60;p&#62;I have to tell you, I didn't know anything about Linux or Unix based systems. But I made some google search and I found followings which must be installed to Windows system.&#60;/p&#62;
&#60;p&#62;1- WinAvr (Actually you need only &#34;x:\WinAVR-20100110\utils\bin&#34; directory and must be added to &#34;System varibles PATH&#34; or install WinAvr which sets PATH automatically)&#60;/p&#62;
&#60;p&#62;2- Python33 &#38;gt;&#38;gt;&#38;gt; &#60;a href=&#34;http://www.python.org/download&#34; rel=&#34;nofollow&#34;&#62;http://www.python.org/download&#60;/a&#62; &#34;Python 3.3.0 Windows X86-64 MSI Installer&#34;&#60;br /&#62;
   (install it)&#60;/p&#62;
&#60;p&#62;3- pyserial 2.6 (serial port enabler for pyhton) &#38;gt;&#38;gt;&#38;gt; pypi.python.org/pypi/pyserial&#60;br /&#62;
   (install it as described in the web page)&#60;/p&#62;
&#60;p&#62;4- Eclipse &#34;eclipse IDE for C/C++ developers&#34; &#38;gt;&#38;gt;&#38;gt; &#60;a href=&#34;http://www.eclipse.org/downloads&#34; rel=&#34;nofollow&#34;&#62;http://www.eclipse.org/downloads&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;5- Apply given information &#34;wiki.leaflabs.com/Edit_sketches_with_Eclipse&#34;&#60;/p&#62;
&#60;p&#62;6- Change some lines in libmaple\support\scripts\reset.py;&#60;br /&#62;
   #!/usr/bin/env python &#38;gt;&#38;gt;&#38;gt;&#38;gt; #!x:/Python33/python.exe (where pyhton33 installed)&#60;br /&#62;
   import _winreg as reg &#38;gt;&#38;gt;&#38;gt;&#38;gt; import winreg as reg&#60;/p&#62;
&#60;p&#62;   x: drive that has Python33 folder&#60;/p&#62;
&#60;p&#62;7- Change Makefile;&#60;/p&#62;
&#60;p&#62;     ---------------------------------------&#60;br /&#62;
     # Target upload commands&#60;br /&#62;
     # USB ID for DFU upload -- FIXME: do something smarter with this&#60;br /&#62;
     BOARD_USB_VENDOR_ID  := 1EAF&#60;br /&#62;
     BOARD_USB_PRODUCT_ID := 0003&#60;br /&#62;
     UPLOAD_ram   := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; \&#60;br /&#62;
                     sleep 1                  &#38;amp;&#38;amp; \&#60;br /&#62;
                     $(DFU) -a0 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;br /&#62;
     UPLOAD_flash := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; \&#60;br /&#62;
                     sleep 1                  &#38;amp;&#38;amp; \&#60;br /&#62;
                     $(DFU) -a1 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;/p&#62;
&#60;p&#62;     # Conditionally upload to whatever the last build was&#60;br /&#62;
     install: INSTALL_TARGET = $(shell cat $(BUILD_PATH)/build-type 2&#38;gt;/dev/null)&#60;br /&#62;
     install: $(BUILD_PATH)/$(BOARD).bin&#60;br /&#62;
	     @echo &#34;Install target:&#34; $(INSTALL_TARGET)&#60;br /&#62;
	     $(UPLOAD_$(INSTALL_TARGET))&#60;br /&#62;
     -------------------------------&#60;br /&#62;
     to this one;&#60;/p&#62;
&#60;p&#62;     -------------------------------&#60;br /&#62;
     # Target upload commands&#60;br /&#62;
     # USB ID for DFU upload -- FIXME: do something smarter with this&#60;br /&#62;
     BOARD_USB_VENDOR_ID  := 1EAF&#60;br /&#62;
     BOARD_USB_PRODUCT_ID := 0003&#60;br /&#62;
     UPLOAD_ram   := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; sleep 1 &#38;amp;&#38;amp; $(DFU) -a0 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;br /&#62;
     UPLOAD_flash := $(SUPPORT_PATH)/scripts/reset.py &#38;amp;&#38;amp; sleep 2 &#38;amp;&#38;amp; $(DFU) -a1 -d $(BOARD_USB_VENDOR_ID):$(BOARD_USB_PRODUCT_ID) -D $(BUILD_PATH)/$(BOARD).bin -R&#60;br /&#62;
     INSTALL_TARGET = $(shell cat $(BUILD_PATH)/build-type 2&#38;gt;/dev/null)&#60;/p&#62;
&#60;p&#62;     # Conditionally upload to whatever the last build was&#60;br /&#62;
     # install: INSTALL_TARGET = $(shell cat $(BUILD_PATH)/build-type 2&#38;gt;/dev/null)&#60;br /&#62;
     # $(BUILD_PATH)/$(BOARD).bin&#60;br /&#62;
     install:&#60;br /&#62;
	     @echo &#34;Install target:&#34; $(INSTALL_TARGET)&#60;br /&#62;
	     $(UPLOAD_$(INSTALL_TARGET))&#60;br /&#62;
     -------------------------------&#60;/p&#62;
&#60;p&#62;8- Copy &#34;dfu-util.exe&#34; from maple-ide directory to &#34;x:\WinAVR-20100110\utils\bin&#34;&#60;br /&#62;
   x: drive that has WinAvr folder&#60;/p&#62;
&#60;p&#62;9- Optionally modify build-target.mk which does not report object file sizes and give&#60;br /&#62;
   more information about compilation;&#60;/p&#62;
&#60;p&#62;     # @echo &#34; &#34;&#60;br /&#62;
     # @echo &#34;Object file sizes:&#34;&#60;br /&#62;
     # @find $(BUILD_PATH) -name *.o &#124; xargs $(SIZE) -t &#38;gt; $(BUILD_PATH)/$(BOARD).sizes&#60;br /&#62;
     # @cat $(BUILD_PATH)/$(BOARD).sizes&#60;/p&#62;
&#60;p&#62;     $(BUILD_PATH)/$(BOARD).bin: $(BUILD_PATH)/$(BOARD).elf&#60;br /&#62;
	     $(SILENT_OBJCOPY) $(OBJCOPY) -v -Obinary $(BUILD_PATH)/$(BOARD).elf $@ 1&#38;gt;/dev/null&#60;br /&#62;
	     $(SILENT_DISAS) $(DISAS) -d $(BUILD_PATH)/$(BOARD).elf &#38;gt; $(BUILD_PATH)/$(BOARD).disas&#60;br /&#62;
	     @echo &#34; &#34;&#60;br /&#62;
	     @echo &#34;Final Size:&#34;&#60;br /&#62;
	     @$(SIZE) -A $&#38;lt;&#60;br /&#62;
	     @echo &#34;Build Successfull.&#34;&#60;br /&#62;
	     @echo $(MEMORY_TARGET) &#38;gt; $(BUILD_PATH)/build-type&#60;/p&#62;
&#60;p&#62;     MSG_INFO:&#60;br /&#62;
	     @echo &#34;================================================================================&#34;&#60;br /&#62;
	     @echo &#34;&#34;&#60;br /&#62;
	     @echo &#34;  Previous Build     :&#34; $(PREV_BUILD_TYPE)&#60;br /&#62;
	     @echo &#34;  Build info         :&#34;&#60;br /&#62;
	     @echo &#34;     BOARD:          :&#34; $(BOARD)&#60;br /&#62;
	     @echo &#34;     MCU:            :&#34; $(MCU)&#60;br /&#62;
	     @echo &#34;     MEMORY_TARGET:  :&#34; $(MEMORY_TARGET)&#60;br /&#62;
	     @echo &#34;  USB_PRODUCT_ID     :&#34; $(BOARD_USB_PRODUCT_ID)&#60;br /&#62;
	     @echo &#34;  USB_VENDOR_ID      :&#34; $(BOARD_USB_VENDOR_ID)&#60;br /&#62;
	     @echo &#34;&#34;&#60;br /&#62;
	     @echo &#34;  See 'make help' for all possible targets&#34;&#60;br /&#62;
	     @echo &#34;&#34;&#60;br /&#62;
	     @echo &#34;================================================================================&#34;&#60;br /&#62;
	     @echo &#34;&#34;&#60;/p&#62;
&#60;p&#62;Finally you can have alternative IDE for development.&#60;/p&#62;
&#60;p&#62;Best wishes.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconners on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-20394</link>
			<pubDate>Sun, 21 Oct 2012 19:28:41 +0000</pubDate>
			<dc:creator>mconners</dc:creator>
			<guid isPermaLink="false">20394@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;One more comment on this and I'm done :-)&#60;/p&#62;
&#60;p&#62;I had to install several library-dev packages, you'll get the error when compiling gcc, it's easy to figure out.&#60;/p&#62;
&#60;p&#62;I had to configure newlib as follows (and I upgraded to the latest versions of everything):&#60;/p&#62;
&#60;p&#62;../../src/newlib-1.20.0/configure --target=arm-none-eabi --prefix=$MYTOOLS --enable-interwork --disable-newlib-supplied-syscalls&#60;/p&#62;
&#60;p&#62;the --disable-newlib-supplied-syscalls was important because of conflicts in several functions, and one other thing I needed to do was create an exit() function.&#60;/p&#62;
&#60;p&#62;I had to install dfu-utils and the python serial package, but after that I coped main.cpp.example to main.cpp and did make install and all went well.&#60;/p&#62;
&#60;p&#62;There is quite a bit of time waiting for compiles to finish, but its not hard, good luck.&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahunter10@gmail.com on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-20393</link>
			<pubDate>Sun, 21 Oct 2012 19:16:01 +0000</pubDate>
			<dc:creator>ahunter10@gmail.com</dc:creator>
			<guid isPermaLink="false">20393@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Wow, thanks for the tip.  I was working through the compilation issues, but had some problems with the linker I wasn't able to solve.  I'll check out the link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconners on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-20391</link>
			<pubDate>Sun, 21 Oct 2012 12:56:54 +0000</pubDate>
			<dc:creator>mconners</dc:creator>
			<guid isPermaLink="false">20391@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;OK. I was able to follow the instructions linked above and made the arm-none-eabi gcc package on the pi. From that point on instructions for the the maple command line tools work as described.&#60;/p&#62;
&#60;p&#62;I may do some maple development on the pi.&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconners on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-20368</link>
			<pubDate>Fri, 19 Oct 2012 13:57:03 +0000</pubDate>
			<dc:creator>mconners</dc:creator>
			<guid isPermaLink="false">20368@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I was able to get through the above issues. It turns out that the declaration of enable_irq had the second parameter defined as uint, while in the actual code for the function/method it was defined as something else. Once I made them the same timer.c compiled fine. &#60;/p&#62;
&#60;p&#62;I then ran into the next problem, the wirish code didn't want to compile, complaining about lack of declaration of caddr_t and size_t. I think that is because the gcc distributed with debian wheezy doesn't contain newlib as part of the distribution.&#60;/p&#62;
&#60;p&#62;Although it seems odd, I may follow these &#60;a href=&#34;http://www.kunen.org/uC/gnu_tool.html&#34;&#62;instructions&#60;/a&#62; to make an arm-none-gnueabi cross compiler for baremetal compilations on the ras-pi. &#60;/p&#62;
&#60;p&#62;Unless of course some enterprising person beats me to it and links it here, or figures out how to get wirish to compile on the pi with the standard compiler.&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconners on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-20346</link>
			<pubDate>Thu, 18 Oct 2012 21:29:58 +0000</pubDate>
			<dc:creator>mconners</dc:creator>
			<guid isPermaLink="false">20346@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;It seems like you are not using the native compiler, given that the error message produced points to /home/pi/libmaple/arm/bin/arm-none-eabi-gcc, so I'm guessing that you downloaded the intel version from somewhere, unless you cross compiled it yourself.&#60;/p&#62;
&#60;p&#62;I went into libmaple/support/make/build-rules.mk and changed all the instances of arm-none-eabi- to blanks leaving gcc,g++, ld -v, etc...&#60;/p&#62;
&#60;p&#62;I then changed directory to libmaple and ran make again, it started compile several of the files using the gcc distributed with the debian install for the pi.&#60;/p&#62;
&#60;p&#62;This was the output:&#60;br /&#62;
  [CC]        ./libmaple/adc.c&#60;br /&#62;
  [CC]        ./libmaple/dac.c&#60;br /&#62;
  [CC]        ./libmaple/dma.c&#60;br /&#62;
  [CC]        ./libmaple/exti.c&#60;br /&#62;
  [CC]        ./libmaple/flash.c&#60;br /&#62;
  [CC]        ./libmaple/gpio.c&#60;br /&#62;
  [CC]        ./libmaple/iwdg.c&#60;br /&#62;
  [CC]        ./libmaple/nvic.c&#60;br /&#62;
  [CC]        ./libmaple/pwr.c&#60;br /&#62;
  [CC]        ./libmaple/rcc.c&#60;br /&#62;
  [CC]        ./libmaple/spi.c&#60;br /&#62;
  [CC]        ./libmaple/systick.c&#60;br /&#62;
  [CC]        ./libmaple/timer.c&#60;br /&#62;
libmaple/timer.c:318:20: error: conflicting types for 'enable_irq'&#60;br /&#62;
libmaple/timer.c:41:20: note: previous declaration of 'enable_irq' was here&#60;br /&#62;
libmaple/timer.c:41:20: error: 'enable_irq' used but never defined [-Werror]&#60;br /&#62;
cc1: all warnings being treated as errors&#60;br /&#62;
make: *** [build/./libmaple/timer.o] Error 1&#60;/p&#62;
&#60;p&#62;I haven't resolved those issues yet, but maybe you can start there, it seems closer than you were.&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahunter10@gmail.com on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-20320</link>
			<pubDate>Tue, 16 Oct 2012 21:03:25 +0000</pubDate>
			<dc:creator>ahunter10@gmail.com</dc:creator>
			<guid isPermaLink="false">20320@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;thanks for the help!&#60;/p&#62;
&#60;p&#62;When I run &#34;gcc --target-help&#34;, cortex-m3 is listed under the heading &#34;Known ARM CPUs (for use with the -mcpu= and -mtune= options)&#34; &#60;/p&#62;
&#60;p&#62;I am using the latest version of libmaple, downloaded from the github server yesterday.&#60;/p&#62;
&#60;p&#62;I am trying to compile the example file included with libmaple.  I get the same error no matter what I compile.  I get an error on make clean...&#60;/p&#62;
&#60;p&#62;pi@raspberrypi ~/libmaple $ make clean&#60;br /&#62;
/home/pi/libmaple/arm/bin/arm-none-eabi-gcc: 1: /home/pi/libmaple/arm/bin/arm-none-eabi-gcc: Syntax error: &#34;(&#34; unexpected&#60;br /&#62;
rm -rf build&#60;br /&#62;
pi@raspberrypi ~/libmaple $
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "Compiling for maple on raspberry pi"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9201#post-20309</link>
			<pubDate>Tue, 16 Oct 2012 00:11:01 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">20309@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;you may want to do gcc --target-help and see if the cortex-m3 is supported. After that you could give us a little more to go on like in what file the syntax error occurs and which version of libmaple you are using.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
