Displaying 2 results from an estimated 2 matches for "xplanguag".
Did you mean:
xplanguages
2008 Feb 15
2
[LLVMdev] Question on link error
So I’ve built llvm-2.2 using Cygwin, and I think I’ve got all the right bits
in the right places, but I’m getting a strange error when running through
the hello.c examples from the Web site:
Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
$ gcc hello.s -o hello.native
Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
$ ls
hello.bc hello.c* hello.exe* hello.native* hello.s
Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
$ ./hello.native
hello world
Ted at XP...
2008 Feb 15
0
[LLVMdev] Question on link error
...ight places, but I’m getting a strange error when
> running through the hello.c examples from the Web site:
How did you create hello.s? What version of llvm-gcc are you using?
4.2? Have you tried compiling hello.s to hello.native with llvm-gcc
instead of gcc?
-Chris
>
> Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
> $ gcc hello.s -o hello.native
>
> Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
> $ ls
> hello.bc hello.c* hello.exe* hello.native* hello.s
>
> Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
> $ ./hello.nativ...