<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>FreeWRT inside! - Hacks</title>
    <link>http://www.freewrt.org/blog/</link>
    <description>developer news blog</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    <pubDate>Tue, 17 Jul 2007 10:00:05 GMT</pubDate>

    <image>
        <url>http://www.freewrt.org/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: FreeWRT inside! - Hacks - developer news blog</title>
        <link>http://www.freewrt.org/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Commit Stats</title>
    <link>http://www.freewrt.org/blog/index.php?/archives/11-Commit-Stats.html</link>
            <category>Hacks</category>
    
    <comments>http://www.freewrt.org/blog/index.php?/archives/11-Commit-Stats.html#comments</comments>
    <wfw:comment>http://www.freewrt.org/blog/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.freewrt.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Thorsten Glaser)</author>
    <content:encoded>
    I just made this:&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.freewrt.org/blog/uploads/stats.png&#039;&gt;&lt;!-- s9ymdb:5 --&gt;&lt;img width=&#039;110&#039; height=&#039;66&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.freewrt.org/blog/uploads/stats.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I originally intended to do it in OpenOffice and script that a little, but it turned out that one (major sucker anyway) had a limit of 256 columns (at least on CSV imports). So I booted Win2k and run Lotus 1-2-3, but it has a similar limit (ok it&#039;s from the last millennium). &lt;br /&gt;
&lt;br /&gt;
I then reshaped the script output to make data in columns, but this is the result from Lotus. Still looks pretty cool, eh? Maybe direct SVG output would be better though.&lt;br /&gt;
&lt;br /&gt;
Now it&#039;s made it to the developer blog ☺ 
    </content:encoded>

    <pubDate>Mon, 16 Jul 2007 12:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.freewrt.org/blog/index.php?/archives/11-guid.html</guid>
    
</item>
<item>
    <title>MacOS X host system</title>
    <link>http://www.freewrt.org/blog/index.php?/archives/9-MacOS-X-host-system.html</link>
            <category>Hacks</category>
    
    <comments>http://www.freewrt.org/blog/index.php?/archives/9-MacOS-X-host-system.html#comments</comments>
    <wfw:comment>http://www.freewrt.org/blog/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.freewrt.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Waldemar Brodkorb)</author>
    <content:encoded>
    Hi,&lt;br /&gt;
&lt;br /&gt;
finally Thorsten managed to build the FreeWRT development version on a recent MacOS X Intel-based MacBook.&lt;br /&gt;
It is fully untested, but at least we now have a build system for tests. Full build of all packages will not work, but we are working on that. Please help and try to build FreeWRT trunk from source. Report Bugs!&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
 Waldemar 
    </content:encoded>

    <pubDate>Mon, 02 Jul 2007 19:48:57 +0200</pubDate>
    <guid isPermaLink="false">http://www.freewrt.org/blog/index.php?/archives/9-guid.html</guid>
    
</item>
<item>
    <title>cleanup of old staging_dir_$arch</title>
    <link>http://www.freewrt.org/blog/index.php?/archives/8-cleanup-of-old-staging_dir_arch.html</link>
            <category>Hacks</category>
    
    <comments>http://www.freewrt.org/blog/index.php?/archives/8-cleanup-of-old-staging_dir_arch.html#comments</comments>
    <wfw:comment>http://www.freewrt.org/blog/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.freewrt.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Waldemar Brodkorb)</author>
    <content:encoded>
    Hi,&lt;br /&gt;
&lt;br /&gt;
if you ever compiled FreeWRT from source, you know there is a directory named staging_dir_$arch. This was the directory where the toolchain compile results and all other libraries and headers for the target where mixed up with cross-compile host-tools like gcc. Finally Thorsten managed to separate host and target tools, so that we do not mixup them anymore. There is a new directory called cross_$arch with at least two subdirectories. One is named target, which contains all header files and libraries needed to cross-compile applications. The host directory contains all applications and tools, which are excuted on the host, to cross-compile stuff or to use other nice tools.&lt;br /&gt;
&lt;br /&gt;
Now we could activate native binutils again. Next step is to have a native compile, which sometimes might be useful. &lt;br /&gt;
For example you could do some stress test with kernel compiling. &lt;br /&gt;
&lt;br /&gt;
If you are updating your trunk, do not forget to recompile your toolchain via &quot;make cleandir&quot;. And remove staging_dir*, because it is obsolete now.&lt;br /&gt;
&lt;br /&gt;
Have a nice day&lt;br /&gt;
 Waldemar 
    </content:encoded>

    <pubDate>Wed, 23 May 2007 00:11:51 +0200</pubDate>
    <guid isPermaLink="false">http://www.freewrt.org/blog/index.php?/archives/8-guid.html</guid>
    
</item>

</channel>
</rss>