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...
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.
give me an example please..i do not speak very well inglish
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.
I am having the same problem. How do you add a source file to your project?
Did you really try to do that?
- Right click on yout project and choose add file, select the file and add it !