Displaying 3 results from an estimated 3 matches for "lnk1112".
Did you mean:
lnk1120
2014 Jul 26
2
[LLVMdev] Clang binaries for Windows x86-64?
...rmance or whatnot, you'll have
> to build from source for now.
>
>
Thats not gonna work though:
clang version 3.5.0 (213584)
Target: i686-pc-windows-gnu
Thread model: posix
C:\Users\ismail\Desktop>clang -target x86_64-pc-windows-msvc -m64 nic.c
libcmt.lib(chkstk.obj) : fatal error LNK1112: module machine type 'X86'
conflicts with target machi
e type 'x64'
clang.exe: error: linker command failed with exit code 1112 (use -v to see
invocation)
Seems to be libpath is not properly set for 64bit case.
-------------- next part --------------
An HTML attachment was scrubbed...
2014 Jul 25
3
[LLVMdev] Clang binaries for Windows x86-64?
I am trying to find Clang binaries to download for the Windows x86-64 target and have not been successful.
Do any such binaries exist?
Thank you,
Simon Koeman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140725/09d99203/attachment.html>
2015 Jun 09
2
[LLVMdev] msbuild and clang
Okay, so trying a straight compile of the Python interpreter with clang-cl,
I used the following commands:
cd \python-2.7.10\pcbuild
copy C:\llvm\build\Release\bin\clang-cl.exe cl.exe
rd /q /s amd64
rd /q /s win32-temp-debug
rd /q /s win32-temp-release
rd /q /s x64-temp-debug
rd /q /s x64-temp-release
msbuild /p:Configuration=Release /v:diag /fileLogger pcbuild.sln
(The second line is the one