Eclipse C/C++ Shows Errors but Compiles?

前端 未结 9 1330
我寻月下人不归
我寻月下人不归 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 17:46

    I had include folders in

    Project Properties -> C/C++ General -> Paths and Symbols -> Includes

    When I removed those, the red underlines went away, i.e. the build and the IDE where in sync.

提交回复
热议问题