<?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: Stupid error building binutils	</title>
	<atom:link href="https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Fri, 09 Jan 2015 02:44:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129431</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 09 Jan 2015 02:44:12 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4911#comment-129431</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129419&quot;&gt;Samuel Dionne-Riel&lt;/a&gt;.

Ok, now that makes a heck of a lot more sense!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129419">Samuel Dionne-Riel</a>.</p>
<p>Ok, now that makes a heck of a lot more sense!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Samuel Dionne-Riel		</title>
		<link>https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129419</link>

		<dc:creator><![CDATA[Samuel Dionne-Riel]]></dc:creator>
		<pubDate>Fri, 09 Jan 2015 01:06:31 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4911#comment-129419</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129418&quot;&gt;neozeed&lt;/a&gt;.

Well, I brainfarted when I wrote the post and wrote gcc instead of binutils, but I had this same exact issue when &lt;i&gt;compiling&lt;/i&gt; a toolchain. By using &lt;code&gt;apt-get build-dep binutils&lt;/code&gt; I have the following output:


The following NEW packages will be installed:
  autoconf bison dejagnu diffstat expect flex libbison-dev quilt tcl8.5 texinfo zlib1g-dev


I had to include &quot;&lt;code&gt;deb-src http://ftp.debian.org/debian wheezy main contrib non-free&lt;/code&gt;&quot; in my sources.list before, though.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129418">neozeed</a>.</p>
<p>Well, I brainfarted when I wrote the post and wrote gcc instead of binutils, but I had this same exact issue when <i>compiling</i> a toolchain. By using <code>apt-get build-dep binutils</code> I have the following output:</p>
<p>The following NEW packages will be installed:<br />
  autoconf bison dejagnu diffstat expect flex libbison-dev quilt tcl8.5 texinfo zlib1g-dev</p>
<p>I had to include &#8220;<code>deb-src http://ftp.debian.org/debian wheezy main contrib non-free</code>&#8221; in my sources.list before, though.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129418</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 09 Jan 2015 00:58:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4911#comment-129418</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129397&quot;&gt;Samuel Dionne-Riel&lt;/a&gt;.

It doesn&#039;t help me at all, but I guess it may help others.

When you are building non-trunk tools well you still have to compile them.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129397">Samuel Dionne-Riel</a>.</p>
<p>It doesn&#8217;t help me at all, but I guess it may help others.</p>
<p>When you are building non-trunk tools well you still have to compile them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Samuel Dionne-Riel		</title>
		<link>https://virtuallyfun.com/2015/01/05/stupid-error-building-binutils/comment-page-1/#comment-129397</link>

		<dc:creator><![CDATA[Samuel Dionne-Riel]]></dc:creator>
		<pubDate>Thu, 08 Jan 2015 19:43:32 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4911#comment-129397</guid>

					<description><![CDATA[In case you didn&#039;t know, you can install everything needed to build a package when you have the source repos enabled by using apt-get build-dep . In this case, you could have apt-get build-dep gcc and it would have installed everything needed to build gcc (according the source package of gcc from debian).

Relevant informations from debian&#039;s wiki:
https://wiki.debian.org/BuildingTutorial#Get_the_build_dependencies]]></description>
			<content:encoded><![CDATA[<p>In case you didn&#8217;t know, you can install everything needed to build a package when you have the source repos enabled by using apt-get build-dep . In this case, you could have apt-get build-dep gcc and it would have installed everything needed to build gcc (according the source package of gcc from debian).</p>
<p>Relevant informations from debian&#8217;s wiki:<br />
<a href="https://wiki.debian.org/BuildingTutorial#Get_the_build_dependencies" rel="nofollow ugc">https://wiki.debian.org/BuildingTutorial#Get_the_build_dependencies</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
