Hi Al
I have an assembler file in a project - say "myFile.s" - but KDS will not assemble it.
Looking at the properties of the file in KDS I get this in the Tool Chain Editor:


And it won't let anything else be selected as tool.
So I rename the file - to say "myFile.asm" - and now it recognises it and assembles it.
This means that I need to rename all *.s files to *.asm files to be able to build, but I am sure that this can't be true because often assembler files are names *.s.
How can I therefore tell KDS that it should recognise the *.s files ???
Thanks
Mark