Author Topic: Errors compiling sketches with 1.0.4 IDE?  (Read 3022 times)

dougal

  • Sr. Member
  • ****
  • Posts: 289
Errors compiling sketches with 1.0.4 IDE?
« on: March 21, 2013, 01:42:52 pm »
On a couple of sketches, I'm getting this when I try to compile:

Code: [Select]
/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?

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Errors compiling sketches with 1.0.4 IDE?
« Reply #1 on: March 21, 2013, 04:25:55 pm »
Fixed for both windows and mac - please re-download - I apologize for the issue.


Linux fix coming shortly.

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Errors compiling sketches with 1.0.4 IDE?
« Reply #2 on: March 21, 2013, 04:56:57 pm »
Linux fixed too - all re-uping right now - re-download for the fix.

dougal

  • Sr. Member
  • ****
  • Posts: 289
Re: Errors compiling sketches with 1.0.4 IDE?
« Reply #3 on: March 22, 2013, 07:35:08 am »
The new download fixed me up on the Mac. Thanks!