引入sqlite后出现编译错误
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

 

 
解决
1、下载mingw64位的最新版:地址
2、解压后把bin所在目录加入path环境变量
3、运行gcc -v判断是否是最新版本。
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

 

 
如果有多个gcc版本,一个简单的办法是把需要的版本的路径在Path中的位置上移
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-09-16
  • 2021-05-22
  • 2022-01-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2021-12-02
  • 2021-11-28
  • 2021-11-25
  • 2021-04-23
相关资源
相似解决方案