Implementation notes: armeabi, odroid, crypto_sign/rwb0fuz1024

Computer: odroid
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_sign
Primitive: rwb0fuz1024

Compiler output

Implementation: crypto_sign/rwb0fuz1024/gmp
Compiler: clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.c: /usr/bin/ld: crypto_sign_rwb0fuz1024.a(rwb0fuz1024.o): undefined reference to symbol '__gmpz_init_set'
try.c: /usr/lib/libgmp.so.10: error adding symbols: DSO missing from command line
try.c: clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments gmp

Compiler output

Implementation: crypto_sign/rwb0fuz1024/gmp
Compiler: gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv
try.c: /usr/bin/ld: crypto_sign_rwb0fuz1024.a(rwb0fuz1024.o): undefined reference to symbol '__gmpz_init_set'
try.c: /usr/lib/libgmp.so.10: error adding symbols: DSO missing from command line
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv gmp
gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv gmp
gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv gmp
gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv gmp