Re: error in make

2020-09-25 Thread Royce Pereira
Hi, The problem continues. it compiles without error once I delete all the generated files, but the next time (even with 'make clean all' I get the same error from make: "make": *** No rule to make target `c\:\avr-gcc\avr\include\avr\io.h', needed by `MIXER-72x75-0920.o'. Stop. Again, this is

Re: error in make

2020-09-25 Thread Peter C++
Royce While neither an expert in the given makefile nor windows I suggest you look into the dependencies file that are included and generated by your makefile. They seem to lie in the directory .dep/ There seem some problem with the mechanism it generates paths on your windows system. Regard

Re: error in make

2020-09-25 Thread Georg-Johann Lay
Royce Pereira schrieb: Hi, The problem continues. it compiles without error once I delete all the generated files, but the next time (even with 'make clean all' I get the same error from make: "make": *** No rule to make target `c\:\avr-gcc\avr\include\avr\io.h', needed by `MIXER-72x75-0920.o'