News:

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

Main Menu

Using Code :: Blocks for Arduino

Started by Claude Azoulai, March 19, 2018, 11:36:50 AM

Previous topic - Next topic

Claude Azoulai

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

BlueHazzard

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