我一直在尝试设置Eclipse和Arduino库。 我已按照此网址上的说明操作。 http://arduino.cc/playground/Code/Eclipse
我遇到的问题是我的项目无法解析Serial。 任何人都知道为什么会这样? 我正在使用Arduino 1.0,并且该指令是为1.0版之前编写的。
答案 0 :(得分:13)
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.
答案 1 :(得分:2)
执行插件常见问题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
此日食之后会询问您是否要重建索引,然后所有标准符号都将正确解析
答案 2 :(得分:0)
做" Arduino Eclipse Extensions"在帮助中升级 - >检查更新