search for: hellow_world

Displaying 1 result from an estimated 1 matches for "hellow_world".

Did you mean: hello_world
2008 Apr 30
0
[LLVMdev] newbie question regarding llvm-mingw
...ing to stdout... call i32 @puts(i8 * %cast210) ; i32 ret i32 0 } ---------------------------------------------------------------------------------- I assembled it with: "llvm-as -f hello_world.ll" If I try to run the bytecode with: "lli hellow_world.bc" - I get the following error: ERROR: Program used external function '__main' wich could not be resolved! I get the same error if I link the program with: "llvm-ld -v --stats hello_world.bc -o hello_world.exe" ... and execute the resulting "hello_world.exe" Wha...