Displaying 8 results from an estimated 8 matches for "gen_creat".
Did you mean:
gen_create
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
...try to build LLVM source (second step) by make, I get the following error:
llvm[2]: Linking Debug Loadable Module LLVMgold.dll
/llvm/llvm-src/tools/gold/Debug/gold-plugin.o: In function `all_symbols_read_hoo
k':
/llvm/llvm-src/tools/gold/gold-plugin.cpp:364: undefined reference to `_lto_code
gen_create'
/llvm/llvm-src/tools/gold/gold-plugin.cpp:368: undefined reference to `_lto_code
gen_add_module'
/llvm/llvm-src/tools/gold/gold-plugin.cpp:387: undefined reference to `_lto_code
gen_add_must_preserve_symbol'
/llvm/llvm-src/tools/gold/gold-plugin.cpp:401: undefined reference to `_lto_c...
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
...ond step) by make, I get the following error:
>
> llvm[2]: Linking Debug Loadable Module LLVMgold.dll
> /llvm/llvm-src/tools/gold/Debug/gold-plugin.o: In function `all_symbols_read_hoo
> k':
> /llvm/llvm-src/tools/gold/gold-plugin.cpp:364: undefined reference to `_lto_code
> gen_create'
It looks like llvm/tools/lto wasn't built in step 1 (you can check to see if this is so). From the Makefile, it will built tools/lto when ENABLE_PIC is 1. Check to see what ENABLE_PIC is set to in the Makefile.config file. If it's not set, try using the --enable-pic flag during LLVM&...
2011 Jan 02
2
[LLVMdev] LLVM for ARM target
...ond step) by make, I get the following error:
>
> llvm[2]: Linking Debug Loadable Module LLVMgold.dll
> /llvm/llvm-src/tools/gold/Debug/gold-plugin.o: In function `all_symbols_read_hoo
> k':
> /llvm/llvm-src/tools/gold/gold-plugin.cpp:364: undefined reference to `_lto_code
> gen_create'
It looks like llvm/tools/lto wasn't built in step 1 (you can check to see if this is so). From the Makefile, it will built tools/lto when ENABLE_PIC is 1. Check to see what ENABLE_PIC is set to in the Makefile.config file. If it's not set, try using the --enable-pic flag during LLVM&...
2010 Dec 30
0
[LLVMdev] LLVM for ARM target
Hello
> -c ../../llvm-gcc-4.8/gcc/crtstuff.c -DCRT_BEGIN \
> -o crtbegin.o
> C:/MinGW/llvm/arm_objects/gcc/as: line 2: exec: -o: invalid option
You don't have cross ARM binutils installed.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
...ond step) by make, I get the following error:
>
> llvm[2]: Linking Debug Loadable Module LLVMgold.dll
> /llvm/llvm-src/tools/gold/Debug/gold-plugin.o: In function `all_symbols_read_hoo
> k':
> /llvm/llvm-src/tools/gold/gold-plugin.cpp:364: undefined reference to `_lto_code
> gen_create'
It looks like llvm/tools/lto wasn't built in step 1 (you can check to see if this is so). From the Makefile, it will built tools/lto when ENABLE_PIC is 1. Check to see what ENABLE_PIC is set to in the Makefile.config file. If it's not set, try using the --enable-pic flag during LLVM&...
2010 Dec 29
3
[LLVMdev] LLVM for ARM target
Hi,
I get the following error where the "make"(building) stops.
/MinGW/llvm/arm_objects/./gcc/xgcc -B/MinGW/llvm/arm_objects/./gcc/ -B/MinGW/llv
m/arm_objects/../install/arm-linux/bin/ -B/MinGW/llvm/arm_objects/../install/arm
-linux/lib/ -isystem /MinGW/llvm/arm_objects/../install/arm-linux/include -isyst
em /MinGW/llvm/arm_objects/../install/arm-linux/sys-include -O2 -O2 -g -O2
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...ond step) by make, I get the following error:
>
> llvm[2]: Linking Debug Loadable Module LLVMgold.dll
> /llvm/llvm-src/tools/gold/Debug/gold-plugin.o: In function `all_symbols_read_hoo
> k':
> /llvm/llvm-src/tools/gold/gold-plugin.cpp:364: undefined reference to `_lto_code
> gen_create'
It looks like llvm/tools/lto wasn't built in step 1 (you can check to see if this is so). From the Makefile, it will built tools/lto when ENABLE_PIC is 1. Check to see what ENABLE_PIC is set to in the Makefile.config file. If it's not set, try using the --enable-pic flag during LLVM&...
2011 Jan 02
1
[LLVMdev] LLVM for ARM target
...ond step) by make, I get the following error:
>
> llvm[2]: Linking Debug Loadable Module LLVMgold.dll
> /llvm/llvm-src/tools/gold/Debug/gold-plugin.o: In function `all_symbols_read_hoo
> k':
> /llvm/llvm-src/tools/gold/gold-plugin.cpp:364: undefined reference to `_lto_code
> gen_create'
It looks like llvm/tools/lto wasn't built in step 1 (you can check to see if this is so). From the Makefile, it will built tools/lto when ENABLE_PIC is 1. Check to see what ENABLE_PIC is set to in the Makefile.config file. If it's not set, try using the --enable-pic flag during LLVM&...