Compiling dBug for mcf5208

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Compiling dBug for mcf5208

1,024件の閲覧回数
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 返答(返信)

831件の閲覧回数
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 件の賞賛
返信

831件の閲覧回数
maikelherzog
Contributor I

Well i found a proper one on uclinux.org

0 件の賞賛
返信