When I try to generate .sb file from .elf file using elftosb tool I am getting below errors.
section .data did not match
section .bss did not match
section .heap did not match
section .stack did not match
Is there a way to generate .sb file from .hex file?