Re: [Dorset] 32-bit libs on amd64 Debian

2015-07-01 Thread Ralph Corderoy
Hi Tim, $ readelf -d /usr/local/gcc-arm-none-eabi-4_9-2015q2/bin/arm-none-eabi-gcc Dynamic section at offset 0xb20a4 contains 26 entries: TagType Name/Value 0x0001 (NEEDED) Shared library: [libm.so.6] 0x0001 (NEEDED)

Re: [Dorset] 32-bit libs on amd64 Debian

2015-07-01 Thread TimA
On 01/07/15 12:12, TimA wrote: Hi Trying to get arm embedded cross compiler from https://launchpad.net/gcc-arm-embedded running on a Debian 8 (Jessie) amd64 machine. Compiler is 32-bit: $ file /usr/local/gcc-arm-none-eabi-4_9-2015q2/bin/arm-none-eabi-gcc

[Dorset] 32-bit libs on amd64 Debian

2015-07-01 Thread TimA
Hi Trying to get arm embedded cross compiler from https://launchpad.net/gcc-arm-embedded running on a Debian 8 (Jessie) amd64 machine. Compiler is 32-bit: $ file /usr/local/gcc-arm-none-eabi-4_9-2015q2/bin/arm-none-eabi-gcc /usr/local/gcc-arm-none-eabi-4_9-2015q2/bin/arm-none-eabi-gcc: ELF

Re: [Dorset] 32-bit libs on amd64 Debian

2015-07-01 Thread TimA
Hi Andrew On 01/07/15 12:34, Andrew Montgomery-Hurrell wrote: Not an answer to your question, but I'm curious, is there a reason you need the 32bit version? Why not just use the 64-bit one they link from that very page? https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded Yes, I

Re: [Dorset] 32-bit libs on amd64 Debian

2015-07-01 Thread Andrew Montgomery-Hurrell
Not an answer to your question, but I'm curious, is there a reason you need the 32bit version? Why not just use the 64-bit one they link from that very page? https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded On Wed, 1 Jul 2015 at 12:15 TimA t...@ls83.eclipse.co.uk wrote: Hi