DP256 & Codewarrior 3.1 (I think)

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

DP256 & Codewarrior 3.1 (I think)

ソリューションへジャンプ
2,939件の閲覧回数
TimFlynn
Contributor I
I am getting a linker errors :
Link Error : L1907: Fixup overflow in _LMODS, to _NEG_P type 3, at offset 0xB
Link Error : L1907: Fixup overflow in _LMODS, to _NEG_P type 3, at offset 0x13
Link Error : L1907: Fixup overflow in _LMODS, to _NEG_P type 3, at offset 0x1A
Link Error : Link failed

What causes this? How do I deal with it?
I'm changing a pointer to function in a structure.
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
963件の閲覧回数
CrasyCat
Specialist III
I assume you are building in banked memory model. Am I right?
 
Make sure you place the predefined section NON_BANKED in non banked memory in your PRM file.
 
Basically if you create a new project with the wizard and specify you want to use banked memory model, the PRM file will be adjusted appropriately from the beginning.
 
 
 
 

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
964件の閲覧回数
CrasyCat
Specialist III
I assume you are building in banked memory model. Am I right?
 
Make sure you place the predefined section NON_BANKED in non banked memory in your PRM file.
 
Basically if you create a new project with the wizard and specify you want to use banked memory model, the PRM file will be adjusted appropriately from the beginning.
 
 
 
 
0 件の賞賛
返信