简体   繁体   中英

netbeans for c/c++ saying “no compiler found”

I have tried the this tutorial but it did not help me out. I have installed Cygwin and added its C:\\cygwin\\bin path in my environment variables but nothing happened, still the same error. and its not even recognizing cout.

The configuration page lists the required cygwin packages:

  • gcc
  • g++ (gcc-g++ package)
  • gdb
  • make

Make sure those packages are installed by re-running the Cygwin Setup and checking those packages in the Select Packages step. Look under the Devel category or search for the packages in the Search field.

If the packages are marked "Skip" then they are not installed. Click the skipped packages until a version number appears where "Skip" did.

Then, click Next, let Cygwin install any dependencies, and click Next again to download and install the packages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM