• ARM64 Linaro toochain Link error ( R_AARCH64_ADR_PREL_PG_HI21 )
    Hi Experts, We are using address which is more than 32 bits with for example : 0x1000000000 when comes to adrp instruction it is giving following error.: relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21...
  • ARM64 Linaro toochain Link error ( R_AARCH64_ADR_PREL_PG_HI21 )
    Hi Experts, We are using address which is more than 32 bits with for example : 0x1000000000 when comes to adrp instruction it is giving following error.: relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21...
  • ARM64 Linaro toochain Link error ( R_AARCH64_LD_PREL_LO19 )
    Hi Experts, I am getting following linker error from Linaro aarch64 tool chain( aarch64-linux-gnu-gcc, gcc-linaro-aarch64-linux-gnu-4.8-2014.03_linux),  for our code which uses  pBitReverseIndex, pSignTable...
  • ARM64 Linaro toochain Link error ( R_AARCH64_LD_PREL_LO19 )
    Hi Experts, I am getting following linker error from Linaro aarch64 tool chain( aarch64-linux-gnu-gcc, gcc-linaro-aarch64-linux-gnu-4.8-2014.03_linux),  for our code which uses  pBitReverseIndex, pSignTable...
  • ARM64 Linaro toochain Link(R_AARCH64_ADR_PREL_LO21 error)
    in my asm code, i use _bss_begin as blew adr x0, _bss_begin adr x1, _bss_end which is defined in link.ld SECTIONS { . = 0xffff000000000000; .text.boot : { *(.text.boot) } . = ALIGN(0x00001000...