Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"No input files" means that gcc cannot find any source files to compile into an executable or library. This error may occur if you forget to specify the source files to compile, or if the source files cannot be found in the specified directories. To fix this error, make sure that you have specified the correct source file names and directories in your compile command.