You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For large projects containing hand written assembly it may be hard to know exact position of instruction or data that caused relocation apply error during linking.
Example output:
mold: error: objects/haiku/x86_64/release/system/kernel/arch/x86/kernel_arch_x86_64.o:(.text): R_X86_64_32S relocation against symbol `.text' can not be used; recompile with -fPIC
Displaying hexadecimal section or image offset of relocation destination will help investigating and fixing assembly code issues.
The text was updated successfully, but these errors were encountered:
For large projects containing hand written assembly it may be hard to know exact position of instruction or data that caused relocation apply error during linking.
Example output:
Displaying hexadecimal section or image offset of relocation destination will help investigating and fixing assembly code issues.
The text was updated successfully, but these errors were encountered: