<?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=Building_NutOS_on_Debian_Etch</id>
		<title>Building NutOS on Debian Etch - 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=Building_NutOS_on_Debian_Etch"/>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Building_NutOS_on_Debian_Etch&amp;action=history"/>
		<updated>2026-04-28T22:52:29Z</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=Building_NutOS_on_Debian_Etch&amp;diff=34&amp;oldid=prev</id>
		<title>Harald: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Building_NutOS_on_Debian_Etch&amp;diff=34&amp;oldid=prev"/>
				<updated>2016-10-27T16:02:52Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 16:02, 27 October 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Harald</name></author>	</entry>

	<entry>
		<id>http://www.ethernut.de/nutwiki/index.php?title=Building_NutOS_on_Debian_Etch&amp;diff=33&amp;oldid=prev</id>
		<title>Jfguchens at 11:53, 15 April 2007</title>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Building_NutOS_on_Debian_Etch&amp;diff=33&amp;oldid=prev"/>
				<updated>2007-04-15T11:53:37Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Please read first the [http://www.ethernut.de/pdf/enswm24e.pdf: official manual] because the following is just personal notes '''&lt;br /&gt;
&lt;br /&gt;
Be sure that you have installed ethernut 4.2.1 on your Etch.&lt;br /&gt;
&lt;br /&gt;
Go into your install directory :&lt;br /&gt;
&lt;br /&gt;
 $ cd ~/ethernut-4.2.1/&lt;br /&gt;
&lt;br /&gt;
I dunno why, but the build fail if you don't copy all this files in a &amp;quot;nut&amp;quot; directory, so :&lt;br /&gt;
&lt;br /&gt;
 $ mkdir nut&lt;br /&gt;
 $ cp -R * nut/&lt;br /&gt;
&lt;br /&gt;
If you have some error messages it's normal. Verify that you have the same files (and dirs) in . and nut/&lt;br /&gt;
&lt;br /&gt;
I know it's not very clean but it will run !...&lt;br /&gt;
&lt;br /&gt;
Edit the following file :&lt;br /&gt;
&lt;br /&gt;
 $ vim ~/ethernut-4.2.1/nut/tools/nutconf/settings.cpp&lt;br /&gt;
&lt;br /&gt;
And line 151,18 add &amp;quot;wxT(&amp;quot; and line 151,29 add &amp;quot;)&amp;quot;   (without quotes).&lt;br /&gt;
&lt;br /&gt;
Add the same things to lines 158,40 / 158,51 and 147,18 / 147,29&lt;br /&gt;
&lt;br /&gt;
You must have on line 151 something like :&lt;br /&gt;
&lt;br /&gt;
 fn.AppendDir(wxT(&amp;quot;linux&amp;quot;));&lt;br /&gt;
&lt;br /&gt;
As we will use avr-gcc edit the file :&lt;br /&gt;
&lt;br /&gt;
 $ vim ~/ethernut-4.2.1/nut/Makedefs.avr-gcc&lt;br /&gt;
&lt;br /&gt;
Change on CPPFLAGS and CXXFLAGS the option &amp;quot;-0s&amp;quot; to &amp;quot;-02&amp;quot; to avoid the &amp;quot;uartioclt error&amp;quot; on build.&lt;br /&gt;
&lt;br /&gt;
So, now you have something like :&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS = $(MCFLAGS) -02 -fno-dele[.. etc ..]&lt;br /&gt;
&lt;br /&gt;
Now all is ok to build your ethernut libs etc, so run nutconf :&lt;br /&gt;
&lt;br /&gt;
 $ nutconf&lt;br /&gt;
&lt;br /&gt;
If you see &amp;quot;failed to load help file&amp;quot;, it's not important.&lt;br /&gt;
&lt;br /&gt;
Follow the instructions on the official doc.&lt;br /&gt;
&lt;br /&gt;
Be careful to use &amp;quot;avr-dude&amp;quot; as programmer (see the doc).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Jfguchens|jfg]] 11:53, 15 April 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Jfguchens</name></author>	</entry>

	</feed>