search for: sanjeevtest

Displaying 5 results from an estimated 5 matches for "sanjeevtest".

2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...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 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc -lpthread -lrt --as-needed -lgcc_s --no-as-needed /usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtend.o /usr/lib/crtn.o a.o -o sanjeevtest On Mon, Jul 12, 2010 at 7:03 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > > 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 p...
2010 Jul 12
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...b/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 -lgcc > --as-needed -lgcc_s --no-as-needed -lc -lgcc -lpthread -lrt --as-needed > -lgcc_s --no-as-needed /usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtend.o > /usr/lib/crtn.o a.o -o sanjeevtest And you're using x86 libs. Surely you won't obtain ARM binary. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
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 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
....2.0/crtbegin.o > > -L/usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0 -L/usr/local/lib -lgcc > > --as-needed -lgcc_s --no-as-needed -lc -lgcc -lpthread -lrt --as-needed > > -lgcc_s --no-as-needed > /usr/local/lib/gcc/i686-pc-linux-gnu/4.2.0/crtend.o > > /usr/lib/crtn.o a.o -o sanjeevtest > And you're using x86 libs. Surely you won't obtain ARM binary. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > -------------- next part -------------- An HTML attachment was scrubbed... URL: <h...