Moved libraries and sketch folders...
-
- Posts: 89
- Joined: Thu Mar 08, 2012 5:11 pm
- Location: Redwood City, California
Moved libraries and sketch folders...
I realize this is probably the dumbest question ever posted, but I recently tried to move my libraries and sketch folders and now none of my codes work... How can I remedy this?
Re: Moved libraries and sketch folders...
If you moved the libraries, simply download it again using the update utility:
http://www.reefangel.com/update
http://www.reefangel.com/update
Roberto.
Re: Moved libraries and sketch folders...
make sure you update the location in Arduino and restart Arduino.
I moved all my libs/sketches to my dropbox account so i can keep it all in sync no matter what computer I am on.
I moved all my libs/sketches to my dropbox account so i can keep it all in sync no matter what computer I am on.
Re: Moved libraries and sketch folders...
RAGen only outputs to the ~/Documents/Arduino/ folder. Just letting you know.
-
- Posts: 89
- Joined: Thu Mar 08, 2012 5:11 pm
- Location: Redwood City, California
Re: Moved libraries and sketch folders...
That's exactly what I did! How do I update the location in Arduino? I already updated the location of my "sketchbook". That is not the problem. It's like none of the "include ...." at the beginning of my pde files work any more.wolfador wrote:make sure you update the location in Arduino and restart Arduino.
I moved all my libs/sketches to my dropbox account so i can keep it all in sync no matter what computer I am on.
Thanks for the tip! Though that is not my current issue...binder wrote:RAGen only outputs to the ~/Documents/Arduino/ folder. Just letting you know.
Re: Moved libraries and sketch folders...
Open up Arduino. Goto the File menu and choose Preferences. It will open up this screen:
Change the Sketchbook location to where your PDE/INO files are located. You MUST ensure that there is a libraries folder inside that location. The libraries folder is the arduino libraries and if it's not there, then arduino will not be able to build/compile your sketches.
-
- Posts: 89
- Joined: Thu Mar 08, 2012 5:11 pm
- Location: Redwood City, California
Re: Moved libraries and sketch folders...
That's exactly what I thought I did before...But I tried it again and now everything works...Go figure. Thanks for the help!