xv4y 46 Posted September 10, 2013 Author Share Posted September 10, 2013 Hi, Have you downloaded the RTCPlus lib by Grahamf72 and put it in a libraries sub-directory in the Energia sketch directory ? Refer to this thread for more details : http://forum.43oh.com/topic/3375-energia-library-msp430-real-time-clock/ Regards, Yannick. russcky 1 Quote Link to post Share on other sites
grahamf72 169 Posted September 10, 2013 Share Posted September 10, 2013 @@russcky - a couple of thoughts: have you restarted Energia since you copied the library in? Are the library files copied to: /..pathtoenergia../hardware/msp430/libraries/RTCplus Also, make sure none of the files have ended up with the wrong case (eg not RTCplus.h not rtcplus.h) Beyond that, I'm not sure. I've occasionally had Energia complain of similar errors, but it usually fixes it if I restart Energia, or add the library again. I don't know why adding the library is any different to manually entering the #include, but it seems to behave differently. russcky 1 Quote Link to post Share on other sites
russcky 9 Posted September 11, 2013 Share Posted September 11, 2013 Thanx so much for the help @@xv4y and @@grahamf72! I tried everything again... but ultimately what got it working was by doing 'Show Package Contents' on the Energia Application and copy the library in the appropriate spot. Thanx again! Now onto my next problem... Russ Quote Link to post Share on other sites
xv4y 46 Posted September 11, 2013 Author Share Posted September 11, 2013 Hi, That's a solution. A dirty one, but still a solution. As Graham suggested, you might have a "case sensitive" problem in your "libraries" directory. Floating around between OS X (which is case sensitive or not depending on how you ask him), other UNIXes and Windows, it's a developer's nightmare to properly handle every case. Yan. Quote Link to post Share on other sites
russcky 9 Posted September 12, 2013 Share Posted September 12, 2013 Agreed... not ideal, I'm still investigating it... but it got me past that point where I could work on the next component I want to have working which is an SD Card for storage and then the ability to send audio files from the SD card to a speaker. Loads of fun though, thanx again. Russ Quote Link to post Share on other sites
rockskull 1 Posted September 17, 2013 Share Posted September 17, 2013 I gotta try this one.. russcky 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.