We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extension Version: v6.1.0
VS Code Version: 1.86.1 (Universal)
Browser Version: Firefox 122.0.1 (64-bit)
Operating System: macOS Sonoma Version 14.0 (64-bit)
I use a M1 Macbook Air.
I have just changed the C/C++ compiler from clang to GCC
I am able to run the code in the terminal but when I use the CPH extension it shows "SIGKILL".
How do I resolve this error?
The text was updated successfully, but these errors were encountered:
Figured out this error!
This error occurs because gcc-13 is not compatible with CommandLineTools version 15 due to some linker issues.
Downgrade to version 14.3 and it should work fine.
Check out this post: https://forums.developer.apple.com/forums/thread/737707
Sorry, something went wrong.
No branches or pull requests
Extension Version: v6.1.0
VS Code Version: 1.86.1 (Universal)
Browser Version: Firefox 122.0.1 (64-bit)
Operating System: macOS Sonoma Version 14.0 (64-bit)
I use a M1 Macbook Air.
I have just changed the C/C++ compiler from clang to GCC
I am able to run the code in the terminal but when I use the CPH extension it shows "SIGKILL".
How do I resolve this error?
The text was updated successfully, but these errors were encountered: