News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

||=== Build file: "no target" in "no project" (compiler: unknown) ===|

Started by Bilal Shafique, April 21, 2017, 03:36:03 PM

Previous topic - Next topic

Bilal Shafique

Hi all,

I am new to Code Blocks but not to FORTRAN. I am writing a CODE in FORTRAN but when I press Build and Run button, it gives the following error;

||=== Build file: "no target" in "no project" (compiler: unknown) ===|

Please help me out.

Thank you all in anticipation.

stahta01

Please read http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

1. Make sure you have an FORTRAN Compiler installed.

Edit: Code::Blocks is an IDE/Editor; it is NOT a Compiler

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Bilal Shafique

Thanks for your response.

I have already set the GNU Fortran Compiler in Settings > Compiler but when I write a FORTRAN program and try to build and run it, it gives the error "no target" in "no project" (compiler: unknown).

I am not getting where is the error.

Looking for tips to tackle this.

Thanks again.

sodev