Compile Error When Trying to use Arduino IDE (not portable) #1005
redchairlabs
started this conversation in
General Chat
Replies: 1 comment 1 reply
-
Copy like this: Not like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm still a bit new to Arduino but I I like to do my editing in my installed IDE (comfort zone). So I copied the sketchbook found in the v14 Portable download (directions here).
When compiling I get errors indicating that it can't find various files or libraries like this:
`In file included from C:\Users\jwillette\Documents\Arduino\sketchbook\Cart_Reader\Cart_Reader.ino:65:0:
C:\Users\jwillette\Documents\Arduino\sketchbook\Cart_Reader\OSCR.h:13:10: fatal error: SdFat.h: No such file or directory
#include "SdFat.h"
^~~~~~~~~
compilation terminated.
exit status 1
Compilation error: SdFat.h: No such file or directory`
I get that it can't find the "SdFat.h" and other files that are being included in the sketch but I'm not sure how to tell the IDE where they are.
When I compile and load using teh protable version, everything works just fine. However I woudl really like tot get this to work from My IDE instead.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions