Build error for Erigon Windows #2980
-
I am running into an error trying to build windows binaries. The powershell script fails here. crawshaw.io/sqliteblocking_step.c: In function 'unlock_notify_cb':
Anyone able to assist? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Please open a PowerShell prompt and report :
Also report what branch are you trying to build: |
Beta Was this translation helpful? Give feedback.
-
Thank you Andrea, PS C:\erigon> gcc.exe --version PS C:\erigon> choco list --local-only
PS C:\erigon> ($env:path).split(";") I was trying to build the devel branch I think. I wanted to use it with ethtx so I need the mainnet_archive with debug mode |
Beta Was this translation helpful? Give feedback.
-
I have installed Chocolately now and the updated output is below PS C:\erigon> choco list --local-only Still the same error though. |
Beta Was this translation helpful? Give feedback.
-
Ok I see. Problem is your gcc version is too old. I suggest to
|
Beta Was this translation helpful? Give feedback.
-
Thank you. That solved it. Appreciate it, |
Beta Was this translation helpful? Give feedback.
Ok I see. Problem is your gcc version is too old.
We need at least gcc 10 (sorry we'll amend readme)
I suggest to
C:\MinGW\bin
from%PATH%
environment variable