Hello,
I have some 3rd party assembly code defined in a .c file. Everything works fine apart from when I stop the IP at the assembler code then the debugger says "No source available....".
Browsing manually for the .c file shows the correlation:
I assume the association isn't present in the .out file. How can I improve this such that the .c file opens at the right place as per other source code please?
Thank you.