|
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. From: This
is what I got: /tmp/microblaze-gcc-sources/release/lin/microblaze/lib/gcc/microblaze/3.4.1/../. ./../../microblaze/bin/ld:
line 168: 2392 Segmentation fault (core
dumped) $ELF2FLT
$FLTFLAGS -o "$OFILE" -r "$OFILE.elf" collect2:
ld returned 139 exit status make[3]:
*** [busybox] Error 1 make[3]:
Leaving directory `/cygdrive/c/ucLinux/uClinux-dist/user/busybox' make[2]:
*** [all] Error 2 make[2]:
Leaving directory `/cygdrive/c/ucLinux/uClinux-dist/user/busybox' make[1]:
*** [all] Error 2 make[1]:
Leaving directory `/cygdrive/c/ucLinux/uClinux-dist/user' make:
*** [subdirs] Error 1 maybe
someone can help, Thanks, Eli. |