I have a source file, converted it to assembly and added 2 instructions and generated the final elf. When I load this final elf, symbols doesnt match the source due to assembly instructions addition.
Is there a way to align them ? am using ARM cortex-M4 and cortex-M0. I have tried to edit #line in assembly file to make sure lines match with source code but that doesn't give a good alignment. Any ideas?
Hello,
can I ask your expectation?
As you say, the elf file includes many debug information.
What do you especially want?
Best regards,
Yasuhiko Koumoto.