Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2017 01:08:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld
Message-ID:  <bug-223551-29464-ENdGerhoGX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223551-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223551-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223551

--- Comment #9 from sid@bsdmail.com ---
This error message:
 /usr/local/bin/clang40: basename: not found
 /usr/local/bin/clang40: /usr/local/llvm40/bin/:Permission denied

went away by using these settings for compiling and installing world (and
kernel):
 CC=3D     /usr/local/llvm40/bin/clang
 XCC=3D    /usr/local/llvm40/bin/clang
 CXX=3D    /usr/local/llvm40/bin/clang++
 XCXX=3D   /usr/local/llvm40/bin/clang++
 CPP=3D    /usr/local/llvm40/bin/clang-cpp
 XCPP=3D   /usr/local/llvm40/bin/clang-cpp

Still, after rebuilding kernel and world together, I had to use a backup ke=
rnel
to boot, then recompile the kernel again. This part, I believe this is an e=
rror
specific to my settings, and not a bug.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223551-29464-ENdGerhoGX>