Ask Your Question
2

What does "no input files" mean when attempting to build with gcc in Android NDK r6b?

asked 2023-06-05 21:00:04 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-05 21:27:02 +0000

djk gravatar image

"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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-05 21:00:04 +0000

Seen: 7 times

Last updated: Jun 05 '23