The new v.0017 of Arduino on the Mac (OS X, Snow Leopard is my environment) seems to
require that the pathname to the app has no spaces in it or it errors out when uploading code with the following (in this example, the application is in
/Applications/Misc. Apps/arduino):
usage: dirname path
usage: dirname path
/Applications/Misc. Apps/arduino/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc: line 5: /../avr-4/bin/gcc: No such file or directory
/Applications/Misc. Apps/arduino/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc: line 5: exec: /../avr-4/bin/gcc: cannot execute: No such file or directory
/Applications/Misc. Apps/arduino/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc returned 126
[/pre]
Changing the folder's name from "Misc. Apps" to "Misc.Apps" (
without the space) fixes the problem, but that seems like a pretty lame workaround. This problem did
not exist under version 0016, btw.
Anyone have any ideas (other than "well, just don't use spaces.")
--Faceman