| [news.eclipse.tools.cdt] Re: Building problem with cdt4.0-"The system cannot find the file specified" |
2) If so, is it definitely the make you expect, ie a GNU make?
[zhao] yes, it is definitely a GNU make. however I need to specify a detail compiler, like g++-3,g++-4,gcc-3
How do you specify this, what is your command line?
3) Still if so, Try running cmd.exe from within Eclipse, that should inherit the environment that Eclipse is running as and perform the same tests as above.To launch cmd.exe from within Eclipse, use Run | External Tools | External Tools Config ... | and configure a new "Program"
[zhao]Where do you configure cmd.exe in Eclipse to run it. I used to do that from properties of project, but failed calling cmd.exe.