Code::Blocks Forums

User forums => Help => Topic started by: Rommel on June 21, 2020, 10:47:54 am

Title: Can't find compiler executable in your configured search path's for Intel C/C++
Post by: Rommel on June 21, 2020, 10:47:54 am
Well I keep getting this problem and all I can find on Google is about GNU/GNC, so how to fix mine :( please help
Title: Re: Can't find compiler executable in your configured search path's for Intel C/C++
Post by: stahta01 on June 21, 2020, 11:14:52 am
Decide what compiler you wish to use!
Install that compiler if needed; Code::Blocks IDE is not an compiler.
Set the default toolchain to match the chosen compiler.

Settings -> Compiler...

Select the Compiler in the pulldown
Click on the "Set as Default" button.
Verify the "Toolchain Executables"

Tim S.