search for: java_init

Displaying 3 results from an estimated 3 matches for "java_init".

Did you mean: ata_init
2009 Feb 13
2
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
...bj//include -I/home/wangtielei/TOOLS/llvm/llvm-2.4/include -DENABLE_LLVM -I/home/wangtielei/TOOLS/llvm/llvm-obj/../llvm-2.4/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c -o java/lang.o ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c: In function ‘java_init’: ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c:378: error: ‘force_align_functions_log’ undeclared (first use in this function) ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c:378: error: (Each undeclared identifier is reported only once ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c:378: error: for ea...
2009 Feb 13
0
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
On Feb 12, 2009, at 11:25 PM, Tielei Wang wrote: > Hi, every body, > > I get stuck when trying to build llvm-gcc4.2-2.4 on x86_64 Linux with > GCC-4.3.3. I meet this error: Make sure to follow the README.LLVM file in the llvm-gcc distro. llvm- gcc doesn't support gcj yet at all. -Chris
2009 Feb 13
2
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
...bj//include -I/home/wangtielei/TOOLS/llvm/llvm-2.4/include -DENABLE_LLVM -I/home/wangtielei/TOOLS/llvm/llvm-obj/../llvm-2.4/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c -o java/lang.o ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c: In function ‘java_init’: ../../llvm-gcc4.2-2.4.source/gcc/java/lang.c:378: error: ‘force_align_functions_log’ undeclared (first use in this function) But I do not understand why xgcc is invoked to compile java.c file. Could you give me more hints? Chris Lattner wrote: > > On Feb 12, 2009, at 11:25 PM, Tielei W...