-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan kits Unable to recognize x86_64-w64-mingw32-clang++ x86_64-w64-mingw32-clang i686-w64-mingw32-clang i686-w64-mingw32-clang++ #4213
Comments
@xspeed1989 Thank you for your github issue! Since you are already working on Linux, you don't need MSYS2 as it is designed for Windows environments. If your goal is to use Clang on Linux, the process is much simpler. Could you answer what Linux system you are using if you need us to provide you with a way to install clang? |
RockyLinux 9.5 X64
v-cathyzhang ***@***.***> 于2024年12月24日周二 17:33写道:
… @xspeed1989 <https://github.com/xspeed1989> Thank you for your github
issue! Since you are already working on Linux, you don't need MSYS2 as it
is designed for Windows environments. If your goal is to use Clang on
Linux, the process is much simpler. Could you answer what Linux system you
are using if you need us to provide you with a way to install clang?
—
Reply to this email directly, view it on GitHub
<#4213 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHMPLSN4DOFET6LHVWP3LT2HETAJAVCNFSM6AAAAABT7ETAKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQHEYDAMZQHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@xspeed1989 Thank you for your reply! You can follow the steps below to install:
|
Hi @gcampbell-msft , this issue is not a issue about CMake Tools, could you help move this issue under the correct path? Thank you in advance! |
It seems doesn't have CMakeLists.txt in llvm-mingw
v-cathyzhang ***@***.***> 于2024年12月25日周三 16:25写道:
… @xspeed1989 <https://github.com/xspeed1989> Thank you for your reply! You
can follow the steps below to install:
1. Run below command to Enable the EPEL Repository
sudo dnf install clang
2. Run below command to install Clang
sudo dnf install clang
3. Run below command to check the clang version
clang --version
4. Run below command to install additional clang package
sudo dnf install clang-tools-extra
sudo dnf install llvm-devel
5. Run below command to install LLVM-Mingw
git clone https://github.com/mstorsjo/llvm-mingw.git
cd llvm-mingw
mkdir build
cd build
cmake ..
make
sudo make install
—
Reply to this email directly, view it on GitHub
<#4213 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHMPLSSWXITZS4JFORGGCD2HJTW7AVCNFSM6AAAAABT7ETAKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRG4YTENBUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@xspeed1989 Yes, when we reproduced it we realized that the provided repo doesn't contain a CMakeLists.txt file, which may cause the configuration to fail already as well as the build, you can either add one yourself, or do a quick build by running the command |
Brief Issue Summary
Unable to recognize x86_64-w64-mingw32-clang++ x86_64-w64-mingw32-clang i686-w64-mingw32-clang i686-w64-mingw32-clang++
CMake Tools Diagnostics
Debug Log
Additional Information
x86_64-w64-mingw32-clang++ x86_64-w64-mingw32-clang i686-w64-mingw32-clang i686-w64-mingw32-clang++
download address:
https://github.com/mstorsjo/llvm-mingw
The text was updated successfully, but these errors were encountered: