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
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.
在 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