1

I have attempted to use the Netbeans IDE for C/C++.

Upon startup, I noticed that the only compiler chains it accepts are: MingGw, Cygwin, and Clang. My compiler is the latest version of TCC for win64.

Can I define my own compiler chain for netbeans?

James Parsons
  • 6,097
  • 12
  • 68
  • 108

1 Answers1

1

Can you test Tool Collection Family: Unknown?

Go to Tools -> Options -> C/C++ click Add and enter your path, the name and select Unknown as family. Possible you have to fix the paths or names of compilers etc. a bit.

ollo
  • 24,797
  • 14
  • 106
  • 155