Implementation notes: armeabi, cubox, crypto_stream/aes128ctr

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: aes128ctr

Test failure

Implementation: crypto_stream/aes128ctr/neon
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
error 111

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 neon
gcc -funroll-loops -mcpu=marvell-pj4 -O3 neon
gcc -funroll-loops -mcpu=marvell-pj4 -Os neon
gcc -mcpu=marvell-pj4 -O2 neon
gcc -mcpu=marvell-pj4 -O3 neon
gcc -mcpu=marvell-pj4 -Os neon

Compiler output

Implementation: crypto_stream/aes128ctr/cryptopp
Compiler: g++ -funroll-loops -mcpu=marvell-pj4 -O2
stream.cpp: stream.cpp:1:26: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -mcpu=marvell-pj4 -O2 cryptopp
g++ -funroll-loops -mcpu=marvell-pj4 -O3 cryptopp
g++ -funroll-loops -mcpu=marvell-pj4 -Os cryptopp
g++ -mcpu=marvell-pj4 -O2 cryptopp
g++ -mcpu=marvell-pj4 -O3 cryptopp
g++ -mcpu=marvell-pj4 -Os cryptopp