full functionality of this site and enable such things as forum posting.
Rusty O'Shaughnessy:
I am working with a chipKit uc32 with the crystal. UECIDE is installed on a thumb drive (F:/). I get an error when trying to use RTCC. I get these errors when compiling RTCCDemo.pde. It looks like something is not set up correctly on my part.
RTCCDemo.pde
Compiling libraries...
‣ RTCC [F:\UECIDE\Files\libraries\Communications\RTCC]
• Error at line 19 in file RTCC.cpp:
‣ variable or field '__ISR' declared void
• Error at line 19 in file RTCC.cpp:
‣ 'ipl3' was not declared in this scope
• Error at line 271 in file RTCC.cpp:
‣ expected '' at end of input}
Rusty O'Shaughnessy:
Solved problem by changing to RTTC.cpp with this line included in the comments -- Separation of date/time Class (RTCCValue) from RTC management object (RTCCClass) by Christophe Dupriez, DESTIN-Informatique.com 2014
I also had to comment out the line -- //#include <peripheral/int.h>