Re: cross-compiling ARM img question

2017-11-27 Thread bch
On Mon, Nov 27, 2017 at 2:47 PM Robert Elz wrote: > Date:Mon, 27 Nov 2017 11:41:56 -0800 > From:bch > Message-ID: < > cabfrot_vnzfemnduj678c_iexdrequxxurvmago5uj6y2g4...@mail.gmail.com> > > | Turns out it was /tmp filling

Re: cross-compiling ARM img question

2017-11-27 Thread Chavdar Ivanov
Just to mention, I haven't ran build.sh manually for years. I always install sysutils/sysbuild and sysupdate and have never had such a problem. Although my last rPi build was for 8.99.3,, so things may have changed. Chavdar On Mon, 27 Nov 2017, 03:48 bch, wrote: > On

Re: cross-compiling ARM img question

2017-11-27 Thread Robert Elz
Date:Mon, 27 Nov 2017 22:57:43 + From:bch Message-ID: | It might already be honouring TMPDIR, It doesn't. | The error *did* in fact say / was full, Yes, that is

Re: cross-compiling ARM img question

2017-11-27 Thread bch
On 11/26/17, bch wrote: > I've got an invocation like this, hoping to get an armv7 img to dd > onto an SD card: > > $ nice ./build.sh -j1 -u -U -R /home/bch/releasedir -O > /home/bch/usr/obj_nanopi/ -m evbearmv7hf-el release > > > But the build step is trying to install

Re: cross-compiling ARM img question

2017-11-26 Thread bch
On Sun, Nov 26, 2017 at 6:20 PM Robert Elz wrote: > Date:Sun, 26 Nov 2017 14:25:35 -0800 > From:bch > Message-ID: < > cabfrot8f-uvae_srhdgrz5mnzmnd0vccxnj_zaoa9gocgtk...@mail.gmail.com> > > | That's not fixing things...

Re: cross-compiling ARM img question

2017-11-26 Thread bch
On 11/26/17, Robert Elz wrote: > Date:Sun, 26 Nov 2017 14:25:35 -0800 > From:bch > Message-ID: > > > | That's not fixing things... that's adjusting what

Re: cross-compiling ARM img question

2017-11-26 Thread Robert Elz
Date:Sun, 26 Nov 2017 14:25:35 -0800 From:bch Message-ID: | That's not fixing things... that's adjusting what used to be | destdir.evbarm in the OBJDIR. OK, just trying

Re: cross-compiling ARM img question

2017-11-26 Thread bch
On 11/26/17, Robert Elz wrote: > Date:Sun, 26 Nov 2017 09:55:55 -0800 > From:bch > Message-ID: > > > | I've got an invocation like this, hoping to get an

Re: cross-compiling ARM img question

2017-11-26 Thread Robert Elz
Date:Sun, 26 Nov 2017 09:55:55 -0800 From:bch Message-ID: | I've got an invocation like this, hoping to get an armv7 img to dd | onto an SD card: | | $ nice