Author Topic: Using Code :: Blocks for Arduino  (Read 13286 times)

Claude Azoulai

  • Guest
Using Code :: Blocks for Arduino
« 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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Using Code :: Blocks for Arduino
« Reply #1 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