Development environment Eclipse for C/C + + & Mingwerror 1, open output file blabla.exe:Permission denied
Every time I start Eclipse on my laptop, I can only be compile and run a program once. After the IT asks if I want to run it with errors every time. The compiler says this:
Building Target:Project01Test.exeInvoking:GCC C + + linkerg++-oproject01test.exe./test.oc:/mingw/bin/. /lib/gcc/mingw32/3.4.2/. /.. /.. /.. /mingw32/bin/ld.exe:cannot Open output file Project01Test.exe:Permission Deniedcollect2:ld returned 1 exit STATUSM AKE: * * * [Project01Test.exe] Error 1make:target ' All ' not remade because of errors. Build Complete for Project Project01test
------------------------
Answer:your program may still is running. Try stopping it by using the-small red square on the console window (the one for your program). Another-switching to the ' Debug ' perspective, selecting your running program, and stopping it there (also the small Red Square).
==========================
Above from Network http://max.berger.name/howto/cdt/ar01s05.jsp
Open Task Manager
Kill the Xxx.exe process. Problem solving
C Getting Started issues