• Clean target deletes my source files
    With MDK 4.23, when I create a new project (any NXP proc) with just a startup.s, after it builds fine, when I do a 'clean target' uVision kills my source file startup.s I tried in various directories...
  • Clean target deletes my source files
    With MDK 4.23, when I create a new project (any NXP proc) with just a startup.s, after it builds fine, when I do a 'clean target' uVision kills my source file startup.s I tried in various directories...
  • clean target with *.crf and *.d files
    hi, i have created a batch file to delete *.crf and *.d files. Is it possible to link this batch file with clean targets option? thanks, ilaa s
  • clean target with *.crf and *.d files
    hi, i have created a batch file to delete *.crf and *.d files. Is it possible to link this batch file with clean targets option? thanks, ilaa s
  • Deletes characters from text files
    ¿I can delete specific characters of a text file? for example, i have a file text with "123456". I'd like delete the number '3' only. ¿what function can i use?