Date: Mon, 26 Feb 2018 10:47:01 -0800 From: bob prohaska <fbsd@www.zefox.net> To: Dimitry Andric <dim@FreeBSD.org> Cc: freebsd-arm@freebsd.org, bob prohaska <fbsd@www.zefox.net> Subject: Re: Errors compiling LLVM on RPi3 at 330019 Message-ID: <20180226184701.GB21104@www.zefox.net> In-Reply-To: <6AAA36E2-CDE3-42C3-B070-3C75044656C6@FreeBSD.org> References: <20180226152345.GA21006@www.zefox.net> <6AAA36E2-CDE3-42C3-B070-3C75044656C6@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 26, 2018 at 07:16:18PM +0100, Dimitry Andric wrote: > On 26 Feb 2018, at 16:23, bob prohaska <fbsd@www.zefox.net> wrote: > > > > At revision 330019 -DNO_CLEAN buildworld stops with > > > > --- Target/X86/X86ISelDAGToDAG.o --- > > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2463:7: error: use of undeclared identifier 'SelectCode' > > SelectCode(ZextTarget.getNode()); > > ^ > > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2464:7: error: use of undeclared identifier 'SelectCode' > > SelectCode(Brind.getNode()); > > ^ > > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2480:5: error: use of undeclared identifier 'SelectCode' > > SelectCode(VSelect.getNode()); > > ^ > > /usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:3072:3: error: use of undeclared identifier 'SelectCode' > > SelectCode(Node); > > > > Should I wait for an update, or run cleandir? This is on a Pi3. > > From which revision were you upgrading? Probably revision 329997 > It looks like your .inc files > were not regenerated properly by llvm-tblgen, The system has been plagued by stoppages during clang build. Sometimes in llvm-tblgen, but not always. A frequent error is 137, from clang, but "out of swap" happens too. Been using the -DNO_CLEAN option to pick up where it left off. > maybe timestamps out of > whack? I would indeed try a clean build. > Ok, will try starting over. FWIW, recently behavior re swapping has been much better (gstat delays look smaller using swap on microSD) but the system is still reporting "out of swap" when top shows less than complete swap use. Thanks very much! bob prohaska
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180226184701.GB21104>