Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse does not see MinGW (In Windows-Preferences-New C/C++ Project Wizard menu, MinGW only shows if "Show project types and toolchains only if they are supported on this platform" box is unticked )
Eclipse does not see MinGW [message #1697723] Sun, 07 June 2015 10:58 Go to next message
Matthew Crittall is currently offline Matthew CrittallFriend
Messages: 1
Registered: June 2015
Junior Member
Hi, so I downloaded eclipse CDT 32-bit as well as the latest version of MinGW.

However, eclipse only seems to pick up this compiler when the box "Show project types and toolchains only if they are supported on this platform" is unticked. I was wondering why this is? I am also finding that eclipse is not recognizing many code statements that I have written such as:

#include <stdio.h>
#include <stdlib.h>

int main(void){
int i;
for (i = 0; i < 10; i++))
{
printf("Eclipse %d\n", i);
}
return EXIT_SUCCESS
}

Could this be related to the MinGW problem?

I am a complete beginner to this so any help or suggestions would be much appreciated
Re: Eclipse does not see MinGW [message #1698265 is a reply to message #1697723] Fri, 12 June 2015 16:11 Go to previous message
Klaus km is currently offline Klaus kmFriend
Messages: 142
Registered: November 2011
Senior Member
try this:

https://www.eclipse.org/forums/index.php/t/915077/


Previous Topic:Problem getting C++ hello world to build and run
Next Topic:Error navigation not working in eclispe luna for build wrapper scrips(build.sh)
Goto Forum:
  


Current Time: Thu Apr 25 12:50:30 GMT 2024

Powered by FUDForum. Page generated in 0.03101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top