Hi,
Where is the Library directory for the Arduino IDE located?
Cheers
David
Hi,
Where is the Library directory for the Arduino IDE located?
Cheers
David
I have an additional problem related to Arduino Library.
installed Eclipse
Configured Arduino in it
Created Workspace
Created a new project'
Imported all the Libraries required in to the same
After importing all the required folders into this I gave for building.
I received the following error:
+ "/home/ethercat/arduinointel/arduino-1.5.3-Intel.1.0.4/libraries/WiFi/src/utili ty/server_drv.cpp" -o "libraries/WiFi/src/utility/server_drv.cpp.o"
/home/ethercat/arduinointel/arduino-1.5.3-Intel.1.0.4/libraries/WiFi/src/utilit y/server_drv.cpp:3:32: fatal error: utility/server_drv.h: No such file or directory
compilation terminated.
make: *** [libraries/WiFi/src/utility/server_drv.cpp.o] Error 1
Tried all work arounds but at loss.
Can anyone suggest how to make the build successful.
I am using Eclipse Juno
Arduino IDE 1.5.3-Intel1.0.4
Plugin V2
on Ubuntu 12.04
I have also checked the link "http://www.baeyens.it/eclipse/installAdvice.shtml" and tried using the script for fixing but nothing works.