hi,
i using arduino ide 1.0 + arduino-tiny to program a attiny85.
but i get a compile error when i use both NewSoftSerial and Servo8bit libraries together.
using each one alone work well
- » Servo8Bit Library version 0.6 released Cunning Turtle,
- Google Code Archive - Long-term storage for Google Code Project Hosting.
i get
../arduino-1.0.1/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/avr25/crttn85.o:(.init9+0x2): relocation truncated to fit: R_AVR_13_PCREL against symbol `exit' defined in .fini9 section in ../arduino-1.0.1/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/avr25\libgcc.a(_exit.o)
please could anyone get me some orientation to resolve the conflict?