Hello,
i am currently setting up Arduino Eclipse V2. I did it close to the guide: Arduino Eclipse Plugin - How To
And configured it as discribed here: Arduino Eclipse Plugin - How To
My Arduino Version is 1.5.7
(I chose this version, because it was the only one I managed to work. When I use other Versions I cannot compile, something goes wrong with make, even though I copied the utils folder from other Versions)
Compiling and uploding small programms works fine, but if I try to include e.g. Wire.h I get the message: "No such file or directory".
I tried to work around this by including a link to "C:\arduinoPatched\hardware\arduino" in my project. Now the Indexer finds Wire.h in my project and I don't get an error for my test.ino file. Nevertheless, when I compile the code i get:
"no such file or directory" in the automatic generated file .ino.cpp
Does anyone know this problem?
I hope you can help me with this.
Best regards
natasia
PS: I attached a screenshot, so you can see what I am talking about.

