rustavailable
error is not helpful when clang isn't installed
#960
Labels
• kbuild
Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
I ran
make LLVM=1 rustavailable
on a new system and got a hepful (as expected) message complaining about by myrustc
version, but after fixing that, it failed as follows:The problem turned out to be that I didn't have a
clang
installed. After installing it, the message became helpful again (having to do with missing source code forcore
).The text was updated successfully, but these errors were encountered: