Eclipse C/C++ Shows Errors but Compiles?

前端 未结 9 1336
我寻月下人不归
我寻月下人不归 2020-12-15 17:27

So I am building some Arduino code in eclipse, as described in Your Second Arduino Project, but every time I use an Arduino library, such as Serial, Eclipse und

9条回答
  •  生来不讨喜
    2020-12-15 18:11

    If you changed something in the configurations, (example, editing in *.cproject file with notepad++) , the below options helps. Build Configurations --> Clean All and then Index --> Rebuild

提交回复
热议问题