DP256 & Codewarrior 3.1 (I think)

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

DP256 & Codewarrior 3.1 (I think)

跳至解决方案
3,388 次查看
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 解答
1,412 次查看
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 回复
1,413 次查看
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 项奖励
回复