Implementation notes: riscv64, hifiveunleashedriscv, crypto_encrypt/mceliece

Computer: hifiveunleashedriscv
Architecture: riscv64
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_encrypt
Primitive: mceliece

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(keypair.o): in function `.L3':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(keypair.o): in function `crypto_encrypt_mceliece_ref_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(keypair.o): in function `.L3':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(keypair.o): in function `crypto_encrypt_mceliece_ref_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(keypair.o):keypair.c:(.text+0x...): more undefined references to `u8rnd' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(keypair.o): in function `.L3':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(keypair.o): in function `crypto_encrypt_mceliece_ref_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: crypto_encrypt_mceliece.a(misc.o):misc.c:(.text+0x...): more undefined references to `u8rnd' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref