Displaying 7 results from an estimated 7 matches for "classpath_flag".
Did you mean:
classpath_flags
2009 Nov 20
3
[LLVMdev] VMKIT problem
...make file it was
giving this error:
make[3]: ***
[/.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
Error 1
"
So I went into Makefile.common and modified GNU CLASSPATH FLAGS variable, I
removed "//../"before "include"(CLASSPATH_FLAGS =
-I/transient/nataraj/CompilerD/classpath-0.98*//../include*-I/usr/include/classpath)
and made it
"/classpath-0.98/include" After that the make file ran smoothly.
Looks like that was a mistake, What can I do to overcome the error?
Thanks,
-Nataraj
On Fri, Nov 20, 2009 at 8:56 A...
2009 Nov 20
2
[LLVMdev] VMKIT problem
...: ***
>> [/.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
>> Error 1
>> "
>> So I went into Makefile.common and modified GNU CLASSPATH FLAGS variable,
>> I removed "//../"before "include"(CLASSPATH_FLAGS =
>> -I/transient/nataraj/CompilerD/classpath-0.98/*_//../i_nclude*/
>> -I/usr/include/classpath) and made it
>>
>> "/classpath-0.98/include" After that the make file ran smoothly.
>>
>> Looks like that was a mistake, What can I do to overcome the err...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...gt;
> make[3]: ***
> [/.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
> Error 1
> "
> So I went into Makefile.common and modified GNU CLASSPATH FLAGS
> variable, I removed "//../"before "include"(CLASSPATH_FLAGS =
> -I/transient/nataraj/CompilerD/classpath-0.98/*_//../i_nclude*/
> -I/usr/include/classpath) and made it
> "/classpath-0.98/include" After that the make file ran smoothly.
>
> Looks like that was a mistake, What can I do to overcome the error?
>
> Thanks,
>...
2009 Nov 20
0
[LLVMdev] VMKIT problem
.../.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
> Error 1
> "
> So I went into Makefile.common and modified GNU CLASSPATH FLAGS
> variable, I removed "//../"before "include"(CLASSPATH_FLAGS =
> -I/transient/nataraj/CompilerD/classpath-0.98/*_//../i_nclude*/
> -I/usr/include/classpath) and made it
>
> "/classpath-0.98/include" After that the make file ran smoothly.
>
> Looks like that was a mistake, What can I do to overco...
2009 Nov 20
1
[LLVMdev] VMKIT problem
...root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
>> Error 1
>> "
>> So I went into Makefile.common and modified GNU CLASSPATH FLAGS
>> variable, I removed "//../"before "include"(CLASSPATH_FLAGS =
>> -I/transient/nataraj/CompilerD/classpath-0.98/*_//../i_nclude*/
>> -I/usr/include/classpath) and made it
>>
>> "/classpath-0.98/include" After that the make file ran smoothly.
>>
>> Looks like that was a mistake, What...
2009 Nov 20
0
[LLVMdev] VMKIT problem
Hi Nataraj,
Which platform are you running on? Did you follow all the steps on
vmkit.llvm.org getting started page, especially for GNU Classpath?
Thanks!
Nicolas
Nataraj Sundar wrote:
> Hi,
>
> I intent to use VMKIT to convert java byte codes to LLVM IR
>
> I have installed VMKIT 0.26, on running jnjvm (as ./jnjvm
> Hello.class) in Release/bin I get the same error
2009 Nov 20
2
[LLVMdev] VMKIT problem
Hi,
I intent to use VMKIT to convert java byte codes to LLVM IR
I have installed VMKIT 0.26, on running jnjvm (as ./jnjvm
Hello.class) in Release/bin I get the same error irrespective of class
content :
jnjvm: JavaClass.cpp:469: jnjvm::JavaObject*
jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing()
|| classLoader->getCompiler()->isStaticCompiling()) &&