cc1.exe: sorry, unimplemented: 64-bit mode not compiled in解决办法

问题现象 今天在go项目进行kafka开发时,报cc1.exe: sorry, unimplemented: 64-bit mode not compiled in错误 原因分析 通过提示可知;cc1.exe版本不是64位的,在64位环境下无法编译 解决办法 需要将mingw32换成mingw64. 下载安装包 下载地址: https://sourceforge.net/projects/ming
相关文章
相关标签/搜索