With this version of jasminc: jasmin-lang/jasmin@7e2e545
I get this error:
make[1]: Entering directory '/mnt/f/dev/libjc/proof'
cd $(dirname crypto_hash/keccak1600/avx2/keccak_1600_avx2.ec) && jasminc -ec __keccak_1600 -oec $(basename crypto_hash/keccak1600/avx2/keccak_1600_avx2.ec) /mnt/f/dev/libjc//src/crypto_hash/keccak1600/avx2/keccak_1600.japp
/mnt/f/dev/libjc//src/crypto_hash/keccak1600/avx2/keccak_1600.japp: line 26 (8-13): parse error
Makefile:82: recipe for target 'crypto_hash/keccak1600/avx2/keccak_1600_avx2.ec' failed
make[1]: *** [crypto_hash/keccak1600/avx2/keccak_1600_avx2.ec] Error 1
Do I need a particular version of jasminc to build libjc?
With this version of jasminc: jasmin-lang/jasmin@7e2e545
I get this error:
Do I need a particular version of jasminc to build libjc?