Displaying 3 results from an estimated 3 matches for "gold_binutil".
Did you mean:
gold_binutils
2010 Jul 12
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> Yes, I'm following this page only and did whatever is mentioned there.
It doesn't seem so. E.g. it contains the following line:
"The linker takes a -plugin option that points to the path of the
plugin .so file."
and
"Replace that with ld-new -plugin /path/to/libLLVMgold.so to test it out."
At least you are not telling ld-new to use any plugin. Thus ld-new
does not
2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Yes, I'm following this page only and did whatever is mentioned there.
On Mon, Jul 12, 2010 at 6:57 PM, Sanjeev chugh <sanjuchugh at gmail.com> wrote:
> Did you mean ld-new ?
>
> ld-new -v
> GNU gold (GNU Binutils 2.20.51.20100707) 1.9
>
> ld-new --help
> ./ld-new: supported targets: elf32-i386 elf32-i386-freebsd elf64-x86-64
> elf64-x86-64-freebsd elf64-sparc
2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Sorry for not explaining well.
After compiling with g++-cross
g++-cross -c a.c
I do link using this command
/gold_binutils/build/gold/ld-new -plugin
~/Desktop/Sanjeev/LLVM/llvm-2.7/Release/lib/libLLVMgold.so --eh-frame-hdr
-melf_i386 -dynamic-linker /lib/ld-linux.so.2 /usr/lib/crt1.o
/usr/lib/crti.o
/usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtbegin.o
-L/usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0 -L/usr/local/lib -lg...