Code::Blocks Forums

User forums => Help => Topic started by: icepik on October 17, 2007, 12:36:38 am

Title: mingw32-g++.exe: no input files
Post by: icepik on October 17, 2007, 12:36:38 am
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...
Title: Re: mingw32-g++.exe: no input files
Post by: MortenMacFly on October 17, 2007, 08:19:05 am
can some one help me please...
Please try using only (!) default "ANSI" (english) characters in your file names.
With regards, Morten.
Title: Re: mingw32-g++.exe: no input files
Post by: icepik on October 17, 2007, 08:00:49 pm
give me an example please..i do not speak very well inglish
Title: Re: mingw32-g++.exe: no input files
Post by: thomas on October 18, 2007, 10:18:22 am
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
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.
Title: Re: mingw32-g++.exe: no input files
Post by: elias on October 26, 2007, 03:25:17 am
I am having the same problem. How do you add a source file to your project?
Title: Re: mingw32-g++.exe: no input files
Post by: orel on November 03, 2007, 04:32:21 pm
Did you really try to do that?

 - Right click on yout project and choose add file, select the file and add it !