You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Fatal error when compiling contracts on M1 MacBook
Steps to Reproduce
> truffle compile
Expected Behavior
Compile contracts without errors
Actual Results
> truffle compile
Compiling your contracts...
===========================
> Compiling ./contracts/Counter.ligo
> Compiling ./contracts/Migrations.ligo
> Compiling ./contracts/SimpleStorage.ligo
> Using entry point "main"
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Compilation of /Users/nicole/projects/tezos-truffle-example/contracts/Counter.ligo failed. See above.
Truffle v5.5.0-tezos.4 (core: 5.5.0-tezos.4)
Node v15.9.0
Environment
Operating System: Big Sur 11.2.2 (20D80)
Truffle version: 5.5.0-tezos.4
node version: 15.9.0
npm version: 7.5.3
The text was updated successfully, but these errors were encountered:
Issue
Fatal error when compiling contracts on M1 MacBook
Steps to Reproduce
> truffle compile
Expected Behavior
Compile contracts without errors
Actual Results
Environment
Operating System: Big Sur 11.2.2 (20D80)
Truffle version: 5.5.0-tezos.4
node version: 15.9.0
npm version: 7.5.3
The text was updated successfully, but these errors were encountered: