Hi,
I'm trying to build the optimalate and verify (using yarn build:optimalate in the main folder) and I'm get a problem (the example above is for optimalate):
****COMPILING CIRCUIT****
invalid output path
previous errors were found
DONE (0s)
****COMPILING C++ WITNESS GENERATION CODE****
build_optimalate.sh: 30: cd: can't cd to ../../build/optimalate/optimalate_cpp
make: *** No targets specified and no makefile found. Stop.
DONE (0s)
****VERIFYING WITNESS****
build_optimalate.sh: 37: ./optimalate: not found
DONE (0s)
[ERROR] snarkJS: [Error: ENOENT: no such file or directory, open 'witness.wtns'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'witness.wtns'
}
I saw that there's no witness file, so I tried compiling the circuit separately. But then another problem appears when trying to run circom directly (using circom optimalate.circom --O1 --r1cs --sym --c at circom-pairing/scripts/optimalate):
thread 'main' panicked at 'Method call in file type_analysis/src/analyzers/unknown_known_analysis.rs line 216', /home/ubuntu/circom/program_structure/src/utils/environment.rs:192:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Do you know what causes this issue? (I'm using circom 2.0.4. Downgrading it to 2.0.3 did nothing)
Hi,
I'm trying to build the optimalate and verify (using
yarn build:optimalatein the main folder) and I'm get a problem (the example above is for optimalate):I saw that there's no witness file, so I tried compiling the circuit separately. But then another problem appears when trying to run circom directly (using
circom optimalate.circom --O1 --r1cs --sym --cat circom-pairing/scripts/optimalate):Do you know what causes this issue? (I'm using circom 2.0.4. Downgrading it to 2.0.3 did nothing)