I had previously done ./build.sh cleandirs, and gone into ./external/gpl3/gcc and cleaned in there, to no avail. Nuking ./src/obj/* did the trick, though.
Thanks,
-bch
On Tue, Apr 05, 2016 at 12:25:23PM -0700, bch wrote:
> With very latest src:
With the compiler change it is important to not do an update build and
clean all of obj (and maybe even $DESTDIR) before building with the
new compiler.
Not sure if that is what happened to your system, but I managed to hose
one of mine with a mixed update - had to download base.tgz and commp.tgz
from nyftp.netbsd.org/pub/NetBSD-dayly to recover, but afterwards I was
able to build locally again.
Martin