Displaying 2 results from an estimated 2 matches for "sigsegv_gc".
2012 Oct 26
1
[LLVMdev] VMKit compilation error
...build (bytecode)
llvm [3]: Compiling Sigsegv.ll to Sigsegv.bc for Debug + Asserts build (
bytecode)
llvm [3]: Compiling Sigsegv.bc to Sigsegv.s for Debug + Asserts build
llvm [3]: Compiling for Debug + Asserts Sigsegv.s build
/ home / admcad / VMKit / lib / vmkit / CommonThread / Debug + Asserts /
Sigsegv_gc.s: Assembler messages:
/ home / admcad / VMKit / lib / vmkit / CommonThread / Debug + Asserts / *
Sigsegv_gc.s: 18: Error: file number 1 Already allocated*
make [3]: ** [/ home / admcad / VMKit / lib / vmkit / CommonThread / Debug +
Asserts / Sigsegv_gc.o] Error 1
make [3]: Leaving directory `/ hom...
2012 Apr 04
0
[LLVMdev] Compiling VMKit in debug mode
...--with-llvmobj=/home/koutheir/llvm
--with-gnu-classpath-libs=/home/koutheir/classpath/lib
--with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip
ENABLE_OPTIMIZED=0
make ENABLE_OPTIMIZED=0
The compilation failed in the file:
".../vmkit/lib/vmkit/CommonThread/Debug+Asserts/Sigsegv_gc.s" and said
"file 1 already reserved" (or something alike).
I fixed the error by adding "19" on the first line of the file where
appropriate. And then retried compiling:
And now, compilation fails in: Buildfile:
/media/Data/Documents/PhD/VMKit/vmkit/mmtk/java/build.xml
And...