Displaying 3 results from an estimated 3 matches for "bigarm".
Did you mean:
bigarr
2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> ld-new works only with those objects which are compiled using native gcc but
> doesn't work for cross-compiler gcc/arm.
Ok, please show:
ld --version
and last few lines of the ld --help output
--
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
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 elf32-sparc elf64-powerpcle elf64-powerpc
elf32-powerpcle elf32-powerpc elf32-bigarm elf32-littlearm
On Mon, Jul 12, 2010 at 6:52 PM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:
> > ld-new works only with those objects which are compiled using native gcc
> but
> > doesn't work for cross-compiler gcc/arm.
> Ok, please show:
>
> ld --...
2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...d-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 elf32-sparc elf64-powerpcle elf64-powerpc
> elf32-powerpcle elf32-powerpc elf32-bigarm elf32-littlearm
>
>
>
>
> On Mon, Jul 12, 2010 at 6:52 PM, Anton Korobeynikov <
> anton at korobeynikov.info> wrote:
>
>> > ld-new works only with those objects which are compiled using native gcc
>> but
>> > doesn't work for cross-compiler gcc...