ahmetsemihparlak / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

White-space in path causes avr-gcc error. #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Move Arduino.app into a directory with spaces in the name.
2. Run Arduino.
3. Try to compile a program.

What is the expected output? What do you see instead?

Actual output is: 
usage: dirname path

usage: dirname path

/Applications/arduino 
0017/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc: line 
5: /../avr-
4/bin/gcc: No such file or directory

/Applications/arduino 
0017/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/arduino 
0017/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc 
returned 126

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dmel...@gmail.com on 30 Aug 2009 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 13 Sep 2009 at 6:00