Cc1.exe: sorry, unimplemented: 64-bit mode not compiled in exit status 2 exit status 1

Hello,

I get the above error when i run “go run build.go setup”

AM using windows for my set up. And i was following this documentation. Please help!

I tried installing mingw but it didn’t work. Maybe i didn’t do this properly.

You have some sort of conflict between your 32-bit environment and 64-bit Go. A quick search on Google turned up the following leads that suggest that the gcc binary is 32-bit and that you should install 64-bit mingw:

Thanks for the reply :).

The issue got resolved after installing MinGW-w64 verison. You may close this ticket.