Author Topic: A problem with the compiler  (Read 3813 times)

Great Bulgaria

  • Guest
A problem with the compiler
« on: November 15, 2012, 07:19:05 pm »
Hi everyone! I have one huge problem with the compiler. When I finish up with writing of an algorithm and I click on "Build and run", down on the white field of the Build log is appearing the following message: "d - Release" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Probably the toolchain path within the compiler options is not setup correctly?! Skipping... Nothing to be done"

Where do you think is the problem?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: A problem with the compiler
« Reply #1 on: November 15, 2012, 07:20:44 pm »
Probably the toolchain path within the compiler options is not setup correctly

Edit link added http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: A problem with the compiler
« Reply #2 on: November 15, 2012, 08:46:28 pm »
Where do you think is the problem?
In your post.

You did not mention any version / platform information, did not search the forums and did not read the FAQ before posting. If you had done it, most likely you would not ask, or at least provide relevant information, so somebody can help you. ::)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