<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.felipebalbi.com &#187; ARM</title>
	<atom:link href="http://blog.felipebalbi.com/category/arm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.felipebalbi.com</link>
	<description>Felipe Balbi&#039;s Blog</description>
	<lastBuildDate>Wed, 12 May 2010 08:59:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building an arm-cross-gnu-toolchain</title>
		<link>http://blog.felipebalbi.com/2007/12/21/building-an-arm-cross-gnu-toolchain/</link>
		<comments>http://blog.felipebalbi.com/2007/12/21/building-an-arm-cross-gnu-toolchain/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:06:28 +0000</pubDate>
		<dc:creator>Felipe Balbi</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[GCC]]></category>
		<category><![CDATA[binutils]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[newlib]]></category>
		<category><![CDATA[toolchain]]></category>

		<guid isPermaLink="false">http://felipebalbi.com/blog/?p=40</guid>
		<description><![CDATA[Building an arm-cross-gnu-toolchain can be somewhat painful. I'm posting here how I could achieve this after reading lots of documents over the web.
This will be helping me keeping up-to-date with binutils and gcc versions when building arm kernels  

Requirements:

binutils - http://www.gnu.org/software/binutils/
GCC -  http://gcc.gnu.org/
Newlib - http://sourceware.org/newlib/

To achieve this we must start by building binutils.
Building [...]]]></description>
		<wfw:commentRss>http://blog.felipebalbi.com/2007/12/21/building-an-arm-cross-gnu-toolchain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Efficient C for ARM processors &#8211; PART I</title>
		<link>http://blog.felipebalbi.com/2007/12/05/efficient-c-for-arm-processors-part-i/</link>
		<comments>http://blog.felipebalbi.com/2007/12/05/efficient-c-for-arm-processors-part-i/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 17:33:11 +0000</pubDate>
		<dc:creator>Felipe Balbi</dc:creator>
				<category><![CDATA[ARM]]></category>

		<guid isPermaLink="false">http://felipebalbi.com/blog/?p=37</guid>
		<description><![CDATA[ARM is an architecture 32-bit RISC based. Which means you have to always load values to its internal registers before working with those values.
Also, it expects data access to be 32-bit aligned. Unaligned access in ARM aren't denied, but causes extra overhead on code execution.
On this first part of this series, we'll see that int [...]]]></description>
		<wfw:commentRss>http://blog.felipebalbi.com/2007/12/05/efficient-c-for-arm-processors-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
