Compiling dBug for mcf5208

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compiling dBug for mcf5208

518 Views
maikelherzog
Contributor I

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? 

Labels (1)
0 Kudos
2 Replies

325 Views
TomE
Specialist II

You probably had the wrong Link Control script.


This is usually a "thing.ld" file passed to the linker with a "--script" directive from the Makefile.

You had memory sections overlapping, probably due to growth of the code section.

It is worth finding the linkage instructions and checking to make sure they match your actual memory size and location.

Tom

0 Kudos

325 Views
maikelherzog
Contributor I

Well i found a proper one on uclinux.org

0 Kudos