Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: Claude Azoulai on March 19, 2018, 11:36:50 am

Title: Using Code :: Blocks for Arduino
Post by: Claude Azoulai on March 19, 2018, 11:36:50 am
Hello everyone
I'm trying to use Code Blocks for Arduino.
After entering the name of the program I have an error messages
Can't find compiler executable in your configured path for GNU GCC Compiler for AVR (of memory).
Can someone tell me what's missing please because I do not understand English very well
Thank you for your help
Title: Re: Using Code :: Blocks for Arduino
Post by: BlueHazzard on March 19, 2018, 01:44:27 pm
As the error message shows: You are missing the avr gcc compiler (Codeblocks is not a compiler)
You can download avr gcc here: http://blog.zakkemble.co.uk/avr-gcc-builds/

Install it then open codeblocks. If you still get the error message:
Settings->Compiler->Global compiler settings->Selected compiler: GNU gcc Compiler for AVR->Toolchain executables
set the Compiler installation directory to bin folder of the installed compiler from the top. You can try to press "Auto detect". If you get a error, you have to fill the programs in the Program Files tab by yourself