Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2018 06:04:24 -0700
From:      Mark Millard <marklmi26-fbsd@yahoo.com>
To:        bob prohaska <fbsd@www.zefox.net>
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:  <8C550781-A8EA-4DC7-B719-E62EE71EC0E7@yahoo.com>
In-Reply-To: <20180409050851.GB94776@www.zefox.net>
References:  <0A2A8AD5-7B99-4E4C-B856-03FB8C61B567@yahoo.com> <20180409050851.GB94776@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2018-Apr-8, at 10:08 PM, bob prohaska <fbsd at www.zefox.net> wrote:
>> . . .
> On my RPi3=20
> 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
>=20
> Every other file in that directory is dated January 22nd.
>=20
>=20
>> . . .
>=20
> 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.=20
>=20

Looks like you copied the file there. Its presence is not a
build problem. See below.

=46rom 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.=20

Using
cp /usr/lib/include/stdint.h =
/usr/obj/usr/src/arm64.aarch64/tmp/usr/include/
does seem to be working. Since this is a self-hosted compile there's =
hope the
resulting kernel will be more stable  than r328935.

. . .

=3D=3D=3D
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8C550781-A8EA-4DC7-B719-E62EE71EC0E7>