Skip to content
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

SIGKILL #413

Closed
nv-0203 opened this issue Feb 15, 2024 · 1 comment
Closed

SIGKILL #413

nv-0203 opened this issue Feb 15, 2024 · 1 comment

Comments

@nv-0203
Copy link

nv-0203 commented Feb 15, 2024

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".

Screenshot 2024-02-15 at 7 35 39 pm

How do I resolve this error?

@nv-0203
Copy link
Author

nv-0203 commented Feb 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant