Link Error: L1934: ELF: Fixup error

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

Link Error: L1934: ELF: Fixup error

1,822件の閲覧回数
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 返信

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