Re: Compiling Without Internet

2017-09-07 Thread Chris Johns
On 08/09/2017 13:20, Jacob Saina wrote: > Hi Chris, > > The use case is: On a machine with no Internet access, we should be able to > modify the BSP and applications and rebuild. > > My goal was to do (2) for the sake of having a known, frozen version of RSB; > but > ultimately I can buld RSB wh

Re: Compiling Without Internet

2017-09-07 Thread Jacob Saina
Hi Chris, The use case is: On a machine with no Internet access, we should be able to modify the BSP and applications and rebuild. My goal was to do (2) for the sake of having a known, frozen version of RSB; but ultimately I can buld RSB while I have Internet, and I should never have to rebuild i

Re: Compiling Without Internet

2017-09-07 Thread Chris Johns
On 06/09/2017 07:21, Jacob Saina wrote: > Seems to fail in the same place. Log attached. Have you tried https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.2/rtems-source-builder-4.11.2.tar.xz? The release scripts handle the special case of git repos. It is not clear to me what the use case and re

Re: Compiling Without Internet

2017-09-05 Thread Jacob Saina
Seems to fail in the same place. Log attached. On Tue, Sep 5, 2017 at 3:47 PM, Jacob Saina wrote: > I think my problem was forgetting the --no-download flag. I accidentally > set my VM up with 1 core, so I will report back in about an hour... > > On Tue, Sep 5, 2017 at 2:51 PM, Joel Sherrill wr

Re: Compiling Without Internet

2017-09-05 Thread Jacob Saina
I think my problem was forgetting the --no-download flag. I accidentally set my VM up with 1 core, so I will report back in about an hour... On Tue, Sep 5, 2017 at 2:51 PM, Joel Sherrill wrote: > > > On Tue, Sep 5, 2017 at 1:41 PM, Jacob Saina > wrote: > >> Hi Chris, >> >> I checked out "4.11"

Re: Compiling Without Internet

2017-09-05 Thread Joel Sherrill
On Tue, Sep 5, 2017 at 1:41 PM, Jacob Saina wrote: > Hi Chris, > > I checked out "4.11" from the git repository, and did the following with > Internet: > > ~/workspace/rsb/rtems$ ../source-builder/sb-set-builder --dry-run > --with-download --without-error-report --without-release-url > --prefix=/

Re: Compiling Without Internet

2017-09-05 Thread Jacob Saina
Hi Chris, I checked out "4.11" from the git repository, and did the following with Internet: ~/workspace/rsb/rtems$ ../source-builder/sb-set-builder --dry-run --with-download --without-error-report --without-release-url --prefix=/home/jsaina/rtems/4.11 4.11/rtems-arm Then I disconnected my netwo

Re: Compiling Without Internet

2017-09-01 Thread Chris Johns
On 2/9/17 3:38 am, Jacob Saina wrote: > > I'm going to be building rsb, rtems, and applications with an intermittent > Internet connection, so I'd like to have all the pieces in place on disk > beforehand. How can I pull down all the necessary files and avoid failing > because of network access?

Compiling Without Internet

2017-09-01 Thread Jacob Saina
Hello, I'm going to be building rsb, rtems, and applications with an intermittent Internet connection, so I'd like to have all the pieces in place on disk beforehand. How can I pull down all the necessary files and avoid failing because of network access? Thank you, Jacob Saina __