<p>Dear Jayaram,</p>
<div>Thanks very much for writing back soon!<br>We downloaded the gcc source file &quot;gcc3.4.3.tar.bz2&quot; from the <a href="http://gnu.org">gnu.org</a>, and then we copied this source file to the simulated machine to install it.The configuration just like:<br>
../configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77 --enable-shared <br>When the &quot;make&quot; instruction is performed ,errors appeared like:<br>
make: Fatal error: Command failed for target `all-gcc&#39;<br>So,we try to make it with the instruction &quot;gmake&quot;,and this time, no errors appear.And then in the process of installing, we used &quot;make install&quot;, error appeared like:<br>
make: Fatal error: Command failed for target `all-gcc&#39;<br>we change the instruction to &quot;gmake install&quot;(after perform &quot;gmake&quot; successfully),error still appeared like:<br>/bin/sh: ../gcc-3.4.3/install-sh: not found<br>
/bin/sh: ../gcc-3.4.3/install-sh: not found<br>/bin/sh: ../gcc-3.4.3/install-sh: not found<br>gmake[1]: *** [install-common] Error 1<br>gmake[1]: Leaving directory &#39;/usr/test/gcc-build/gcc&#39;<br>gmake: *** [install-gcc] Error 2<br>
We have no idea about what's wrong with it.Could you help us? Thanks a lot!</div>
<div>&nbsp;</div>
<div>P.S.&nbsp; You said &quot;I would also suggest compiling natively and copying the executables over to the simulated system...&quot; last time. We don&#39;t know what it means since we are beginners. Could you tell us in detail? We are very appreciated!</div>
<br><br>
<div><span class="gmail_quote">2008/5/6, Jayaram Bobba &lt;<a href="mailto:bobba@cs.wisc.edu">bobba@cs.wisc.edu</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Yes, that is correct. I would also suggest compiling natively<br>and copying the executables over to the simulated system...<br>
<br>Jayaram<br><br>li he wrote:<br>&gt;<br>&gt; Dear list,<br>&gt;<br>&gt; I&#39;ve set up gems-2.0 environment and I&#39;m trying to compile the<br>&gt; transactional microbenchmarks &quot;sortedList&quot; included in it. After<br>
&gt; having the files inside my simulated simics machine (a SPARC with<br>&gt; Solaris 10), when I compile it,errors appeared like<br>&gt;&nbsp;&nbsp;/var/tmp//ccP5j6V5.s: Assembler messages:<br>&gt;&nbsp;&nbsp;/var/tmp//ccP5j6V5.s:1121: Error: Illegal operands<br>
&gt; After having googled the maillist,there is a solution which works:&quot;<br>&gt; Can you try using the assembler located in /usr/ccs/bin/as and<br>&gt; recompile gcc with these flags:&nbsp;&nbsp;--with-as=/usr/ccs/bin/as<br>&gt; --without-gnu-as &quot;<br>
&gt; how to recompile? Download the gcc source file and install it with<br>&gt; configuration that &quot;--with-as=/usr/ccs/bin/as&nbsp;&nbsp; --without-gnu-as&quot;?<br>&gt;<br>&gt; Thanks a lot!<br>&gt;<br>&gt; leona<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>
&gt;<br>&gt; _______________________________________________<br>&gt; Gems-users mailing list<br>&gt; <a href="mailto:Gems-users@cs.wisc.edu">Gems-users@cs.wisc.edu</a><br>&gt; <a href="https://lists.cs.wisc.edu/mailman/listinfo/gems-users">https://lists.cs.wisc.edu/mailman/listinfo/gems-users</a><br>
&gt; Use Google to search the GEMS Users mailing list by adding &quot;site:<a href="https://lists.cs.wisc.edu/archive/gems-users/">https://lists.cs.wisc.edu/archive/gems-users/</a>&quot; to your search.<br>&gt;<br>&gt;<br>
<br>_______________________________________________<br>Gems-users mailing list<br><a href="mailto:Gems-users@cs.wisc.edu">Gems-users@cs.wisc.edu</a><br><a href="https://lists.cs.wisc.edu/mailman/listinfo/gems-users">https://lists.cs.wisc.edu/mailman/listinfo/gems-users</a><br>
Use Google to search the GEMS Users mailing list by adding &quot;site:<a href="https://lists.cs.wisc.edu/archive/gems-users/">https://lists.cs.wisc.edu/archive/gems-users/</a>&quot; to your search.<br><br></blockquote></div>
<br>