Closed twothirdshuman closed 10 months ago
Something I noted when I tried debugging this issue myself was that curve25519.c doesn't seem to exist anywhere in the project file structure. The error produced by gcc is probably a missing file error.
To find the cause of your problem, I did the following:
So, I believe if you reinstall MinGW and select the 64-bit option, you will get things working.
(curve25519.c is in crypto/curve25519/.)
I get this error in an empty project with the only dependency being ring. gcc.exe is at C:\MinGW\bin which is in $env:PATH