...answering my own question: yes, I do have to install RTEMS separately. Again, I had to use the https method:
git clone https://github.com/RTEMS/rtems.git rtems The manual says I should then do: ./bootstrap -c && ./bootstrap -p && $HOME/development/rtems/rsb/source-builder/sb-bootstrap Bootstrap -c works OK. Bootstrap -p gives: unknown option -p usage: bootstrap [-c|-p|-h] [-q][-v] options: -c .. clean, remove all aclocal/autoconf/automake generated files -h .. display this message and exit -H .. regenerate headers.am files -q .. quiet, don't display directories -v .. verbose, pass -v to autotools I did -H, which ran OK. Next I did: $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++ which ran OK. and then: make -j 4 which also ran to completion. I guess I have a good installation! Thanks for all your help, and I hope this helps others who are having problems. Pete. ________________________________ From: Siddons, David Sent: Friday, July 6, 2018 8:07:12 PM To: j...@rtems.org Cc: rtems-us...@rtems.org Subject: Re: rsb 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: ../source-builder/sb-set-builder --prefix=/home/peter/development/rtems/4.11 4.11/rtems-arm bash: ../source-builder/sb-set-builder: No such file or directory Changing 4.11 to 5 resulted in a good build. So what happened to 4.11? 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. Pete. ________________________________ From: users <users-boun...@rtems.org> on behalf of Siddons, David <sidd...@bnl.gov> Sent: Friday, July 6, 2018 3:24:02 PM To: j...@rtems.org Cc: rtems-us...@rtems.org Subject: Re: rsb 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: git clone https://github.com/RTEMS/rtems-source-builder.git rsb More as I continue 😊 Pete. ________________________________ From: users <users-boun...@rtems.org> on behalf of Siddons, David <sidd...@bnl.gov> Sent: Friday, July 6, 2018 3:14:13 PM To: j...@rtems.org Cc: rtems-us...@rtems.org Subject: Re: rsb Hi Joel, 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. Pete. ________________________________ From: Joel Sherrill <j...@rtems.org> Sent: Friday, July 6, 2018 3:08:52 PM To: Siddons, David Cc: rtems-us...@rtems.org Subject: Re: rsb On Fri, Jul 6, 2018, 2:06 PM Siddons, David <sidd...@bnl.gov<mailto:sidd...@bnl.gov>> wrote: Hi Joel, No it doesn't. Is it possible there's something wrong with my git installation? Any chance bnl has blocked git? 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. Pete. ________________________________ From: Joel Sherrill <j...@rtems.org<mailto:j...@rtems.org>> Sent: Friday, July 6, 2018 2:59 PM To: Siddons, David Cc: users@rtems.org<mailto:users@rtems.org> Subject: Re: rsb Hi By any chance does it work for you now? At least one of the servers was being bombarded yesterday and ran out of disk space with logs. This worked for me today with no hiccups. --joel On Fri, Jul 6, 2018 at 1:41 PM, Siddons, David <sidd...@bnl.gov<mailto:sidd...@bnl.gov>> wrote: I just tried again to clone rsb: ~/development/rtems$ git clone git://git.rtems.org/rtems-source-builder.git<http://git.rtems.org/rtems-source-builder.git> rsb Cloning into 'rsb'... fatal: repository 'https://git.rtems.org//rtems-source-builder.git/' not found Looking at the contents of this link gets: No repositories found I found this same clone command in various places throughout the RTEMS documentation. Am I doing something wrong? Pete. _______________________________________________ users mailing list users@rtems.org<mailto:users@rtems.org> http://lists.rtems.org/mailman/listinfo/users
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users