agrawal-d/cph

SIGKILL

nv-0203 opened this issue · 1 comments

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?

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