0

/I can't run any code and i recive that/

    Build messages :
    ||=== Build: Debug in tes (compiler: GNU GCC Compiler) ===|
    obj\\Debug\\main.o||No such file or directory|
    ||error: no input files|
    ||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|.
6
  • 4
    my crystal ball says that main.c (or maybe main.cpp) is not being compiled, or it has compiled with errors. With the information provided, it is impossible to do more than random, wild guessing. Try this - ditch codeblocks till you learn how to compile on the command line so you understand the steps involve when you invoke 'build' in codeblocks. Commented Feb 5, 2024 at 15:30
  • Have you tried reding the user manual, or the wiki, or the forums? Should have enough information to help you solve the problem, and the forums might be a better place to post this question. Commented Feb 5, 2024 at 15:30
  • And try to do a clean rebuild of everything, and post that log in your question. Commented Feb 5, 2024 at 15:33
  • 1
    The important line of the message seems to be this one: obj\\Debug\\main.o||No such file or directory|. You have failed to create the main.o object file which is needed to create and run the program. It's likely an error in the source. Commented Feb 5, 2024 at 16:13
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Feb 6, 2024 at 8:50

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.