News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

mingw32-g++.exe: no input files

Started by icepik, October 17, 2007, 12:36:38 AM

Previous topic - Next topic

icepik

Project   : Console application
Compiler  : GNU GCC Compiler (called directly)
Directory : C:\Users\icepik\Documents\
--------------------------------------------------------------------------------
Switching to target: default
mingw32-g++.exe    -L"C:\Program Files\CodeBlocks\lib" -o "C:\Users\icepik\Documents\Exercicio 1.exe"       
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)


can some one help me please...

MortenMacFly

Quote from: icepik on October 17, 2007, 12:36:38 AM
can some one help me please...
Please try using only (!) default "ANSI" (english) characters in your file names.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

icepik

give me an example please..i do not speak very well inglish

thomas

Quote from: icepik on October 17, 2007, 12:36:38 AMSwitching to target: default
mingw32-g++.exe    -L"C:\Program Files\CodeBlocks\lib" -o "C:\Users\icepik\Documents\Exercicio 1.exe"       
mingw32-g++.exe: no input files
What gcc is complaining about is that it is not given any input files, and indeed I don't see any input files.

Try adding a source file to your project.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

elias

I am having the same problem. How do you add a source file to your project?

orel

Did you really try to do that?

- Right click on yout project and choose add file, select the file and add it !
windows XP SP2
mingw gcc 3.4.5
svn Code::Blocks and M$ Visual Studio 2005 and .NET to eat!! SVNInside plugin :[url="http://forums.next.codeblocks.org/index.php/topic,7063.0.html"]http://forums.next.codeblocks.org/index.php/topic,7063.0.html[/url]