When trying to convert elf file to flat file that’s what I got:
$ mb-elf2flt.exe -v a.out
TEXT -> vma=0x0 len=0xbb98
DATA -> vma=0x0 len=0x714
ERROR: text=0xbb98 overlaps data="" ?
$
Maybe somebody knows what the problem,
Thanks.