Compiling dBug for mcf5208

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Compiling dBug for mcf5208

1,040 次查看
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? 

标签 (1)
0 项奖励
回复
2 回复数

847 次查看
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 项奖励
回复

847 次查看
maikelherzog
Contributor I

Well i found a proper one on uclinux.org

0 项奖励
回复