eclipse - Arduino Eclipse无法解析串行

标签 eclipse arduino

我一直在尝试设置Eclipse和Arduino库。
我已按照此URL上的说明进行操作。
http://arduino.cc/playground/Code/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.

关于eclipse - Arduino Eclipse无法解析串行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10973787/

相关文章:

Eclipse Subversive,一次提交,多个修订号

c++ - 如何创建用于多个源文件的全局变量/包含/函数

tcp - 我的 Arduino + Ethernet shield WebServer 草图有时无法连接到客户端。原因?

linux - 从 Windows 或 Linux 编译的 Arduino sketch 表现不同

networking - 我无法连接到我的 Arduino WiFi 屏蔽服务器,但我可以 ping 通它

c++ - 如何复制包含非基本类型的数组?

java - 在 Eclipse 中使用 Composites with Shell for java

linux - 无法在 Linux Unity 上使用 Eclipse

java - Eclipse (Java) - 创建新包后,我无法向其中添加源文件

eclipse - 如何增加 Eclipse 中的应用程序堆大小?