<?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: Eclipse - quick start</title>
		<link>http://forums.leaflabs.com/topic.php?id=681</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:05:00 +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=681" rel="self" type="application/rss+xml" />

		<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>Sacdarius on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-13195</link>
			<pubDate>Wed, 05 Sep 2012 15:19:40 +0000</pubDate>
			<dc:creator>Sacdarius</dc:creator>
			<guid isPermaLink="false">13195@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi i've been trying to compile using eclipse, but an error.&#60;br /&#62;
I followed the steps from here: &#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=Edit_sketches_with_Eclipse&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=Edit_sketches_with_Eclipse&#60;/a&#62;&#60;br /&#62;
At step 6.3 i get this error:&#60;/p&#62;
&#60;p&#62;cs-make install&#60;br /&#62;
The system cannot find the path specified.&#60;br /&#62;
The system cannot find the path specified.&#60;br /&#62;
The system cannot find the path specified.&#60;br /&#62;
&#34;Install target:&#34; &#60;/p&#62;
&#60;p&#62;Does anyone know what the problem is?&#60;/p&#62;
&#60;p&#62;I'm using Win7 pro 64 bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siy on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-7386</link>
			<pubDate>Sat, 17 Dec 2011 19:57:03 +0000</pubDate>
			<dc:creator>siy</dc:creator>
			<guid isPermaLink="false">7386@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I think it would be quite useful to have in Maple IDE a menu item like &#34;Export to Eclipse...&#34; which would generate an Eclipse project from active sketch and all attached libraries. This feature might greatly simplify moving to full-featured IDE as project grows. The Maple IDE know all necessary details about the sketch and libmaple and format of the Eclipse project files is well known (for example, Maven has plugin capable to generate Eclipse projects), so implementing such a feature should not be complex task.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>valliant on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-7249</link>
			<pubDate>Fri, 25 Nov 2011 22:08:52 +0000</pubDate>
			<dc:creator>valliant</dc:creator>
			<guid isPermaLink="false">7249@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'm working on WIndows...&#60;br /&#62;
I've got this&#60;/p&#62;
&#60;p&#62;**** Build of configuration Default for project leaflabs-libmaple-f7e384a ****&#60;/p&#62;
&#60;p&#62;cs-make install&#60;br /&#62;
Install target: flash&#60;br /&#62;
./support/scripts/reset.py &#38;amp;&#38;amp; sleep 1                  &#38;amp;&#38;amp; dfu-util -a1 -d 1EAF:0003 -D build/maple.bin -R&#60;br /&#62;
/usr/bin/env: python: No such file or directory&#60;br /&#62;
cs-make: *** [install] Error 127&#60;/p&#62;
&#60;p&#62;Has anyone figured out the solution to this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dweller on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-7200</link>
			<pubDate>Sun, 20 Nov 2011 06:37:29 +0000</pubDate>
			<dc:creator>Dweller</dc:creator>
			<guid isPermaLink="false">7200@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Just got all this running on Windows.. &#60;/p&#62;
&#60;p&#62;As with the initial post I used the c/c++ eclipse, but here's the extra stuff I did not listed from the 1st post..&#60;/p&#62;
&#60;p&#62;Installed the WinAVR tools from &#60;a href=&#34;https://sourcery.mentor.com/sgpp/lite/arm/portal/release1802&#34; rel=&#34;nofollow&#34;&#62;https://sourcery.mentor.com/sgpp/lite/arm/portal/release1802&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Grabbed &#38;amp; unpacked the libmaple source from&#60;br /&#62;
&#60;a href=&#34;https://github.com/leaflabs/libmaple&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/libmaple&#60;/a&#62; [Zip button top left]&#60;/p&#62;
&#60;p&#62;Had to untick 'Makefile Generation -&#38;gt; Generate Makefiles Automatically' in the project properties, c/c++ build panel, builder settings tab.&#60;/p&#62;
&#60;p&#62;Had to change 'make' to 'cs-make' in the project properties, c/c++ build panel, builder settings tab.&#60;/p&#62;
&#60;p&#62;Renamed main.cpp.example in the imported libmaple files to main.cpp&#60;/p&#62;
&#60;p&#62;Edited the Makefile to..&#60;br /&#62;
  change 'rm -rf' occurences to 'del /s/q'&#60;br /&#62;
Edited build-targets.mk&#60;br /&#62;
  commented out @find thru to @$(SIZE) $&#38;lt; in the $(BUILD_PATH)/$(BOARD).bin target&#60;br /&#62;
  altered 'mkdir -p $@' to mkdir &#34;$@&#34; in the $(BUILDDIRS) target&#60;br /&#62;
Edited support\make\build-rules.mk&#60;br /&#62;
  changed the ';' on the end of each SILENT rule to an '&#38;amp;'&#60;/p&#62;
