-
Notifications
You must be signed in to change notification settings - Fork 10
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
tools-windows-msvc: Trying to run as instruction but compilation doesn't work #22
Comments
Hi, did you launch the MSYS2 shell from a Visual Studio environment like the "x64 Native Tools Command Prompt"? |
Yeah, I got this: `
#0 0x00007ff7713eff35 (C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin\clang-cl.exe+0x165ff35) PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: ` |
This looks like one of the issues from Clang 14 documented here: Please try with Clang 13 e.g. the one bundled with Visual Studio 2019. |
Feel free to re-open this if you’re still running into issues. |
I already in install clang in Msys2 and do as instruction, but so far still got this:
It's just a Hello World file.
is there anything I should add to make this works ?
The text was updated successfully, but these errors were encountered: