I'm trying to compile dBug for a mcf5208 using gnu.
I already found the dBug source-files for the m5208evb and i got the correct makefile but actually i get an error at making.
It says:
"path/m68k-uclinux-ld.real: section .eh_frame loaded at [..] overlaps section .data loaded at [..]"
I guess i'm using the wrong toolchain but actually i do not know where to find a proper one.
Could anyone help me solving my problem?