Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failure for define.go #143

Open
DavePearce opened this issue Apr 1, 2024 · 1 comment
Open

Build Failure for define.go #143

DavePearce opened this issue Apr 1, 2024 · 1 comment

Comments

@DavePearce
Copy link
Collaborator

Currently, there are two issues when attempting to build the define.go WizardIOP file:

  • (Makefile) This contains the following line where -P define is not recognised by Corset.
${CORSET} wizard-iop -vv -P define -o $@ ${ZKEVM_MODULES}

My understanding is that -P define is used with the besu command to determine the package of the generated file. Hence, it should not be used with wizard-iop and can be dropped here.

  • (Large Exponent) The corset tool complains with the following error:
Exponent `4222230874714185212124412469390773265687949667577031913967616727958704619521` is too large

I'm not sure what file that is coming from.

@gusiri
Copy link
Contributor

gusiri commented Jun 6, 2024

In my case, the large exponent error was resolved by #230

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants