Hey,guys!
when I use make command by windows commandline for a simple testing program,there occurs some errors as follows:
E:\arduino code\test1>make
makefile:242:../../arduino-0017/hardware/cores/arduino/pins_arduino.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_analog.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_digital.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_pulse.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_serial.d:No such file or directory
make:*** No rule to make target '../../arduino-0017/hardware/cores/arduino/wiring_serial.d'.Stop.
it seems some .d files are not generated,have you ever happened to this?
Regards!
--Icing
when I use make command by windows commandline for a simple testing program,there occurs some errors as follows:
E:\arduino code\test1>make
makefile:242:../../arduino-0017/hardware/cores/arduino/pins_arduino.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_analog.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_digital.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_pulse.d:No such file or directory
makefile:242:../../arduino-0017/hardware/cores/arduino/wiring_serial.d:No such file or directory
make:*** No rule to make target '../../arduino-0017/hardware/cores/arduino/wiring_serial.d'.Stop.
it seems some .d files are not generated,have you ever happened to this?
Regards!
This was fixed in Arduino 0017, I think. In older versions, this happened on the first invocation of make (but not on subsequent ones).
It's harmless: The dependency files are generated as needed and they just don't exist in a fresh install or project.