Note that there are some explanatory texts on larger screens.

plurals
  1. POCodeblocks on fedora 9 : Cannot build the C project
    text
    copied!<p>I have a simple C console application named Test. But when I build, it says</p> <pre><code> Test - Debug uses a invalid compiler Nothing to do </code></pre> <p>What is the error? The test.cbp(project file) contents are as follows:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes" ?&gt; &lt;CodeBlocks_project_file&gt; &lt;FileVersion major="1" minor="6" /&gt; &lt;Project&gt; &lt;Option title="test" /&gt; &lt;Option pch_mode="2" /&gt; &lt;Option compiler="gcc" /&gt; &lt;Build&gt; &lt;Target title="Debug"&gt; &lt;Option output="bin/Debug/test" prefix_auto="1" extension_auto="1" /&gt; &lt;Option object_output="obj/Debug/" /&gt; &lt;Option type="1" /&gt; &lt;Option compiler="gcc" /&gt; &lt;Option projectCompilerOptionsRelation="0" /&gt; &lt;Option projectLinkerOptionsRelation="0" /&gt; &lt;Option projectIncludeDirsRelation="0" /&gt; &lt;Option projectResourceIncludeDirsRelation="0" /&gt; &lt;Option projectLibDirsRelation="0" /&gt; &lt;Compiler&gt; &lt;Add option="-g" /&gt; &lt;/Compiler&gt; &lt;/Target&gt; &lt;/Build&gt; &lt;Compiler&gt; &lt;Add option="-Wall" /&gt; &lt;Add directory="/usr/bin" /&gt; &lt;/Compiler&gt; &lt;ResourceCompiler&gt; &lt;Add directory="/usr/bin" /&gt; &lt;/ResourceCompiler&gt; &lt;Linker&gt; &lt;Add directory="/usr/bin" /&gt; &lt;/Linker&gt; &lt;Unit filename="main.c"&gt; &lt;Option compilerVar="CC" /&gt; &lt;/Unit&gt; &lt;Extensions&gt; &lt;envvars /&gt; &lt;code_completion /&gt; &lt;debugger /&gt; &lt;lib_finder disable_auto="1" /&gt; &lt;/Extensions&gt; &lt;/Project&gt; &lt;/CodeBlocks_project_file&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload