C++:如何从 Windows 交叉编译到 Linux?

C++: How to cross-compile from Windows to Linux?

我在 windows 上有一个 C++ 模块,我想编译它以获得 linux *.so.

的动态库

是否存在可以帮助我解决问题的交叉编译器?

一些评论提到使用 Windows 子系统 Linux。我个人会推荐这个,因为它比尝试使用交叉编译器容易得多。它还具有额外的好处,您可以在编译它的同一环境中测试您的代码。

https://docs.microsoft.com/en-us/windows/wsl/about 是 WSL 入门的重要资源。