search for: cc1vozrt

Displaying 3 results from an estimated 3 matches for "cc1vozrt".

2009 Mar 16
3
[LLVMdev] Compiling error in 64bit machines
Dear all, sorry to bother you. I am new to llvm, and have a trivial question. When I compile the original source code to llvm-IR, there is an error as follows: $ llvm-gcc hello.c -o hello /tmp/cc1vOzRT.s: Assembler messages: /tmp/cc1vOzRT.s:9: Error: suffix or operands invalid for `push' /tmp/cc1vOzRT.s:21: Error: suffix or operands invalid for `pop' -------------------------------------------- #include <stdio.h> int main() { printf("hello world\n"); return 0; } ----...
2009 Mar 16
0
[LLVMdev] Compiling error in 64bit machines
...ease 'file lvm-gcc'? 2009/3/16 bq chan <cbqios at gmail.com>: > Dear all, sorry to bother you. > I am new to llvm, and have a trivial question. When I compile the > original source code to llvm-IR, there is an error as follows: > > $ llvm-gcc hello.c -o hello > /tmp/cc1vOzRT.s: Assembler messages: > /tmp/cc1vOzRT.s:9: Error: suffix or operands invalid for `push' > /tmp/cc1vOzRT.s:21: Error: suffix or operands invalid for `pop' > > -------------------------------------------- > #include <stdio.h> > > int main() { > printf("hel...
2009 Mar 16
1
[LLVMdev] Compiling error in 64bit machines
...> 2009/3/16 bq chan <cbqios at gmail.com>: >> Dear all, sorry to bother you. >> I am new to llvm, and have a trivial question. When I compile the >> original source code to llvm-IR, there is an error as follows: >> >> $ llvm-gcc hello.c -o hello >> /tmp/cc1vOzRT.s: Assembler messages: >> /tmp/cc1vOzRT.s:9: Error: suffix or operands invalid for `push' >> /tmp/cc1vOzRT.s:21: Error: suffix or operands invalid for `pop' >> >> -------------------------------------------- >> #include <stdio.h> >> >> int mai...