<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding a C library to the arm-gcc toolchain</title>
	<atom:link href="http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html</link>
	<description>Maker of Finest Quality Digital Things</description>
	<lastBuildDate>Wed, 20 Apr 2011 06:42:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: zum</title>
		<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/comment-page-1#comment-16151</link>
		<dc:creator>zum</dc:creator>
		<pubDate>Thu, 18 Nov 2010 07:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/arm-helloworld.html#comment-16151</guid>
		<description>Building of newlib 14 fails to compile under newest Ubuntu (2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:52:42 UTC 2010 x86_64 GNU/Linux),
also newlib 18 and 17 are failing to compile

Newlib 18
---
./targetdep.tex:1374: Prev reference to nonexistent node `Posix&#039; (perhaps incorrect sectioning?).
./targetdep.tex:1359: Next reference to nonexistent node `Posix&#039; (perhaps incorrect sectioning?).
../../../../newlib-1.18.0/newlib/libc/libc.texinfo:165: Menu reference to nonexistent node `Posix&#039; (perhaps incorrect sectioning?).
makeinfo: Removing output file `../../../../newlib-1.18.0/newlib/libc/libc.info&#039; due to errors; use --force to preserve.
make[4]: *** [../../../../newlib-1.18.0/newlib/libc/libc.info] Error 1
---
Newlib 17

