search for: cbqio

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

Did you mean: cbio
2009 Mar 16
1
[LLVMdev] Compiling error in 64bit machines
...bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped 2009/3/16 someguy <just.s0m3.guy+llvmdev at gmail.com>: > How did you compile LLVM? > > Can you please '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: &...
2009 Mar 16
0
[LLVMdev] Compiling error in 64bit machines
How did you compile LLVM? Can you please '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: E...
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'