[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] Re: Building problem with cdt4.0-"The system cannot find the file specified"
|
- From: zhaobo_123@xxxxxxx (ZhaoBo )
- Date: Thu, 27 Aug 2009 03:33:28 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Jonah Graham wrote:
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?
[zhao] g++-3 -o test test.cpp
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.
[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.
To launch cmd.exe from within Eclipse, use Run | External Tools |
External Tools Config ... | and configure a new "Program"
[zhao] yes, I can run cmd.exe within eclipse:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\APPS\Eclipse>dfj
dfj
'dfj' is not recognized as an internal or external command,
operable program or batch file.
C:\APPS\Eclipse>
But I don't think it has anything to do with compilation...
Sorry for late reply