CodeBlocks pour arduino (avec simulateur, etc ...)

Bonjour,

J'ai installer CodeBlocks pour Arduino,mais il ne reconnais pas du tout la syntaxe Arduino??

Pourtant j'ai bien téléchargé : CodeBlocks-Arduino-20140626.7z

\arduino\Tone.cpp|119|warning: only initialized variables can be placed into program memory area|
||=== Build: Arduino Uno in Montage 4 Bp (compiler: GNU AVR GCC Compiler) ===|
Montage 4 Bp.ino||In function 'void setup()':expressionless:
Montage 4 Bp.ino|10|error: 'INPUT' was not declared in this scope|
Montage 4 Bp.ino|10|error: 'pinMode' was not declared in this scope|
Montage 4 Bp.ino|11|error: 'OUTPUT' was not declared in this scope|
Montage 4 Bp.ino|12|error: 'Serial' was not declared in this scope|
Montage 4 Bp.ino||In function 'void loop()':expressionless:
Montage 4 Bp.ino|20|error: 'Serial' was not declared in this scope|
Montage 4 Bp.ino|23|error: 'digitalRead' was not declared in this scope|
Montage 4 Bp.ino|27|error: 'HIGH' was not declared in this scope|
Montage 4 Bp.ino|43|error: 'HIGH' was not declared in this scope|
Montage 4 Bp.ino|43|error: 'digitalWrite' was not declared in this scope|
Montage 4 Bp.ino|45|error: 'LOW' was not declared in this scope|
Montage 4 Bp.ino|45|error: 'digitalWrite' was not declared in this scope|
||=== Build failed: 11 error(s), 2 warning(s) (0 minute(s), 20 second(s)) ===|