Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Environment variable for each project(Fixing the environment in ECLIPSE CPP )
Environment variable for each project [message #1136242] Sun, 13 October 2013 19:24
feras almasri is currently offline feras almasriFriend
Messages: 3
Registered: October 2013
Junior Member
Hello every time I create a new project I need to add do this steps again.

Quote:
This worked for me on 64-bit install of Eclipse on Windows 7 using MinGW:

Right-click on your project. Select "Properties".

Select the "Run/Debug Settings" Property on the left of the new window.

In the right window, click on your executable to highlight (ie - Test.exe) and click "Edit".

In the Environment tab, hit "New"

Name: PATH
Value: Path to your MinGW bin directory. (For me this was: C:\devcore\MinGW\bin)


at the same time I already did this
In Window -> Preferences-> C/C++ -> Build -> Environment Add a variable for your compiler. e.g, I added: MINGW, with value "C:\MinGW\bin"

is there any other solution to avoid this problem again?
Previous Topic:Using wx-config in CDT 8.1.1 using Eclipse' build mechanism?
Next Topic:Eclipse terminating
Goto Forum:
  


Current Time: Thu Apr 25 23:35:32 GMT 2024

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

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

Back to the top