gpt4 book ai didi

c++ - Mingw x64 Windows : plugin needed to handle lto object

转载 作者:可可西里 更新时间:2023-11-01 12:39:17 25 4
gpt4 key购买 nike

当我尝试使用 64 位 mingw (x86_64-5.1.0-posix-seh-rt_v4-rev0) 编译我的项目时,我收到消息:

BFD: my/project/dir/filename.cpp.obj: plugin needed to handle lto object

对于每个源文件。然而,当我使用 32 位 mingw(i686-5.1.0-posix-dwarf-rt_v4-rev0) 编译时,一切正常。

我的标志是:

CXX_FLAGS "-fno-exceptions -fno-rtti -std=c++14 -O3 -fstrict-aliasing -flto -fomit-frame-pointer -march=native -ffast-math -funroll-loops"
LINKER_FLAGS "-O1 -s"

我尝试添加 -fuse-linker-plugin 和 -fno-use-linker-plugin,但没有帮助。我的操作系统是 64 位 Windows 10。如果重要,我会使用 CLion 和 CMake,尽管它不应该。我该如何解决?

最佳答案

将LTO插件放入bfd-plugins目录:

mkdir mingw64\lib\bfd-plugins
cp mingw64\libexec\gcc\x86_64-w64-mingw32\5.1.0\liblto_plugin-0.dll mingw64\lib\bfd-plugins\liblto_plugin-0.dll

关于c++ - Mingw x64 Windows : plugin needed to handle lto object,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32221221/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com