<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2012-February-25, at 9:22 AM, Binkowski, Cassio wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">On Sat, Feb 25, 2012 at 2:03 AM, Ralf Corsepius <span dir="ltr"><<a href="mailto:ralf.corsepius@rtems.org">ralf.corsepius@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 02/25/2012 12:07 AM, Binkowski, Cassio wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Is all I need to get it running:<br>
<br></div>
  * MinGW;<br>
  * MSYS;<br>
  * <a href="http://www.rtems.org/ftp/pub/rtems/4.10.2/rtems-4.10.2.tar.bz2" target="_blank">http://www.rtems.org/ftp/pub/<u></u>rtems/4.10.2/rtems-4.10.2.tar.<u></u>bz2</a>;<br>
  * Autoconf and Automake;<br>
</blockquote>
Prebuilt packages available from here:<br>
<a href="ftp://ftp.rtems.org/pub/rtems/mingw32/4.10/rtems-4.10-autoconf/" target="_blank">ftp://ftp.rtems.org/pub/rtems/<u></u>mingw32/4.10/rtems-4.10-<u></u>autoconf/</a><br>
<a href="ftp://ftp.rtems.org/pub/rtems/mingw32/4.10/rtems-4.10-automake/" target="_blank">ftp://ftp.rtems.org/pub/rtems/<u></u>mingw32/4.10/rtems-4.10-<u></u>automake/</a></blockquote><div><br></div><div>I didn't find any instructions on how to build these manually? Can you please provide such information?</div></div></blockquote><div><br></div>The instructions for those are on Chris' mingw page</div><div><br></div><div><a href="http://wiki.rtems.org/wiki/index.php/MinGW_Tools_for_Windows">http://wiki.rtems.org/wiki/index.php/MinGW_Tools_for_Windows</a></div><div><br></div><div>…but, download the bz2 file from those directories that don't have -src in their names. Then</div><div><br></div><div>cd /c</div><div>tar xvfj thenameofyourfile.bz2</div><div><br></div><div>And it will extract the pieces into the proper places.</div><div><br></div><div><blockquote type="cite"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  * Respective tools for specific CPU?<br>
</blockquote>
Yes, at minimum you need the binutils and gcc packages for your the target. Prebuilt packages also available from here:<br>
<a href="ftp://ftp.rtems.org/pub/rtems/mingw32/4.10/rtems-4.10-" target="_blank">ftp://ftp.rtems.org/pub/rtems/<u></u>mingw32/4.10/rtems-4.10-</a><<u></u>target>-binutils/<br>
<a href="ftp://ftp.rtems.org/pub/rtems/mingw32/4.10/rtems-4.10-" target="_blank">ftp://ftp.rtems.org/pub/rtems/<u></u>mingw32/4.10/rtems-4.10-</a><<u></u>target>-gcc/</blockquote><div><br></div><div>Why are you referring to the 4.10 tools? Shouldn't we be using 4.11 already? </div>

</div><br></blockquote><div><br></div>A darn good question, and one that has been much on my mind.  Ralf?</div><div><br></div><div><br></div><div><br></div><div><br>Once you get all of the appropriate pieces in place, it still won't compile according to the instructions. You have to do a</div><div><br></div><div>bootstrap</div><div><br></div><div>in the directory that has the RTEMS source. A side effect of this is that the "configure" script will be created. Only then can you use the "configure" command.</div><div><br></div><div>That's as far as I got. I am having major issues with the "make" step not knowing how to make "all".</div><div><br></div><div>Andrei<br></div><div><br></div><br></body></html>