Displaying 4 results from an estimated 4 matches for "uf24".
Did you mean:
f24
2004 Oct 10
2
[LLVMdev] building LLVM (question about ELF class)
...32-bit
binary by default. After executing "configure --with-llvmgccdir=...
--enable-jit", I modified Makefile.config so it contains
CXX = g++ -mcpu=v9 -m64
CC := gcc -mcpu=v9 -m64
When I do gmaking, there is an error about ELF class:
-----------
gmake[2]: Entering directory
`/a/athena/uf24/zhou/research/llvm/src/runtime/libp
rofile'
...
Linking profile_rt dynamic debug library
ld: fatal: file
/a/athena/uf24/zhou/research/llvm/src/runtime/libprofile/Debug/.
libs/BasicBlockTracing.o: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No output written to
/a/athena/uf24/...
2004 Sep 29
4
[LLVMdev] LLVM build error (sparc gcc 3.2.2)
Hi,
I met some errors when I tried to build LLVM. The tar file is
llvm-1.3.tar.gz. I am using a sparc machine with gcc 3.2.2.
-------------
Compiling SparcV9CodeEmitter.cpp
/uf24/zhou/research/llvm/src/lib/Target/SparcV9/SparcV9CodeEmitter.cpp: In
static member function `static void
llvm::<unnamed>::JITResolver::CompilationCallback()':
/uf24/zhou/research/llvm/src/lib/Target/SparcV9/SparcV9CodeEmitter.cpp:340:
warning: cast to pointer from integer of differe...
2004 Sep 29
0
[LLVMdev] LLVM build error (sparc gcc 3.2.2)
On Wed, Sep 29, 2004 at 06:44:50PM -0400, Shukang Zhou wrote:
> I met some errors when I tried to build LLVM. The tar file is
> llvm-1.3.tar.gz. I am using a sparc machine with gcc 3.2.2.
>
> -------------
> Compiling SparcV9CodeEmitter.cpp
> /uf24/zhou/research/llvm/src/lib/Target/SparcV9/SparcV9CodeEmitter.cpp: In
> static member function `static void
> llvm::<unnamed>::JITResolver::CompilationCallback()':
> /uf24/zhou/research/llvm/src/lib/Target/SparcV9/SparcV9CodeEmitter.cpp:340:
> warning: cast to pointer fro...
2004 Oct 07
2
[LLVMdev] problem with lli (llvm 1.3)
...=true test.bc),
it works fine. But if I use the JIT compiler ("lli
-force-interpreter=false test.bc"), I got a Segmentation Fault error,
even for a small program like helloworld.
If running with gdb, the error looks like
---------------------
(gdb) r test2.bc
Starting program: /a/athena/uf24/zhou/research/llvm/src/tools/Debug/lli
test2.bc
Program received signal SIGSEGV, Segmentation fault.
0xff18505c in _doprnt () from /usr/lib/libc.so.1
(gdb) bt
#0 0xff18505c in _doprnt () from /usr/lib/libc.so.1
#1 0xff1885fc in printf () from /usr/lib/libc.so.1
#2 0xfe07ffe4 in ?? ()
#3 0xfe07...