Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Cygwin + Luna/CDT path issues w/ run&debug(Unable to do run and debug at the same time...)
Cygwin + Luna/CDT path issues w/ run&debug [message #1405271] Thu, 07 August 2014 01:23
Nick Zajerko-McKee is currently offline Nick Zajerko-McKeeFriend
Messages: 1
Registered: August 2014
Junior Member
Hi,

I've installed Cygwin/32 on my Windows 7 system (64bit) and built the hello world application after adding the fflush(stdout) at the end. If I click run (local application), nothing happens, if I tried debug, I do get the debugger (after setting the path mapping for / to C:\cygwin). Now, I figured if I add to the environment PATH C:\cygwin\bin, I can run the executable but now, if I select debug, it doesn't work (program terminated is what shows in the console). If I remove from the path C:\cygwin\bin, debug works, but run doesn't...

Can someone offer me a suggestion on how to proceed with this? For now, I have to either add/remove the path addition depending on if I'm running it or debugging it... this is a bit painful...

The version of gdb is 7.6.50 (cygwin-special) and gcc is 4.8.3...

Thanks for looking at this post...
Previous Topic:Eclipse Luna LLVM support forces stdc++
Next Topic:Code style extension
Goto Forum:
  


Current Time: Tue Oct 08 07:05:45 GMT 2024

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

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

Back to the top