Я пишу пустой код, безо всего, выделяет слово void и выдаёт такую ошибку: Arduino: 1.6.8 (Windows 7), Плата:"Arduino/Genuino Uno" sketch_may03a:7: error: expected initializer before 'void' E:\Саша\РђСЂРґСѓР№РЅРѕ\sketch_may03a\sketch_may03a.ino: In function 'void setup()': sketch_may03a:5: error: expected ';' before '}' token E:\Саша\РђСЂРґСѓР№РЅРѕ\sketch_may03a\sketch_may03a.ino: In function 'void loop()': sketch_may03a:10: error: expected ';' before '}' token exit status 1 expected initializer before 'void' Что делать? Скачал программу с официального сайта.
внимательно читать сообщение об ошибке: в функции setup() в строках 5 и 10 отсутствует символ ";" в конце строки.
Arduino: 1.6.8 Hourly Build 2016/01/27 03:44 (Windows 10), Плата:"Arduino/Genuino Uno" sketch_oct31a:53: error: expected unqualified-id before '{' token sketch_oct31a:61: error: expected declaration before '}' token exit status 1 expected unqualified-id before '{' token This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Помогите! Обьясните что делать?
C:\Users\User\Desktop\arduino-nightly\hardware\arduino\avr\cores\arduino/main.cpp:43: undefined reference to `setup' collect2.exe: error: ld returned 1 exit status exit status 1 Ошибка компиляции для платы Arduino/Genuino Uno. Что за ошибка?