[Mingw-w64-public] LD.exe: "File Format Not Recognized"

2019-09-12 Thread Brian Johnson
Hello, I have compiled a C source program to a .obj file on Windows using Clang. Next I tried to link it to produce an .exe with the following compiler string: ld -o C:\C_Projects\Test_Proj.exe C:\C_Projects\Test_Proj.obj but I get this error: file not recognized: file format not recognized

Re: [Mingw-w64-public] [PATCH] headers: Don't use __gnu_inline__ with __mingw_ovr in C++ mode

2019-09-12 Thread Martin Storsjö
On Thu, 12 Sep 2019, Liu Hao wrote: 在 2019/9/12 4:37, Martin Storsjö 写道: Nice, thanks! This one also seems to work fine with clang; I tested building the most vital parts of my test code with it, and it all built fine. // Martin This patch looks good to me. Thanks for testing with clang.

Re: [Mingw-w64-public] [PATCH] headers: Don't use __gnu_inline__ with __mingw_ovr in C++ mode

2019-09-12 Thread Liu Hao
在 2019/9/12 4:37, Martin Storsjö 写道: > > Nice, thanks! This one also seems to work fine with clang; I tested > building the most vital parts of my test code with it, and it all built > fine. > > // Martin > This patch looks good to me. Thanks for testing with clang. -- Best regards, LH_Mous