Code::Blocks Forums
User forums => Help => Topic started by: WickedWizard13 on May 30, 2016, 03:48:58 am
-
Whenever I try to build a program nothing happens. I've tried changing the type of file but nothing changes. Also, every time I start up Code::Blocks I get the message "Can't find compiler executable in your configured search path for GNU GCC compiler". Any help would be greatly appreciated. :)
-
Whenever I try to build a program nothing happens. I've tried changing the type of file but nothing changes
well something will pop up, or give you some hint what is going on....
Also, every time I start up Code::Blocks I get the message "Can't find compiler executable in your configured search path for GNU GCC compiler"
Oh! Well.. there is clearly written what is going on: Codeblocks CAN'T FIND the compiler...
some reading for you:
http://wiki.codeblocks.org/index.php/FAQ-General#Q:_What_Code::Blocks_is_not.3F
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28general%29#Q:_What_compiler_can_I_use_with_Code::Blocks.3F
[EDIT:]
This is probably what you need: http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler
To help you future we need to know what compiler you want to use, and what codeblocks installer file you have used (the exact name)...
greetings
-
Thanks for the help, I was able to figure it out with the last link. Sorry about the vagueness of the original post I'm new to programming and have almost no clue what I'm doing. Thanks!