Dear Others,
I wanted to create hello.exe like it is mentioned in
http://llvm.org/docs/GettingStartedVS.html
in step 2 second part.
But I did the following:
C:\Programme\LLVM>build\bin\Debug\clang -c hello.c -o hello.exe
C:\Programme\LLVM>hello.exe
After that I received the error message (see attachment):
English translation:
16-Bit-MS-DOS-Part System
C:\WINDOWS\system32\cmd.exe - hello.exe
The NTVDM-CPU has discovered an invalid command.
CS:0ffc IP:ffc OP:0f 0f 85 01 00 Click on "close", to terminate
application
Close / Ignore
What do I have to do to create a "hello.exe" which works without errors?
The following was possible:
% clang -c hello.c -emit-llvm -o hello.bc
% lli hello.bc
"hello world" was printed.
Tia
Kind regards
Andreas
English_translation_Error_Message.doc (27.5 KB)
ATT1063913.txt (155 Bytes)