I want to compile a file using Codeblocks.
This main file calls other C files. When I build and run it, I have several errors in my console.
First, I have this error: ===Build file: "no target" in "no project" (compiler unknown) ===. I think that error is because I'm not trying to run a project but a single file.
Second, I have many "undefined reference to 'name_of_a_function' " errors. And I do not know why because all the functions are defined in the other files.