Implementation notes: riscv64, hifiveunleashedriscv, crypto_stream/hc128

Computer: hifiveunleashedriscv
Architecture: riscv64
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_stream
Primitive: hc128

Compiler output

Implementation: e/hc-128/200606
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 207 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L13':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L24':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L51':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-128/200606

Compiler output

Implementation: e/hc-128/200606
Security model: unknown
Compiler: gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 207 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L13':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L20':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L62':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L42':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' 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 e/hc-128/200606

Compiler output

Implementation: e/hc-128/200606
Security model: unknown
Compiler: gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 207 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L11':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L19':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L43':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-128/200606

Compiler output

Implementation: e/hc-128/200606
Security model: unknown
Compiler: gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 207 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L12':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L18':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L40':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' 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 e/hc-128/200606

Compiler output

Implementation: e/hc-128/200701a
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 239 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L13':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L24':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L51':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-128/200701a

Compiler output

Implementation: e/hc-128/200701a
Security model: unknown
Compiler: gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 239 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L13':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L20':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L63':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L61':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' 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 e/hc-128/200701a

Compiler output

Implementation: e/hc-128/200701a
Security model: unknown
Compiler: gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 239 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L11':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L19':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L43':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-128/200701a

Compiler output

Implementation: e/hc-128/200701a
Security model: unknown
Compiler: gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 239 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L12':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L18':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L40':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' 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 e/hc-128/200701a

Compiler output

Implementation: e/hc-128/200701b
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L13':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L24':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L51':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-128/200701b

Compiler output

Implementation: e/hc-128/200701b
Security model: unknown
Compiler: gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L13':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L20':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L62':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L42':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' 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 e/hc-128/200701b

Compiler output

Implementation: e/hc-128/200701b
Security model: unknown
Compiler: gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L11':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L19':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L43':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-128/200701b

Compiler output

Implementation: e/hc-128/200701b
Security model: unknown
Compiler: gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-128.c: In file included from hc-128.c:2:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c: | ^~~~~~~~~~~~~~
hc-128.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L12':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L18':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o): in function `.L40':
try.c: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-128.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc128.a(hc-128.o):hc-128.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' 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 e/hc-128/200701b