我一直在嘗試設置Eclipse和Arduino庫。 我已按照位於此URL的說明進行操作。 http://arduino.cc/playground/Code/EclipseArduino Eclipse無法解析串行
我遇到的問題是我的項目無法解析串行。 任何人都有一個想法,爲什麼這可能是? 我正在使用Arduino 1.0,並且該指令是爲1.0之前版本編寫的。
我一直在嘗試設置Eclipse和Arduino庫。 我已按照位於此URL的說明進行操作。 http://arduino.cc/playground/Code/EclipseArduino Eclipse無法解析串行
我遇到的問題是我的項目無法解析串行。 任何人都有一個想法,爲什麼這可能是? 我正在使用Arduino 1.0,並且該指令是爲1.0之前版本編寫的。
Setting the preference windows->preferences->C/C++->indexer->index unused headers.
Setting the preference windows->preferences->C/C++->indexer->index source and header files opened in the editor.
Setting the preference windows->preferences->C/C++->indexer->Files to index upfront . Add arduino.h and or WProgram.h.
Do next four in this sequence
Right click the project->index->Search for unresolved includes.
Right click the project->index->Freshen all Files.
Right click the project->index->Update with modified files.
Right click the project->index->Rebuild.
做什麼插件FAQ here說是正確的,但不是充分的,至少不是如果你工作在Windows中。
您將需要一個路徑添加到項目 - >屬性 - > C/C++常規 - >路徑和符號
path to Arduino IDE installation directory\hardware\tools\avr\avr\include
在我的情況的路徑是C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include
經過這次日食會問你是否要重建索引,然後所有的標準符號將被正確解析
做「的Arduino Eclipse擴展」,在幫助 - 升級>檢查更新
「文件以預先索引「不可用,並且不再需要最新版本的Eclipse – lode