News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Build and run problem

Started by rohith, July 13, 2008, 09:01:25 AM

Previous topic - Next topic

rohith

The following message is displayed when I try to build and run a program.
         
    "First- Debug" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping.....
     Nothing to be done.
Can anybody help with this. Thanks in advance.

MortenMacFly

Quote from: rohith on July 13, 2008, 09:01:25 AM
The following message is displayed when I try to build and run a program.
         
    "First- Debug" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping.....
     Nothing to be done.
Can anybody help with this. Thanks in advance.
Mind searching the forum before asking?

Verify your compiler setup is correct, especially the toolchain. This message indicates that C::B cannot find the compiler.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

softdreams4u

Hi,

Me Too Facing same problem when i installed codeblock with GNU GCC latest complier in fedora 9.i386. I hope Some bug in Code Block

softdreams4u

Hi,

I found out where is error while building and compiling. Let met clear your doubts.

Go to Settings->Compiler and Debugger->Choose Tool chain executable tab->

Change Compiler installation directory from /usr/lib to /usr and click ok

Now Try Ctrl + 10 to Run your source code. We can see your program working fine.

If You have any doubt ping me back at softdreams4u@hotmail.com.

Have a nice day,
Babu.S

rohith

Thank you. Babu for your help.


Regards.
Rohith.