elf64-littleaarch64Answered

Hi,

I'm using raspberrypi 64 bits where uname -a gives:

Linux raspberrypi 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux
 

so in order to compile my app on this patform I'm using llvm+clang toolchain for aarch64. Everythings compile fine except that the linker is not happy because of TA arch.

Can you do something for me or is there's a special flag that I'm missing?

best regards,

Nicolas

Answer

Are you using the aarch64 .so?

Are you using the latest TA?

How stupid I am !!

I was not using the good .so

many thanks for your quick answer.

++