Displaying 4 results from an estimated 4 matches for "lishengmei".
2009 Dec 23
2
[LLVMdev] Problem while compling SPEC2000 with llvm-gcc
...pr etc.
The error messages are as follows.
..
zh.o unlzw.o unpack.o unzip.o util.o zip.o -o gzip
bits.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
specmake: *** [gzip] Error 1
specmake options 2> options.err | tee options.out
COMP: /home2/lishengmei/tools/llvm-gcc-4.2/bin/llvm-gcc -c -o options.o
-O4
LINK: /home2/lishengmei/tools/llvm-gcc-4.2/bin/llvm-gcc -o
options
Some files did not appear to be built: gzip
*** Error building 164.gzip
If you wish to ignore this error, please use '-I' or ignore errors.
When I...
2009 Dec 23
0
[LLVMdev] Problem while compling SPEC2000 with llvm-gcc
...with the LLVM
plugin).
Try compiling any C source file with -O4, it won't work unless you have
special support from the linker.
> collect2: ld returned 1 exit status
>
> specmake: *** [gzip] Error 1
>
> specmake options 2> options.err | tee options.out
>
> COMP: /home2/lishengmei/tools/llvm-gcc-4.2/bin/llvm-gcc -c -o
> options.o -O4
>
> LINK: /home2/lishengmei/tools/llvm-gcc-4.2/bin/llvm-gcc
> -o options
>
> Some files did not appear to be built: gzip
>
> *** Error building 164.gzip
>
> If you wish to ignore this error, plea...
2009 Dec 08
2
[LLVMdev] Problem while building llvm
Hi, all
I come across the problem when building llvm.
The errors are as follows
...
etJITInfo&, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool)':
: undefined reference to `__register_frame'
collect2: ld returned 1 exit status
make[2]: *** [/home/lishengmei/llvm-2.6/Release/bin/lli] Error 1
make[2]: Leaving directory `/home/lishengmei/llvm-2.6/tools/lli'
make[1]: *** [lli/.makeall] Error 2
make[1]: Leaving directory `/home/lishengmei/llvm-2.6/tools'
make: *** [all] Error 1
I search the key words with google but can't find...
2009 Dec 08
0
[LLVMdev] Problem while building llvm
Hi, all
I come across the problem when building llvm.
The errors are as follows
...
etJITInfo&, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool)':
: undefined reference to `__register_frame'
collect2: ld returned 1 exit status
make[2]: *** [/home/lishengmei/llvm-2.6/Release/bin/lli] Error 1
make[2]: Leaving directory `/home/lishengmei/llvm-2.6/tools/lli'
make[1]: *** [lli/.makeall] Error 2
make[1]: Leaving directory `/home/lishengmei/llvm-2.6/tools'
make: *** [all] Error 1
I search the key words with google but can't find...