Using AS6, and want to check the evaluation of some symbolic constants. I don't seem to be able to find the .sys file. Do I need to change something or has it gone out of fashion?
John
Using AS6, and want to check the evaluation of some symbolic constants. I don't seem to be able to find the .sys file. Do I need to change something or has it gone out of fashion?
John
Answering my own question, it seems that the makefiles that I used to use with WinAvr invoked a utility called avr-nm, which produced the symbol table. AS6 doesn't seem to offer this as an option, but it is possible to add the necessary command to the post-build list(which I have now done, after a fashion).
avr-ln
Sorry, typo! Fixed.