On a couple of sketches, I'm getting this when I try to compile:
/Applications/DigisparkArduino.app/Contents/Resources/Java/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 /Applications/DigisparkArduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/avr25/libgcc.a(_exit.o)
So far, both sketches I've seen this on use USB. For example, the DigiUSB2LCD sketch.
Any ideas what's up?