search for: vmkit_src_root

Displaying 4 results from an estimated 4 matches for "vmkit_src_root".

2012 Jun 11
2
[LLVMdev] VMKIT: Assertion at build
Thanks Favios for finding the problem! I have applied a patch to Makefile.rules, hopefully it now works without you editing some files. About VMKIT_SRC_ROOT and PROJ_SRC_ROOT, it is fine to have both in the code. I find it clearer to use VMKIT_SRC_ROOT. Nicolas On Sun, Jun 10, 2012 at 10:09 PM, Foivos S. Zakkak <foivos at zakkak.net>wrote: > Hi Nicolas, > > I finally found the root of the problem. Build was unable to locate > llvm-...
2012 Jun 11
0
[LLVMdev] VMKIT: Assertion at build
...there is an easy way to completely disable JIT and interpret the code instead? Foivos On 06/11/2012 04:51 PM, Nicolas Geoffray wrote: > Thanks Favios for finding the problem! I have applied a patch to > Makefile.rules, hopefully it now works without you editing some files. > > About VMKIT_SRC_ROOT and PROJ_SRC_ROOT, it is fine to have both in the > code. I find it clearer to use VMKIT_SRC_ROOT. > > Nicolas
2012 Jun 10
0
[LLVMdev] VMKIT: Assertion at build
...s like this LLVMBuildTool := $(PROJ_SRC_ROOT)/utils/llvm-build/llvm-build however in the case of vmkit it should be LLVMBuildTool := $(LLVM_SRC_ROOT)/utils/llvm-build/llvm-build i Also noticed that in the vmkit's generated (by configure) Makefile.config there are defined PROJ_SRC_ROOT and VMKIT_SRC_ROOT as well as PROJ_OBJ_ROOT and VMKIT_OBJ_ROOT. What should be the difference between PROJ_* and VMKIT_* paths? In my case they where equal (so what's the need for 2 different variables?) I hope the first section will help you to create a patch (i edited my Makefile.rules just before configuri...
2012 Jun 07
4
[LLVMdev] VMKIT: Assertion at build
Hi Nicolas, it looks like there are missing things $ more lib/j3/LLVMRuntime/LLVMRuntime.inc // Generated by llvm2cpp - DO NOT MODIFY! Module* makeLLVMModuleContents(Module *mod) { mod->setModuleIdentifier("<stdin>"); // Type Definitions // Function Declarations // Global Variable Declarations // Constant Definitions // Global Variable Definitions // Function