Hi Tim,
Thank you for your prompt response.
I am running Code::Blocks version 20.03 on Windows 10. The compiler I use is the GNU GCC Compiler (Mingw) that was bundled with the install file (unsure of version number).
When I open a new project and attempt to build the "Hello World!" program, I receive the error messages "No such file or directory" and "error: no input files".
Build log:
-------------- Clean: Debug in Project (compiler: GNU GCC Compiler)---------------
Cleaned "Project - Debug"
-------------- Build: Debug in Project (compiler: GNU GCC Compiler)---------------
gcc.exe -o bin\Debug\Project.exe obj\Debug\main.o
gcc.exe: error: obj\Debug\main.o: No such file or directory
gcc.exe: fatal error: no input files
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
I have already tried a few suggestions relating to the compiler's installation directory (manually selecting the folder, auto-detection. I received confirmation that the installation path was detected each time), but this was not successful.
Please let me know if you require anything further.