&#60;p&#62;Mostly these are just unix-&#38;gt;windows hacks in the makefiles, to avoid installing cygwin, or equiv.. and I'm pretty sure having commented out chunks of the bin target the output may not be too sane to use.. &#60;/p&#62;
&#60;p&#62;However, the net result is I can edit main.cpp with the syntax highlighting, code completion, ctrl-click link following etc.. which was all I was after.. to get the code down to the board, I can always cut &#38;amp; paste it across to the little-green-editor ;p
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lepton on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-6818</link>
			<pubDate>Tue, 11 Oct 2011 11:59:37 +0000</pubDate>
			<dc:creator>lepton</dc:creator>
			<guid isPermaLink="false">6818@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I too, have the same error: make: *** [build/./libmaple/adc.o] Error 127 &#60;/p&#62;
&#60;p&#62;Eclipse definitely has arm-none-eabi-gcc. Has there been a change to adc.o that's resulting in this problem? This is a pretty big show-stopper for me, as I'm presently trying to integrate some motor control libraries from ST, and doing that in Eclipse would be tremendously easier than all by hand in the command line. I can compile main.cpp.example from the command line just fine.&#60;/p&#62;
&#60;p&#62;Has anyone figured out the solution to this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mpaulin on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-6169</link>
			<pubDate>Thu, 01 Sep 2011 04:36:59 +0000</pubDate>
			<dc:creator>mpaulin</dc:creator>
			<guid isPermaLink="false">6169@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have the same error:&#60;br /&#62;
============================&#60;/p&#62;
&#60;p&#62;  [CC] ./libmaple/adc.c&#60;br /&#62;
/bin/sh: arm-none-eabi-gcc: not found&#60;br /&#62;
make: *** [build/./libmaple/adc.o] Error 127 &#60;/p&#62;
&#60;p&#62;============================&#60;/p&#62;
&#60;p&#62;I've created a new Eclipse path variable pointing to ~/libmaple/arm/bin/arm-none-eabi-gcc (which does exist at that location). The error persists.  What else do I need to do?  Sorry but I am a Linux n00b and don't know if I'm supposed to know what to call this new variable or if I need to change something else, too ...&#60;/p&#62;
&#60;p&#62;BTW I make'd and downloaded the main.cpp.example program to my Maple from the console &#38;amp; it worked fine. But wouldn't it be handy if I could use Eclipse ;-).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xavier on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681&amp;page=2#post-4870</link>
			<pubDate>Sun, 29 May 2011 03:58:21 +0000</pubDate>
			<dc:creator>Xavier</dc:creator>
			<guid isPermaLink="false">4870@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Nissarup, thanks for the update, that will be usefull for people who have this problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nissarup on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681#post-4864</link>
			<pubDate>Sat, 28 May 2011 01:38:53 +0000</pubDate>
			<dc:creator>nissarup</dc:creator>
			<guid isPermaLink="false">4864@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I just encountered the &#34;make: *** [build/./libmaple/adc.o] Error 127 &#34; as well.&#60;br /&#62;
For some reason Eclipse refused to see arm-none-eabi-gcc even though I had the arm/bin folder in my path, and had it included in the path variables in Eclipse.&#60;/p&#62;
&#60;p&#62;Anyway, I solved it by including the file itself in Path Variables:&#60;br /&#62;
Open Project Properties.&#60;br /&#62;
In Resources -&#38;gt; Linked Resources choose Path Variables&#60;br /&#62;
Make a new one pointing to ~/libmaple/arm/bin/arm-none-eabi-gcc (Depending on where you've installed libmaple you might need to point it somewhere else)&#60;/p&#62;
&#60;p&#62;This fixed that problem for me, and I can compile and install from Eclipse.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681#post-4734</link>
			<pubDate>Mon, 23 May 2011 15:36:00 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">4734@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;anotherDJ,&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
I've definitely did that step, other wise i wouldn't be able to compile from the command line(i think). Regardless I tried doing it over and i tried with the new tar command still no luck. I still get the same error.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;There's got to be something wrong with your PATH.  Perhaps Eclipse isn't inheriting environment variables you set in a shell startup script?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Eclipse - quick start"</title>
			<link>http://forums.leaflabs.com/topic.php?id=681#post-4733</link>
			<pubDate>Mon, 23 May 2011 15:33:42 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">4733@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;ratho,&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;process_begin: CreateProcess(NULL, rm -rf build, ...) failed.
                                   ^^^^^^^^^^^^&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's suspicious.  It looks like something is trying to run the Unix command &#34;rm&#34;, which is not available on Windows (at least, not at my WinXP CMD prompt).  Perhaps the other users who have successfully gotten Eclipse working are on a Unix platform like OS X or Linux; they may also have Cygwin installed.  I'm not sure.  We haven't tried officially supporting Eclipse yet, mostly because we were sure to run into issues like these.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
