This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Aarch64 linker issue


Renjith G <renjithg@tataelxsi.co.in> writes:

> Dear all,
>
> Any ideas on the below issue?
>
> Linking CXX executable decoder-cli-app
> ../../../../lib-decoder/libhd-decoder.a(br_imdct8_opt.s.o): In function
> `br_IMDCT8':
> (.text+0x14): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against
> symbol `pBitReverseIndex' defined in .data.rel section in

Probably insufficient alignment, the lower 2 bits must be zero.  This
can happen with broken sources when incompatible declarations are mixed.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]