<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=Documents%2FWin_Eclipse</id>
		<title>Documents/Win Eclipse - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=Documents%2FWin_Eclipse"/>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Documents/Win_Eclipse&amp;action=history"/>
		<updated>2026-04-28T22:50:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://www.ethernut.de/nutwiki/index.php?title=Documents/Win_Eclipse&amp;diff=370&amp;oldid=prev</id>
		<title>Harald: Created page with &quot;&lt;div id=&quot;content&quot;&gt;  = Using Eclipse with Nut/OS on Linux =  == Requirements ==  This is work in progress and for ARM target boards only.  It is assumed that you already instal...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Documents/Win_Eclipse&amp;diff=370&amp;oldid=prev"/>
				<updated>2017-07-13T08:34:38Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;  = Using Eclipse with Nut/OS on Linux =  == Requirements ==  This is work in progress and for ARM target boards only.  It is assumed that you already instal...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Using Eclipse with Nut/OS on Linux =&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
This is work in progress and for ARM target boards only.&lt;br /&gt;
&lt;br /&gt;
It is assumed that you already installed Yagarto with Eclipse IDE and Nut/OS.&lt;br /&gt;
&lt;br /&gt;
== Creating An Eclipse Project ==&lt;br /&gt;
&lt;br /&gt;
Select '''Programs-&amp;amp;gt;YAGARTO IDE-&amp;amp;gt;Eclipse Platform 3.2''' from your Windows start menu.&lt;br /&gt;
&lt;br /&gt;
If started for the first time, the welcome screen will appear.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win01.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click on '''Workbench'''. If Eclipse didn't start with the welcome screen, then select '''Switch Workspace''' from the file menu.&lt;br /&gt;
&lt;br /&gt;
This will bring up the Workspace Launcher Dialog.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win02.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may choose any directory. Eclipse will store all workspace settings in this place.&lt;br /&gt;
&lt;br /&gt;
Click OK to return to the Eclipse main window, which shows the Resource Perspective.&lt;br /&gt;
&lt;br /&gt;
We will use Eclipse for the C language and should activate the C/C++ Perspective. Select '''Open Perspective-&amp;amp;gt;Other''' from the Window menu.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win03.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select the C/C++ Perspective and click OK.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win04.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Resource Perspective is not needed for C developments. Click on the Resource Tab with the right mouse button and select '''Close''' from the context menu.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win05.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will now create a new project. Select '''New-&amp;amp;gt;Standard Make C Project''' on the file menu.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win06.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The New Project Dialog appears.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win06a.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter the project name '''httpd'''.&lt;br /&gt;
&lt;br /&gt;
Instead of using the default loaction, we need to set the path to the Nut/OS application sample directory. Otherwise the relative paths used in the Nut/OS Makefiles won't work correctly.&lt;br /&gt;
&lt;br /&gt;
You can use the '''Browse''' button to navigate to the directory that contains the httpd sources.&lt;br /&gt;
&lt;br /&gt;
Click on the '''Next''' button to move to the '''C/Make Project Settings''' and then click on the '''Discovery Options''' Tab.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win07.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On this page we need to enter the correct '''Compiler invocation command'''. You can use the '''Browse''' button, navigate to the YAGARTO bin folder and select '''arm-elf-gcc.exe'''.&lt;br /&gt;
&lt;br /&gt;
Click '''Finish''' to return to the Eclipse main window.&lt;br /&gt;
&lt;br /&gt;
[[File:../../img/eclipse-win08.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:../../img/eclipse-win09.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:../../img/eclipse-win10.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:../../img/eclipse-win11.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:../../img/eclipse-win12.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:../../img/eclipse-win13.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:../../img/eclipse-win14.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:../../img/eclipse-win15.png|Language Selection]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Good luck,&amp;lt;br /&amp;gt;&lt;br /&gt;
Harald Kipp&amp;lt;br /&amp;gt;&lt;br /&gt;
Castrop-Rauxel, 18th of October 2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harald</name></author>	</entry>

	</feed>