[cfe-dev] Create hello.exe via Microsoft link
Andreas Bittel
andreas.bittel at cdn-automotive.com
Tue Jul 26 04:36:58 PDT 2011
Dear Others,
if I add the path for libcmt I receive another link error:
C:\Programme\LLVM>"C:\Programme\Microsoft Visual Studio 9.0\VC\bin\link" hello.obj -defaultlib:C:\Programme\Microsoft Visual Studio 9.0\VC\lib\libcmt
LINK : fatal error LNK1181: Eingabedatei "Visual.obj" kann nicht geöffnet werden.
I cannot find Visual.obj neither in C:\Programme\Microsoft Visual Studio 9.0 nor in C:\Programme\LLVM ...
If I do
C:\Programme\LLVM>"C:\Programme\Microsoft Visual Studio 9.0\VC\bin\link" hello.obj -defaultlib:"C:\Programme\Microsoft Visual Studio 9.0\VC\lib\libcmt"
I receive this
LINK : fatal error LNK1104: Datei "kernel32.lib" kann nicht geöffnet werden.
What do I have to do to create hello.exe correctly?
Kind regards
Andreas
More information about the cfe-dev
mailing list