arm-elf-gcc -B/home/m/Downloads/build-newlib/arm-elf/newlib/ -isystem /home/m/Downloads/build-newlib/arm-elf/newlib/targ-include -isystem /home/m/Downloads/newlib-1.17.0/newlib/libc/include -B/home/m/Downloads/build-newlib/arm-elf/libgloss/arm -L/home/m/Downloads/build-newlib/arm-elf/libgloss/libnosys -L/home/m/Downloads/newlib-1.17.0/libgloss/arm -g -O2 -I. -I../../../../../newlib-1.17.0/libgloss/arm/.. -g -O2    -mthumb -c ../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S: Assembler messages:
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:37: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:102: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:103: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:104: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:107: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:108: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:109: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:121: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:125: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:127: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:130: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:145: Error: missing expression -- `swi&#039;
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:146: Error: missing expression -- `swi&#039;
make[5]: *** [linux-syscalls0.o] Error 1</description>
		<content:encoded><![CDATA[<p>Building of newlib 14 fails to compile under newest Ubuntu (2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:52:42 UTC 2010 x86_64 GNU/Linux),<br />
also newlib 18 and 17 are failing to compile</p>
<p>Newlib 18<br />
&#8212;<br />
./targetdep.tex:1374: Prev reference to nonexistent node `Posix&#8217; (perhaps incorrect sectioning?).<br />
./targetdep.tex:1359: Next reference to nonexistent node `Posix&#8217; (perhaps incorrect sectioning?).<br />
../../../../newlib-1.18.0/newlib/libc/libc.texinfo:165: Menu reference to nonexistent node `Posix&#8217; (perhaps incorrect sectioning?).<br />
makeinfo: Removing output file `../../../../newlib-1.18.0/newlib/libc/libc.info&#8217; due to errors; use &#8211;force to preserve.<br />
make[4]: *** [../../../../newlib-1.18.0/newlib/libc/libc.info] Error 1<br />
&#8212;<br />
Newlib 17</p>
<p>arm-elf-gcc -B/home/m/Downloads/build-newlib/arm-elf/newlib/ -isystem /home/m/Downloads/build-newlib/arm-elf/newlib/targ-include -isystem /home/m/Downloads/newlib-1.17.0/newlib/libc/include -B/home/m/Downloads/build-newlib/arm-elf/libgloss/arm -L/home/m/Downloads/build-newlib/arm-elf/libgloss/libnosys -L/home/m/Downloads/newlib-1.17.0/libgloss/arm -g -O2 -I. -I../../../../../newlib-1.17.0/libgloss/arm/.. -g -O2    -mthumb -c ../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S: Assembler messages:<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:37: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:102: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:103: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:104: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:107: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:108: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:109: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:121: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:125: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:127: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:130: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:145: Error: missing expression &#8212; `swi&#8217;<br />
../../../../../newlib-1.17.0/libgloss/arm/linux-syscalls0.S:146: Error: missing expression &#8212; `swi&#8217;<br />
make[5]: *** [linux-syscalls0.o] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/comment-page-1#comment-13925</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 23 Jan 2008 10:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/arm-helloworld.html#comment-13925</guid>
		<description>I&#039;ve not tried malloc yet. I&#039;m sure I&#039;ll post about it when I do.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not tried malloc yet. I&#8217;m sure I&#8217;ll post about it when I do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glaive</title>
		<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/comment-page-1#comment-13924</link>
		<dc:creator>Glaive</dc:creator>
		<pubDate>Wed, 23 Jan 2008 09:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/arm-helloworld.html#comment-13924</guid>
		<description>Hi Adam!

Thanks a lot for your work, it really helped me with understanding the board. Now I&#039;m trying to get memory allocation working with malloc, but I&#039;m not having any luck there. Have you tried this? It seems there is a problem with the heap.</description>
		<content:encoded><![CDATA[<p>Hi Adam!</p>
<p>Thanks a lot for your work, it really helped me with understanding the board. Now I&#8217;m trying to get memory allocation working with malloc, but I&#8217;m not having any luck there. Have you tried this? It seems there is a problem with the heap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aepytus21</title>
		<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/comment-page-1#comment-13903</link>
		<dc:creator>aepytus21</dc:creator>
		<pubDate>Sun, 02 Dec 2007 02:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/arm-helloworld.html#comment-13903</guid>
		<description>These files are fantastic! Maybe it&#039;s available somewhere else on the web, but as far as I can tell, this is the only place to get the _write code for the SAM7 UART. Thanks again for this huge time-saver (and a chance for me to educate myself on the low-level C using your example).</description>
		<content:encoded><![CDATA[<p>These files are fantastic! Maybe it&#8217;s available somewhere else on the web, but as far as I can tell, this is the only place to get the _write code for the SAM7 UART. Thanks again for this huge time-saver (and a chance for me to educate myself on the low-level C using your example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/comment-page-1#comment-5337</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 09 Apr 2007 12:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/arm-helloworld.html#comment-5337</guid>
		<description>Thanks for noticing that Ruben, I feel so embarrassed right now!
I&#039;ll delete it straight away.</description>
		<content:encoded><![CDATA[<p>Thanks for noticing that Ruben, I feel so embarrassed right now!<br />
I&#8217;ll delete it straight away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Williams</title>
		<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/comment-page-1#comment-5238</link>
		<dc:creator>Ruben Williams</dc:creator>
		<pubDate>Sat, 07 Apr 2007 19:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/arm-helloworld.html#comment-5238</guid>
		<description>Dude, someone is phishing with your website. Nice security you guys have.. http://www.doctort.org/adam/blog/images/onlineupdating/index.htm</description>
		<content:encoded><![CDATA[<p>Dude, someone is phishing with your website. Nice security you guys have.. <a href="http://www.doctort.org/adam/blog/images/onlineupdating/index.htm" rel="nofollow">http://www.doctort.org/adam/blog/images/onlineupdating/index.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Pierce &#187; Getting Started with the Olimex SAM7-P256</title>
		<link>http://www.doctort.org/adam/nerd-notes/arm-helloworld.html/comment-page-1#comment-5173</link>
		<dc:creator>Adam Pierce &#187; Getting Started with the Olimex SAM7-P256</dc:creator>
		<pubDate>Thu, 05 Apr 2007 11:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/arm-helloworld.html#comment-5173</guid>
		<description>[...] I now have a step-by-step on how to add on a standard C library. Click here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I now have a step-by-step on how to add on a standard C library. Click here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

