Hi,
I'm still testing my libraries with Digispark and I was facing to a strange error at compilation time:
RcSeq/RcSeq.cpp.o: In function `RcSeq_Init()':
/home/phil/arduino-1.03/libraries/RcSeq/RcSeq.cpp:196: undefined reference to `__cxa_guard_acquire'
/home/phil/arduino-1.03/libraries/RcSeq/RcSeq.cpp:196: undefined reference to `__cxa_guard_release'
/home/phil/arduino-1.03/libraries/RcSeq/RcSeq.cpp:196: undefined reference to `__cxa_guard_acquire'
/home/phil/arduino-1.03/libraries/RcSeq/RcSeq.cpp:196: undefined reference to `__cxa_guard_release'
After some search on the Net, I found it's an issue at linkage time.
When I try to compile for Arduino UNO, I have no error, all is fine.
So, I started to suspected something missing in the core for Digispark.
Finally, I found the regular arduino core includes the files new.h and new.cpp.
By copying these 2 files in the core for Digispark, my sketch compiles fine! Yes, got it!!!
So, Bluebie, could you please include these 2 files in the DigisparkArduinoIntegration for the next release which is imminent?
Thanks,
RC Navy.