Code::Blocks Forums

User forums => Help => Topic started by: shivamchadha on December 17, 2016, 02:11:33 pm

Title: Not able to understand or solve a fatal error in Codeblocks
Post by: shivamchadha on December 17, 2016, 02:11:33 pm
Code
||=== Build file: "no target" in "no project" (compiler: unknown) ===|
||error: cannot find 'ld'|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

Getting this error in Codeblocks.
Don't know what it means.
Getting it irrespective of the file that I'm trying to compile.
Please help, beginner here.
Title: Re: Not able to understand or solve a fatal error in Codeblocks
Post by: stahta01 on December 17, 2016, 02:19:04 pm
Read these links
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

http://wiki.codeblocks.org/index.php/Creating_a_new_project (http://wiki.codeblocks.org/index.php/Creating_a_new_project)

Tim S.