jung6717 / arduino

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

Broken Makefile on Mac #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unpack the attached file, which contains the Makefile found in
/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/Makefil
e
copied into the project directory, as per the Makefile instructions.
2. Run make in that directory.

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

Makefile:242:
/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/pins_ar
duino.d:
No such file or directory
Makefile:242:
/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/wiring.
d:
No such file or directory
Makefile:242:
/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/wiring_
analog.d:
No such file or directory
Makefile:242:
/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/wiring_
digital.d:
No such file or directory
Makefile:242:
/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/wiring_
pulse.d:
No such file or directory
Makefile:242:
/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/wiring_
serial.d:
No such file or directory
make: *** No rule to make target
`/Applications/Arduino.app/Contents/Resources/Java/hardware/cores/arduino/wiring
_serial.d'.
 Stop.

What version of the Arduino software are you using? 
0017

On what operating system?
Mac OS X 10.5.8

Please provide any additional information below.

Original issue reported on code.google.com by ghule...@gmail.com on 14 Aug 2009 at 11:54

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 15 Aug 2009 at 8:47