<?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: gcc 2.95.3 building problem</title>
	<atom:link href="https://www.emblogic.com/blog/12/gcc-2-95-3-building-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/12/gcc-2-95-3-building-problem/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Sumit Gemini</title>
		<link>https://www.emblogic.com/blog/12/gcc-2-95-3-building-problem/#comment-78</link>
		<dc:creator><![CDATA[Sumit Gemini]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 06:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=257#comment-78</guid>
		<description><![CDATA[Please use this syntax to get your problem out...


During Gcc compiling....
1) Go to &quot;gcc-2.95.3/gcc/ch/ch-tree.h&quot;
2) Go to line number : 739

extern tree start_struct     PROTO(enum tree_code, tree);
change it with
extern tree start_struct     PROTO(enum chill_tree_code, tree);


After glibc you should use this:---
$ cd build-boot-gcc
$ ../gcc-2.95.3/configure --target=$TARGET --prefix=${PREFIX} \
&gt; --without-headers --with-newlib --enable-languages=c,c++]]></description>
		<content:encoded><![CDATA[<p>Please use this syntax to get your problem out&#8230;</p>
<p>During Gcc compiling&#8230;.<br />
1) Go to &#8220;gcc-2.95.3/gcc/ch/ch-tree.h&#8221;<br />
2) Go to line number : 739</p>
<p>extern tree start_struct     PROTO(enum tree_code, tree);<br />
change it with<br />
extern tree start_struct     PROTO(enum chill_tree_code, tree);</p>
<p>After glibc you should use this:&#8212;<br />
$ cd build-boot-gcc<br />
$ ../gcc-2.95.3/configure &#8211;target=$TARGET &#8211;prefix=${PREFIX} \<br />
&gt; &#8211;without-headers &#8211;with-newlib &#8211;enable-languages=c,c++</p>
]]></content:encoded>
	</item>
</channel>
</rss>
