gpt4 book ai didi

gcc - mingw 交叉编译错误 - 未定义对 `__mingw_get_msvcrt_handle' 的引用

转载 作者:行者123 更新时间:2023-11-29 08:33:47 25 4
gpt4 key购买 nike

我可以成功地从 Linux 交叉编译一个简单的 hello world 程序的 exe。现在,我正在尝试交叉编译一个更复杂的程序。这是一个 Rust 程序,但它不是问题的原因,因为已经生成了 .o。

知道为什么我会收到 undefined reference to `__mingw_get_msvcrt_handle' 错误吗?我正在使用 rubenvb-4.7.0.

预构建的工具链

命令行是:

/inst_temp/mingw32_3/mingw64/bin/x86_64-w64-mingw32-gcc -Wl,--enable-long-section-names -fno-use-linker-plugin -Wl,--nxcompat -static-libgcc -m64 -L /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib /rust.code/study/prj3/target/x86_64-pc-windows-gnu/debug/study_cross_rust.0.o -o /rust.code/study/prj3/target/x86_64-pc-windows-gnu/debug/study_cross_rust.exe -Wl,--gc-sections -L /rust.code/study/prj3/target/x86_64-pc-windows-gnu/debug -L /rust.code/study/prj3/target/x86_64-pc-windows-gnu/debug/deps -L /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib -L /rust.code/study/prj3/.rust/lib/x86_64-pc-windows-gnu -L /rust.code/study/prj3/lib/x86_64-pc-windows-gnu -Wl,-Bstatic -Wl,-Bdynamic /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/libstd-35c36e89.rlib /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/libcollections-35c36e89.rlib /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_unicode-35c36e89.rlib /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/librand-35c36e89.rlib /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/liballoc-35c36e89.rlib /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/liballoc_jemalloc-35c36e89.rlib /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/liblibc-35c36e89.rlib /mytool/var/lib/rustlib/x86_64-pc-windows-gnu/lib/libcore-35c36e89.rlib -l ws2_32 -l userenv -l advapi32 -l compiler-rt

这些是错误信息:

/inst_temp/mingw32_3/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o: In function `__mingw_prepare_except_for_msvcr80_and_higher':
/home/ruben/mingw-w64/toolchain/src/mingw-w64/tags/v2.0.3/mingw-w64-crt/crt/crtexe.c:430: undefined reference to `__mingw_get_msvcrt_handle'
collect2: error: ld returned 1 exit status

最佳答案

我发现了问题。

我指的是 this post用于交叉编译。为了获得 x86_64 的 ruSTLib,我下载了包 http://static.rust-lang.org/dist/rustc-1.5.0-x86_64-pc-windows-gnu.tar.gz并将 lib 复制到我在 Linux 中安装的 rustc 下的 ruSTLib/x86_64-pc-windows-gnu

但是,__mingw_get_msvcrt_handle 没有在 ruSTLang 的这个 ruSTLib 中定义。我用的是mingw gcc的交叉编译器,看来你必须使用mingw gcc提供的lib。

我的解决方案是将 mingw gcc lib 文件夹中的所有文件(*.a、*.o 等)复制到 ruSTLib/x86_64-pc-windows-gnu。然后就可以了。

关于gcc - mingw 交叉编译错误 - 未定义对 `__mingw_get_msvcrt_handle' 的引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34540673/

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