( make -k clean ) problem with Eclipse/Cygwin/cdt
2005-11-21 by nealbrains
I am starting out with microcontrolles (LPC2131) and using eclipse with cygwin and cdt (zylin). I don't know if this is a problem or not, but when I go to clean all the files through eclipse, i get messages saying ------------ make -k clean all rm crt.lst main.lst crt.o main.o main.out main.hex main.map main.dmp rm: cannot lstat `crt.lst': No such file or directory rm: cannot lstat `main.lst': No such file or directory rm: cannot lstat `crt.o': No such file or directory rm: cannot lstat `main.o': No such file or directory rm: cannot lstat `main.out': No such file or directory rm: cannot lstat `main.hex': No such file or directory rm: cannot lstat `main.map': No such file or directory rm: cannot lstat `main.dmp': No such file or directory make: [clean] Error 1 (ignored) ---------------------------- I don't know if the resulting hex file works because it was made for a LPC2106 but I am in the process of configuring it for the LPC2131. These example files and tutorial were from the pdf file by James P Lynch "Arm cross development with Eclipse version 2" Please feel free to send me any email if you have any info or help. Thank you. THank you, Neal Dyrkacz