Link Error: L1934: ELF: Fixup error

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

Link Error: L1934: ELF: Fixup error

2,150 次查看
CodeMonkey
Contributor I
Hi,

I get the following errors during linking:

L1934: ELF: Fixup error: Fixup error in '.debug_info' at offset 368
L1934: ELF: Fixup error: Fixup error in '.debug_frame' at offset 122
L1934: ELF: Fixup error: Fixup error in '.debug_pubnames' at offset 6
Link failed

Can anybody help me to decipher this? What exactly does a fixup error mean? Where can I find .debug_info etc?

Thanks,
Chris
标签 (1)
0 项奖励
回复
1 回复

666 次查看
CompilerGuru
NXP Employee
NXP Employee
Never saw this.

Which version are you using, the latest? (V4.7)

The error basically states that when building the debug information, it was not able to properly adjust an
address.
.debug_info, .debug_frame and .debug_pubnames are the names of DWARF2 sections containing the debug information. Is there anything special, non standard, about this application?
How large is it?

For this bug I would suggest to submit a service request.

Daniel

0 项奖励
回复