Author Topic: arduino compiler error os x on a g4 mac  (Read 2839 times)

mron

  • Newbie
  • *
  • Posts: 22
arduino compiler error os x on a g4 mac
« on: February 11, 2013, 11:54:08 pm »

hi,
i'm trying to use the digispark ide on an old mac. has anyone tried it on a g4 mac running os x 10.4?
when i try to compile the "blink" start project, i get this error:


/Users/me/Desktop/Digispark Ready - Arduino 1.03/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -Os -Wl,--gc-sections -mmcu=attiny85 -o /tmp/build70565858573659529.tmp/Start.cpp.elf /tmp/build70565858573659529.tmp/Start.cpp.o /tmp/build70565858573659529.tmp/core.a -L/tmp/build70565858573659529.tmp -lm
avr-gcc: error trying to exec '/Users/me/Desktop/Digispark Ready - Arduino 1.03/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/bin/ld': execv: Exec format error


mron

  • Newbie
  • *
  • Posts: 22
Re: arduino compiler error os x on a g4 mac
« Reply #1 on: February 12, 2013, 12:09:58 am »
i just looked at a previous post. the version of gcc will not work on os x version before 10.6. a fix is suggested. i'll lok into it