hello humans I can't compile cpuminer-multi on my arm device
help me
```
u0_a96@localhost:~/cpuminer-multi$ make
make all-recursive
make[1]: Entering directory '/data/data/com.termux/files/home/cpuminer-multi'
Making all in compat
make[2]: Entering directory '/data/data/com.termux/files/home/cpuminer-multi/compat'
make[3]: Entering directory '/data/data/com.termux/files/home/cpuminer-multi/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/data/data/com.termux/files/home/cpuminer-multi/compat'
make[2]: Leaving directory '/data/data/com.termux/files/home/cpuminer-multi/compat'
make[2]: Entering directory '/data/data/com.termux/files/home/cpuminer-multi'
gcc -DHAVE_CONFIG_H -I. -fno-strict-aliasing -I. -Wno-pointer-sign -Wno-pointer-to-int-cast -D__arm__ -g -O2 -MT algo/cpuminer-rainforest.o -MD -MP -MF algo/.deps/cpuminer-rainforest.Tpo -c -o algo/cpuminer-rainforest.o `test -f 'algo/rainforest.c' || echo './'`algo/rainforest.c
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x12, x11, [x9,##0]
^
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x11, x10, [x9,##16]
^
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x10, x12, [x9,##32]
^
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x12, x11, [x9,##48]
^
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x14, x10, [x9,##64]
^
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x13, x12, [x9,##80]
^
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x11, x14, [x9,##96]
^
algo/rainforest.c:562:16: error: unknown token in expression
asm volatile("stp %0, %1, [%2,#%3]\n\t"
^
:1:21: note: instantiated into assembly here
stp x10, x13, [x9,##112]
^
8 errors generated.
make[2]: *** [Makefile:2435: algo/cpuminer-rainforest.o] Error 1
make[2]: Leaving directory '/data/data/com.termux/files/home/cpuminer-multi'
make[1]: *** [Makefile:2920: all-recursive] Error 1
make[1]: Leaving directory '/data/data/com.termux/files/home/cpuminer-multi'
make: *** [Makefile:699: all] Error 2
```