Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.ino.d file creatation has extra #653

Open
fredspartan104 opened this issue Dec 28, 2020 · 0 comments
Open

.ino.d file creatation has extra #653

fredspartan104 opened this issue Dec 28, 2020 · 0 comments

Comments

@fredspartan104
Copy link

fredspartan104 commented Dec 28, 2020

When I run make the first time on my .ino file, it compiles and creates all the files. When I update my .ino file with a change and compile again I get a "make: *** No rule to make target C\:/Arduino/hardware/arduino/avr/cores/arduino/Arduino.h', needed by ../bin/Sunrise_Clock.ino.o'. Stop.". I found a .ino.d file that has the Arduino.h file in it but all the locations have C:/ in the location. I can not find how the .ino.d file gets generated to clean up the path generation.

Whats in the file.
../bin/Sunrise_Clock.ino.o: Sunrise_Clock.ino
C:/Arduino/hardware/arduino/avr/cores/arduino/Arduino.h
C:/Arduino/hardware/arduino/avr/cores/arduino/binary.h
C:/Arduino/hardware/arduino/avr/cores/arduino/WCharacter.h
C:/Arduino/hardware/arduino/avr/cores/arduino/WString.h
C:/Arduino/hardware/arduino/avr/cores/arduino/HardwareSerial.h
C:/Arduino/hardware/arduino/avr/cores/arduino/Stream.h
C:/Arduino/hardware/arduino/avr/cores/arduino/Print.h
C:/Arduino/hardware/arduino/avr/cores/arduino/Printable.h
C:/Arduino/hardware/arduino/avr/cores/arduino/USBAPI.h
C:/Arduino/hardware/arduino/avr/cores/arduino/Arduino.h
C:/Arduino/hardware/arduino/avr/variants/standard/pins_arduino.h
C:/Arduino/hardware/arduino/avr/libraries/Wire/src/Wire.h
C:/Arduino/hardware/arduino/avr/cores/arduino/Stream.h \

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant