Eclipse/CDT "Exec error:Launching failed"
This is my OLD blog. I've copied this post over to my NEW blog at:
http://www.saltycrane.com/blog/2007/01/eclipsecdt-exec-errorlaunching-failed/
You should be redirected in 2 seconds.
Eclipse 3.2, CDT 3.1
Build error
(Exec error:Launching failed)
You will get this error when there is a problem with your "make" command. To fix this, check your command path and your environment.
To check your command path: Right-click on your project, select "Properties", "C/C++ Build", "Build Settings" tab, "Build command".
To check your environment: Right-click on your project, select "Properties", "C/C++ Build", "Environment" tab, and make sure the PATH variable is set correctly. Click "New" to modify environment variables.
See also How to setup the MinGW gcc tools for your Managed Make C Project in CDT 3.1 and Eclipse 3.2
Build error
(Exec error:Launching failed)
You will get this error when there is a problem with your "make" command. To fix this, check your command path and your environment.
To check your command path: Right-click on your project, select "Properties", "C/C++ Build", "Build Settings" tab, "Build command".
To check your environment: Right-click on your project, select "Properties", "C/C++ Build", "Environment" tab, and make sure the PATH variable is set correctly. Click "New" to modify environment variables.
See also How to setup the MinGW gcc tools for your Managed Make C Project in CDT 3.1 and Eclipse 3.2
No comments:
Post a Comment