Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse resets lots of project properties after restart
Eclipse resets lots of project properties after restart [message #1698916] Thu, 18 June 2015 18:24
Sergey Ivanov is currently offline Sergey IvanovFriend
Messages: 5
Registered: June 2015
Junior Member
I use Eclipse CDT with makefile on Win7. Each time I modify "Build command" in "Maketarget" menu, it gets reset to "\usr\bin\make -j2".

I also tried to modify .cproject file where I found lines:
<buildCommand>/usr/bin/make</buildCommand>
I works only for the first time, then when eclipse starts it rewrites .cproject file to its original state and thus all "Build command" in all targets are reset to "\usr\bin\make -j2" again.

The same thing happens with include files and lots of other settings.
The eclipse project was generated by the linux library.
Where could it take include path properties and "Build command" besides .cproject file?
Please help, thank you.
Previous Topic:ARM Bare Metal C/C++ J-Link Debugging
Next Topic:Does anybody know JNI works with CDT 3.1 and CYGWIN
Goto Forum:
  


Current Time: Fri Apr 26 16:16:31 GMT 2024

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

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

Back to the top