Hi, when clicking at an error listed in the build window, how can I find the corresponding line to that error in the source code?
regards
Double-click
Sorry I meant lines like:
asm_sum.s: Warning: A3910W: Old syntax, please use '--xref'.
I cannot find this command "xref" inside the asm_sum.s file
How can I find the place where this old syntax is used?
Isn't that a warning about used command-line parameters when assembling that file?
Well, meanwhile I found it in the Assembler Control String field. I cannot delete parts of this string because it is grayed out
where does this string come from?