Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT picks up the other undesired toolkit(Multiple MinGW prescenses clashes on Kepler)
CDT picks up the other undesired toolkit [message #1109627] Sun, 15 September 2013 14:42 Go to next message
Eclipse UserFriend
Hello,

I am using CDT 8.2.0 on Eclipse Kepler Version: 4.3.0.v20130605-2000.
I am trying to use the MinGW version 4.6.1 (according to gcc -v).

The snag is that I also have Strawberry Perl installed, and it too has some version of MinGW installed deep inside.

It looks like CTD is picking up this Srtawberry Perl toolchain instead of my directly installed MinGW/MSYS toolchain. This creates some trouble in CDT paradise.

How can I tell CDT to steer clear of that undesired bundled toolchain and go for the one I installed directly?

Both toolchains appear in the PATH variable as I use Perl, even edit it with Eclipse, so removing Strawberry Perl from PATH is not an option. Also, MinGW and MSYS appears before Strawberry Perl in the PATH.

I am not sure what, and how much more, information is needed to solve this.

Thanks for any help.

/Ulf A.

Re: CDT picks up the other undesired toolkit [message #1110022 is a reply to message #1109627] Mon, 16 September 2013 04:48 Go to previous messageGo to next message
Eclipse UserFriend
Check http://help.eclipse.org/kepler/topic/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm?cp=9_0 to see where Eclipse looks for MinGW.
Re: CDT picks up the other undesired toolkit [message #1732286 is a reply to message #1109627] Sat, 14 May 2016 14:53 Go to previous messageGo to next message
Eclipse UserFriend
Move path to Perl directories after the path to MinGW or Cygwin in the PATH variable.
Re: CDT picks up the other undesired toolkit [message #1754066 is a reply to message #1109627] Tue, 14 February 2017 05:15 Go to previous message
Eclipse UserFriend
StrawberryPearl adds its bin directory and toolchain to both, the system path variable and the user path variable. Make sure that it's behind your desired toolchain in both!
Previous Topic:Content of <random> not resolved
Next Topic:Few suggestions about the CDT autocompletion behavior
Goto Forum:
  


Current Time: Sat Jul 05 05:03:06 EDT 2025

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

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

Back to the top