Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22116

Error: immediate cannot be moved by a single

$
0
0

I am trying to compile glibc-2.30 for aarch64. I am using very basic configuration:

../configure \
  --with-headers=/tmp/headers/include \
  --disable-sanity-checks \
  --enable-kernel=3.18.0

No error on configure, but get the following error when running "make":

../sysdeps/unix/syscall-template.S: Assembler messages:
../sysdeps/unix/syscall-template.S:78: Error: immediate cannot be moved by a single instruction

I assume I have to add a aarch64 specific configure param?


Viewing all articles
Browse latest Browse all 22116

Trending Articles