Building GCC cross compiler (from “Linux” to “Windows”)

前端 未结 3 2025
野性不改
野性不改 2020-12-14 13:06

I want to build \"gcc cross-compiler\" to compile \"c/c++\" applications on \"Linux\" environment but for \"Windows\" target.

I have made this so far:

3条回答
  •  无人及你
    2020-12-14 13:32

    I grepped through the MinGW sources, and found that dllcrt2.o is something built off the mingwrt package. I assume you have to compile and install that, not just copy the headers?

提交回复
热议问题