Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Cannot locate MinGW(New User)
Cannot locate MinGW [message #1824018] Mon, 06 April 2020 14:52 Go to next message
Cecily Glissman is currently offline Cecily GlissmanFriend
Messages: 2
Registered: April 2020
Junior Member
I have installed mingw-w64-v7..0 from SourceForge and unzipped it to C:\\MinGW

However, Eclipse is not giving MinGW as a toolchain option

and so, of course, cannot execute HelloWorld.

Do I have the right MinGW installation? Or why cannot Eclipse find MinGW?

Thanks!
Re: Cannot locate MinGW [message #1824026 is a reply to message #1824018] Mon, 06 April 2020 17:15 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
I have not used Windows since XP, but if I remember correctly, you should add C:\MinGW/bin to the PATH. Did you do it?

--

Tauno Voipio
Re: Cannot locate MinGW [message #1824030 is a reply to message #1824026] Mon, 06 April 2020 17:59 Go to previous messageGo to next message
Cecily Glissman is currently offline Cecily GlissmanFriend
Messages: 2
Registered: April 2020
Junior Member
index.php/fa/37758/0/

Hmm. This may be key to my problem. There is no 'bin' folder directly within my MinGW folder. When I unzipped the mingw application, it created a folder called
mingw-w64-v7.0.0

Attached is a screenshot of what's inside that folder. I don't see anything obvious I can do to "unwrap" this or execute to create a bin folder (?)
Re: Cannot locate MinGW [message #1837216 is a reply to message #1824018] Mon, 25 January 2021 10:02 Go to previous messageGo to next message
Antony Francis is currently offline Antony FrancisFriend
Messages: 2
Registered: January 2021
Junior Member
Add min Gw path in system variable through control panel> advanced system settings...

Re: Cannot locate MinGW [message #1837999 is a reply to message #1837216] Fri, 12 February 2021 12:45 Go to previous messageGo to next message
Mark Smith is currently offline Mark SmithFriend
Messages: 82
Registered: September 2020
Member
Please check this
https://stackoverflow.com/questions/23428072/eclipse-cant-find-my-mingw-toolchain-for-c-c
Re: Cannot locate MinGW [message #1838904 is a reply to message #1837999] Tue, 09 March 2021 00:32 Go to previous message
sydney faria is currently offline sydney fariaFriend
Messages: 54
Registered: March 2013
Member
Setting a PATH in windows can be a pain! I'm using 8.1 and the control panel has no options to add to the PATH! Frustrating!! Looking around I did find something that was related to 'system' and, on opening it, I did find a list of the PATH variables. But I could not get to it from the control panel! Luckily for me, the mingw_home path was already there, but it was not easy to find.
BTW in Eclipse there is a project properties menu that has a way to get to the environment variables and finding the compilers that are installed on your machine.

Try this link for help

https://www.youtube.com/watch?v=WRYHKNVV5H0
Previous Topic:CDT not launching previous launch configuration on remote
Next Topic:MAC OSX ECLIPSE C/C++ Debugger does not seem to stop at breakpoint
Goto Forum:
  


Current Time: Thu Apr 25 04:05:20 GMT 2024

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

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

Back to the top