Author Topic: mingw32-g++.exe: no input files  (Read 18041 times)

icepik

  • Guest
mingw32-g++.exe: no input files
« 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...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: mingw32-g++.exe: no input files
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

icepik

  • Guest
Re: mingw32-g++.exe: no input files
« Reply #2 on: October 17, 2007, 08:00:49 pm »
give me an example please..i do not speak very well inglish

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: mingw32-g++.exe: no input files
« Reply #3 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

elias

  • Guest
Re: mingw32-g++.exe: no input files
« Reply #4 on: October 26, 2007, 03:25:17 am »
I am having the same problem. How do you add a source file to your project?

Offline orel

  • Multiple posting newcomer
  • *
  • Posts: 96
Re: mingw32-g++.exe: no input files
« Reply #5 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 !
windows XP SP2
mingw gcc 3.4.5
svn Code::Blocks and M$ Visual Studio 2005 and .NET to eat!! SVNInside plugin :http://forums.codeblocks.org/index.php/topic,7063.0.html