Hi all,
I am a reasonably experienced C/C++ developer but I have always used Visual Studio... until now! I have recently had to move to Eclipse as I am working on Linux. I have compiled my code (which I have tested works with GCC 3.4.2) and am trying to compile it with GCC 4.1.2. The code compiles fine with the newer version of GCC, but when I go to run it from Eclipse it terminates immediately with <terminated exit value -1> error. It does not even run the first line (which is a printf statement so I can see how far the code gets). Is there something else I need to do to my project settings to allow my code to run?
Thanks for your help, this is driving me nuts!
Steve
I am a reasonably experienced C/C++ developer but I have always used Visual Studio... until now! I have recently had to move to Eclipse as I am working on Linux. I have compiled my code (which I have tested works with GCC 3.4.2) and am trying to compile it with GCC 4.1.2. The code compiles fine with the newer version of GCC, but when I go to run it from Eclipse it terminates immediately with <terminated exit value -1> error. It does not even run the first line (which is a printf statement so I can see how far the code gets). Is there something else I need to do to my project settings to allow my code to run?
Thanks for your help, this is driving me nuts!
Steve