Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rohith on July 13, 2008, 09:01:25 am

Title: Build and run problem
Post by: 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.
Title: Re: Build and run problem
Post by: MortenMacFly on July 13, 2008, 09:14:48 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.
Title: Re: Build and run problem
Post by: softdreams4u on July 28, 2008, 11:47:35 pm
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
Title: Re: Build and run problem
Post by: softdreams4u on July 30, 2008, 08:20:33 am
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
Title: Re: Build and run problem
Post by: rohith on July 31, 2008, 02:31:15 am
Thank you. Babu for your help.


Regards.
Rohith.