search for: tp24655143p24664027

Displaying 2 results from an estimated 2 matches for "tp24655143p24664027".

2009 Jul 25
0
[LLVMdev] Compiling with llvm-gcc
Hello, This error message means that you haven't compiled LLVM-GCC from the source for your architecture. The distribution you have is probably for 32-bit machines only. Tell us more about your system configuration and maybe we can figure out where the problem arises in the compilation of LLVM-GCC. ----- Original Message ---- > From: funceval <funceval at gmail.com> > To:
2009 Jul 25
3
[LLVMdev] Compiling with llvm-gcc
Using the command: llvm-gcc -m64 hello.c resulted in the following error: sorry, unimplemented: 64-bit mode not compiled in Bill Wendling wrote: > > Did you compile it with -m64? > > -bw > > On Jul 24, 2009, at 11:00 PM, funceval wrote: > >> >> Hi, >> >> I just installed llvm on a 64 bit system and tried running it on a >> hello >>