-
Notifications
You must be signed in to change notification settings - Fork 741
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
Docker run on file directory using Foundry fails with unclear errors #1797
Comments
Hi @VoR0220, are you running on M1 or x86? |
@norhh I am running on M1 Update: I got it running by configuring the platform. Now getting a new error that seems to indicate a compilation error but I can't seem to figure out how to configure solc versions. |
I also encountered this error. My mac is the m1 version. Is there any solution? |
But if I set the parameter to --solv 0.4.25, this problem will not exist. |
Hi @ShizhuBaishao, Thank you for the insight. |
when I run the following command:
docker run -v $(pwd):/tmp mythril/myth a /tmp/src/Kernel.sol --solc-json mythril.config.json
I am yielding this as my output:
If it helps I basically copied how to use Mythril in foundry from their static analyzers page into a json file and am trying it on:
github.com/zerodevapp/kernel
The text was updated successfully, but these errors were encountered: