<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">...answering my own question: yes, I do have to install RTEMS separately. Again, I had to use the https method:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span>git clone https://github.com/RTEMS/rtems.git rtems</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">The manual says I should then do:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>./bootstrap -c && ./bootstrap -p && $HOME/development/rtems/rsb/source-builder/sb-bootstrap<br>
<br>
</div>
Bootstrap -c works OK.
<p></p>
<p style="margin-top:0;margin-bottom:0">Bootstrap -p gives:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>unknown option -p<br>
usage: bootstrap [-c|-p|-h] [-q][-v]<br>
options:<br>
        -c .. clean, remove all aclocal/autoconf/automake generated files<br>
        -h .. display this message and exit<br>
        -H .. regenerate headers.am files<br>
        -q .. quiet, don't display directories<br>
        -v .. verbose, pass -v to autotools<br>
</div>
<div><br>
</div>
<div>I did -H, which ran OK.</div>
<div><br>
</div>
<div>Next I did:</div>
<div>
<div>$HOME/development/rtems/kernel/rtems/configure --prefix=$HOME/development/rtems/5 --target=arm-rtems5 --enable-rtemsbsp=xilinx_zynq_zedboard --enable-posix --enable-networking --enable-c++<br>
</div>
<div><br>
</div>
<div>which ran OK.</div>
<div><br>
</div>
<div>and then:</div>
<div><span>make -j 4</span><br>
</div>
</div>
<div><br>
</div>
<div>which also ran to completion. I guess I have a good installation!</div>
<div><br>
</div>
<div>Thanks for all your help, and I hope this helps others who are having problems.</div>
<div>Pete.</div>
<div><br>
</div>
<br>
<p></p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Siddons, David<br>
<b>Sent:</b> Friday, July 6, 2018 8:07:12 PM<br>
<b>To:</b> joel@rtems.org<br>
<b>Cc:</b> rtems-users@rtems.org<br>
<b>Subject:</b> Re: rsb</font>
<div> </div>
</div>
<meta content="text/html; charset=utf-8">
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">The RSB installed OK. I tried to then get the 4.11 branch, assuming that was the latest released branch. However, it couldn't find it:</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div>../source-builder/sb-set-builder --prefix=/home/peter/development/rtems/4.11 4.11/rtems-arm<br>
bash: ../source-builder/sb-set-builder: No such file or directory</div>
<div><br>
</div>
<div>Changing 4.11 to 5 resulted in a good build. So what happened to 4.11?</div>
<div><br>
</div>
<div>Do I now have to install the kernel source by hand, and build it like in the old style? I couldn't see it anywhere in the resultant tree.</div>
<div><br>
</div>
<div>Pete.</div>
<div><br>
</div>
<br>
<p></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> users <users-bounces@rtems.org> on behalf of Siddons, David <siddons@bnl.gov><br>
<b>Sent:</b> Friday, July 6, 2018 3:24:02 PM<br>
<b>To:</b> joel@rtems.org<br>
<b>Cc:</b> rtems-users@rtems.org<br>
<b>Subject:</b> Re: rsb</font>
<div> </div>
</div>
<meta content="text/html; charset=utf-8">
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">I looked at the Github site, got to the 4.11 branch, and the window had an https link for cloning. THat seems to have worked:</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"><span>git clone https://github.com/RTEMS/rtems-source-builder.git rsb</span></p>
<p style="margin-top:0; margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span>More as I continue <span>😊</span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span>Pete.</span></p>
<p style="margin-top:0; margin-bottom:0"><span></span><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> users <users-bounces@rtems.org> on behalf of Siddons, David <siddons@bnl.gov><br>
<b>Sent:</b> Friday, July 6, 2018 3:14:13 PM<br>
<b>To:</b> joel@rtems.org<br>
<b>Cc:</b> rtems-users@rtems.org<br>
<b>Subject:</b> Re: rsb</font>
<div> </div>
</div>
<meta content="text/html; charset=us-ascii">
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_x_x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">Hi Joel,</p>
<p style="margin-top:0; margin-bottom:0">  I'm doing this from home, so not going through the BNL firewall. It has worked in the past, but not for the last few weeks. I made an attempt a while back and had partial success, then cleaned everything out and started
 again, with this result. I thought maybe something was in transition, so I waited until now to try again.</p>
<p style="margin-top:0; margin-bottom:0">Pete.</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_x_x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Joel Sherrill <joel@rtems.org><br>
<b>Sent:</b> Friday, July 6, 2018 3:08:52 PM<br>
<b>To:</b> Siddons, David<br>
<b>Cc:</b> rtems-users@rtems.org<br>
<b>Subject:</b> Re: rsb</font>
<div> </div>
</div>
<meta content="text/html; charset=utf-8">
<div>
<div dir="auto">
<div><br>
<br>
<div class="x_x_x_x_gmail_quote">
<div dir="ltr">On Fri, Jul 6, 2018, 2:06 PM Siddons, David <<a href="mailto:siddons@bnl.gov" id="LPlnk378313" class="OWAAutoLink" previewremoved="true">siddons@bnl.gov</a>> wrote:<br>
</div>
<blockquote class="x_x_x_x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div id="x_x_x_x_m_6340381044705526862divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">Hi Joel,</p>
<p style="margin-top:0; margin-bottom:0">   No it doesn't. Is it possible there's something wrong with my git installation?</p>
</div>
</div>
</blockquote>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">Any chance bnl has blocked git?</div>
<div dir="auto"><br>
</div>
<div dir="auto">I doubt it is something on your computer. There is supposed to be a way to fetch git via https which would get around firewall issues.</div>
<div dir="auto">
<div class="x_x_x_x_gmail_quote">
<blockquote class="x_x_x_x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div id="x_x_x_x_m_6340381044705526862divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">Pete.</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block; width:98%">
<div id="x_x_x_x_m_6340381044705526862divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank" rel="noreferrer" id="LPlnk909879" class="OWAAutoLink" previewremoved="true">joel@rtems.org</a>><br>
<b>Sent:</b> Friday, July 6, 2018 2:59 PM<br>
<b>To:</b> Siddons, David<br>
<b>Cc:</b> <a href="mailto:users@rtems.org" target="_blank" rel="noreferrer" id="LPlnk927272" class="OWAAutoLink" previewremoved="true">
users@rtems.org</a><br>
<b>Subject:</b> Re: rsb</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hi
<div><br>
</div>
<div>By any chance does it work for you now? At least one of the servers</div>
<div>was being bombarded yesterday and ran out of disk space with logs.</div>
<div><br>
</div>
<div>This worked for me today with no hiccups.</div>
<div><br>
</div>
<div>--joel</div>
<div><br>
</div>
<div><br>
</div>
</div>
<div class="x_x_x_x_m_6340381044705526862x_gmail_extra"><br>
<div class="x_x_x_x_m_6340381044705526862x_gmail_quote">On Fri, Jul 6, 2018 at 1:41 PM, Siddons, David
<span dir="ltr"><<a href="mailto:siddons@bnl.gov" id="LPlnk875573" class="x_x_x_x_m_6340381044705526862OWAAutoLink OWAAutoLink" target="_blank" rel="noreferrer" previewremoved="true">siddons@bnl.gov</a>></span> wrote:<br>
<blockquote class="x_x_x_x_m_6340381044705526862x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div id="x_x_x_x_m_6340381044705526862x_m_4147353740183640649divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">I just tried again to clone rsb:</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div>~/development/rtems$ git clone git://<a href="http://git.rtems.org/rtems-source-builder.git" id="LPlnk301413" class="x_x_x_x_m_6340381044705526862OWAAutoLink OWAAutoLink" target="_blank" rel="noreferrer" previewremoved="true">git.rtems.org/rtems-source-builder.git</a>
 rsb<br>
Cloning into 'rsb'...<br>
fatal: repository '<a href="https://git.rtems.org//rtems-source-builder.git/" id="LPlnk984097" class="x_x_x_x_m_6340381044705526862OWAAutoLink OWAAutoLink" target="_blank" rel="noreferrer" previewremoved="true">https://git.rtems.org//rtems-source-builder.git/</a>'
 not found</div>
<p></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Looking at the contents of this link gets:<span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span>No repositories found</span></p>
<p style="margin-top:0; margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span>I found this same clone command in various places throughout the RTEMS documentation. Am I doing something wrong?</span></p>
<p style="margin-top:0; margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0; margin-bottom:0"><span>Pete.</span></p>
<p style="margin-top:0; margin-bottom:0"><span></span><br>
</p>
</div>
</div>
<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" id="LPlnk7717" class="x_x_x_x_m_6340381044705526862OWAAutoLink OWAAutoLink" target="_blank" rel="noreferrer" previewremoved="true">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer noreferrer" id="LPlnk260206" class="x_x_x_x_m_6340381044705526862OWAAutoLink OWAAutoLink" target="_blank" previewremoved="true">http://lists.rtems.org/mailman/listinfo/users</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>