Closed lambdaofgod closed 2 years ago
I tried to build infotheo using make:
make
COQC ecc_modern/ldpc_algo.v File "./ecc_modern/ldpc_algo.v", line 175, characters 0-76: Error: ConstructiveCauchyReals.CReal is not an inductive type.
Which Coq version are you using?
Maybe you are running Coq < 8.13. (I think we got this error when upgrading from 8.12 to 8.13.)
I tried to build infotheo using
make
: