Closed jBernavaPrah closed 8 months ago
Find the problem:
I had the LIBCLANG_PATH set to an espressif toolchain
.
If you have the same issues, check also those paths:
LLVM_CONFIG_PATH
, LIBCLANG_STATIC_PATH
and CLANG_PATH
. More info on Environment Variable, on clang-sys.
I had the LIBCLANG_PATH set to an
espressif toolchain
.
Ah yes. I've had this problem. The espup
and other tool are quite nice but wish there was a way around needing to set the LIBCLANG_PATH
. Glad you figured it out!
Hi,
I have already read all the tickets in this repo and the clang-sys repo related to this issue, but none of the suggestions posted seem to work.
Recap:
brew uninstall llvm
.Command: cc --version/clang --v
Command: xcode-select -p
Error:
Would you happen to have any other suggestions for me to check? Thanks!