Internal error: ignore specification of att_mmu size

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

Internal error: ignore specification of att_mmu size

ソリューションへジャンプ
2,120件の閲覧回数
ldg
Contributor II

I'm getting an internal error from the linker when building for the BSC9131:

 

"ignore specification of att_mmu size, on core c0, as .att_mmu section is absent here."

 

This error is tagged to my linker file line containing the LNK_SECTION directive for the .att_mmu section. The result is that no att_mmu section gets built. Anybody know what's causing this?

ラベル(1)
0 件の賞賛
返信
1 解決策
1,702件の閲覧回数
ldg
Contributor II

Finally figured it out ...

The bsc9131 image was linked against the runtime startup routines for the sc3850 instead of the msc8156. Since the sc3850 wouldn't have an MMU, there was probably no external reference to the .att_mmu section, so the linker didn't generate one.

Retargeting the image to the msc8156 runtime startup routines solved the problem.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,703件の閲覧回数
ldg
Contributor II

Finally figured it out ...

The bsc9131 image was linked against the runtime startup routines for the sc3850 instead of the msc8156. Since the sc3850 wouldn't have an MMU, there was probably no external reference to the .att_mmu section, so the linker didn't generate one.

Retargeting the image to the msc8156 runtime startup routines solved the problem.

0 件の賞賛
返信