Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

Using Code :: Blocks for Arduino

(1/1)

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

Navigation

[0] Message Index

Go to full version