search for: arm_a_b_c_as

Displaying 4 results from an estimated 4 matches for "arm_a_b_c_as".

2010 Jun 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> No, I'm using the latest binutils. What is the version of 'latest' ? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Jun 28
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Sorry about that. As you can see, I'm using binutils (ld & as ) from arm toolchain we use to build things for our target. arm_a_b_c_ld -v gives 2.17.50.20070611 arm_a_b_c_as -v gives 2.17.50.20070611 Do you belive that older binaries of (linker & assembler) can cause performance drop ? Unfortunately I'm not in a position to update the arm compiler for my company :) On Mon, Jun 28, 2010 at 1:24 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote:...
2010 Jun 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> Sorry about that.  As you can see, I'm using binutils (ld & as ) from arm > toolchain we use to build things for our target. > > arm_a_b_c_ld -v gives 2.17.50.20070611 > > arm_a_b_c_as -v gives 2.17.50.20070611 This is definitely not the latest binutils you've stated before. As you might see - these are at least 3 years old and are known to be heavily buggy on ARM. > Do you belive that older binaries of (linker & assembler) can cause performance drop ? No. They are ju...
2010 Jun 28
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...57 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > > Sorry about that. As you can see, I'm using binutils (ld & as ) from arm > > toolchain we use to build things for our target. > > > > arm_a_b_c_ld -v gives 2.17.50.20070611 > > > > arm_a_b_c_as -v gives 2.17.50.20070611 > This is definitely not the latest binutils you've stated before. As > you might see - these are at least 3 years old and are known to be > heavily buggy on ARM. > > > Do you belive that older binaries of (linker & assembler) can cause > perfo...