Re: Linaro toolchain and ARMv6

2012-03-07 Thread Andrew Stubbs
On Wed 07 Mar 2012 04:30:55 GMT, ezjd wrote: Hello, My name is Jiandong Zheng and am working on a few ARM specific projects. I have been using Linaro toolchain coming with Ubuntu to do Cortext-A9 building. I also need to maintain code for old ARM11 SoC so that Linaro toolchain is my

Re: Linaro toolchain and ARMv6

2012-03-07 Thread ezjd
On 03/07/2012 05:45 AM, Andrew Stubbs wrote: Sorry, but no, the *binary* toolchains are configured for ARMv7, and even if you pass the -march=armv6 flag that doesn't change the configuration of libgcc and the other precompiled bit-and-bobs that get linked in. If you build your own compiler

Re: Linaro toolchain and ARMv6

2012-03-07 Thread Michael Hope
On Thu, Mar 8, 2012 at 5:00 AM, ezjd entropy@gmail.com wrote: On 03/07/2012 05:45 AM, Andrew Stubbs wrote: Sorry, but no, the *binary* toolchains are configured for ARMv7, and even if you pass the -march=armv6 flag that doesn't change the configuration of libgcc and the other precompiled