Date: Mon, 9 Apr 2018 08:08:24 -0700 From: bob prohaska <fbsd@www.zefox.net> To: Mark Millard <marklmi26-fbsd@yahoo.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: Module compiles looking in /usr/src when alternate src tree is in use [actually the arm_neon.h and stdint.h issue] Message-ID: <20180409150824.GA94953@www.zefox.net> In-Reply-To: <8C550781-A8EA-4DC7-B719-E62EE71EC0E7@yahoo.com> References: <0A2A8AD5-7B99-4E4C-B856-03FB8C61B567@yahoo.com> <20180409050851.GB94776@www.zefox.net> <8C550781-A8EA-4DC7-B719-E62EE71EC0E7@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 09, 2018 at 06:04:24AM -0700, Mark Millard wrote: > On 2018-Apr-8, at 10:08 PM, bob prohaska <fbsd at www.zefox.net> wrote: > >> . . . > > On my RPi3 > > root@www:/usr/src # ls -l /usr/lib/clang/6.0.0/include/stdint.h > > -rw-r--r-- 1 root wheel 23387 Feb 16 07:37 /usr/lib/clang/6.0.0/include/stdint.h > > > > Every other file in that directory is dated January 22nd. > > > > > >> . . . > > > > Looks like it's close enough 8-) > > Removing /usr/lib/clang/6.0.0/include/stdint.h has allowed make kernel > > to proceed past its former point of failure. > > > > Looks like you copied the file there. Its presence is not a > build problem. See below. > > >From Feb 16 Email from you: > > From: bob prohaska <fbsd at www.zefox.net> > Subject: Re: RPI3 can't build kernel-toolchain > Date: February 16, 2018 at 9:09:27 AM PST > To: Mark Millard <marklmi26-fbsd at yahoo.com> > Cc: freebsd-arm at freebsd.org, bob prohaska <fbsd at www.zefox.net> > . . . > Running > cp ./contrib/llvm/tools/clang/lib/Headers/stdint.h /usr/lib/clang/6.0.0/include > didn't solve the problem. > I remembered the experiment that worked, and forgot the one that didn't. Thank you! bob prohaska
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180409150824.GA94953>