Ask Your Question
4

When using gcc of Android NDK r6b, what does the message "no input files" mean during the building process?

asked 2023-05-29 16:22:25 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-29 16:36:02 +0000

pufferfish gravatar image

The message "no input files" usually means that there are no source code files (.c .cpp) specified for the gcc compiler. This can happen if there is an error in the build configuration or if the source code files have been incorrectly named or placed in the wrong directory.

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-05-29 16:22:25 +0000

Seen: 7 times

Last updated: May 29 '23