[cfe-commits] Create hello.exe via Microsoft link
Andreas Bittel
andreas.bittel at cdn-automotive.com
Tue Jul 26 03:22:39 PDT 2011
Dear Others,
I tried in
http://llvm.org/docs/GettingStartedVS.html
An Example Using the LLVM Tool Chain
Steps 5. and 6.
C:\Programme\LLVM>set PATH=%PATH%C:\Programme\Microsoft Visual Studio 9.0\Common7\IDE;
C:\Programme\LLVM>build\bin\Debug\llc -filetype=obj hello.bc
C:\Programme\LLVM>"C:\Programme\Microsoft Visual Studio 9.0\VC\bin\link" hello.obj -defaultlib:libcmt
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : fatal error LNK1104: Datei "libcmt.lib" kann nicht geƶffnet werden.
Translation ... File "libcmt.lib" cannot be opened.
Where can I find "libcmt.lib" and how can I offer this lib link.exe to create hello.exe?
Tia
Kind regards
Andreas
More information about the cfe-commits
mailing list