Link Error: L1934: ELF: Fixup error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Link Error: L1934: ELF: Fixup error

1,709 Views
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
Labels (1)
0 Kudos
1 Reply

225 Views
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 Kudos