Re: Linaro toolchain: libstdc++.so: file format not recognized; treating as linker script

2016-04-07 Thread Jim Wilson
On Thu, Apr 7, 2016 at 7:46 PM, Pinski, Andrew wrote: > Actually NTFS can be made to be case sensitive. Good point. I'd forgotten about that. See https://cygwin.com/cygwin-ug-net/using-specialnames.html about 1/3 of the way down it talks about turning off case insensitive filenames with a re

RE: Linaro toolchain: libstdc++.so: file format not recognized; treating as linker script

2016-04-07 Thread Pinski, Andrew
Actually NTFS can be made to be case sensitive. -Original Message- From: linaro-toolchain [mailto:linaro-toolchain-boun...@lists.linaro.org] On Behalf Of Jim Wilson Sent: Thursday, April 7, 2016 5:26 PM To: Gunnar Arndt Cc: Linaro Toolchain Mailman List Subject: Re: Linaro toolchain:

Re: Linaro toolchain: libstdc++.so: file format not recognized; treating as linker script

2016-04-07 Thread Jim Wilson
On Thu, Apr 7, 2016 at 2:43 AM, Gunnar Arndt wrote: > I've unzipped the Linaro gcc archive with WinRAR, and - what probably makes > the difference - chosen NOT to overwrite duplicate files during unzipping. > It works now for simple test programs, but I fear that there will be > problems some time

Re: Linaro toolchain: libstdc++.so: file format not recognized; treating as linker script

2016-04-07 Thread Jim Wilson
On Thu, Apr 7, 2016 at 2:43 AM, Gunnar Arndt wrote: > I've unzipped the Linaro gcc archive with WinRAR, and - what probably makes > the difference - chosen NOT to overwrite duplicate files during unzipping. > It works now for simple test programs, but I fear that there will be > problems some time

Re: Another weird behavior with arm gcc 5.3

2016-04-07 Thread fengwei.yin
Hi Jim, On 2016/4/7 2:39, Jim Wilson wrote: On Wed, Apr 6, 2016 at 9:13 AM, Jim Wilson wrote: gcc 5.x implements C++ 2011 by default. gcc 4.9.x implements C++ 2003 by default. There were some ABI changes required to implement C++ 2011. If the android loader has knowledge of the gcc C++ ABI,

Re: Another weird behavior with arm gcc 5.3

2016-04-07 Thread fengwei.yin
Hi Christophe, On 2016/4/7 20:14, Christophe Lyon wrote: On 7 April 2016 at 05:44, fengwei.yin wrote: On 2016/4/6 23:11, Christophe Lyon wrote: On 6 April 2016 at 16:53, fengwei.yin wrote: Hi list, I hit another weird problem after use gcc 5.3 (If I use gcc 4.9, there is no any issue) w

Re: Another weird behavior with arm gcc 5.3

2016-04-07 Thread Christophe Lyon
On 7 April 2016 at 05:44, fengwei.yin wrote: > > > On 2016/4/6 23:11, Christophe Lyon wrote: >> >> On 6 April 2016 at 16:53, fengwei.yin wrote: >>> >>> Hi list, >>> I hit another weird problem after use gcc 5.3 (If I use gcc 4.9, there is >>> no >>> any >>> issue) with android. >>> >> >> Hi, >> >

Re: Linaro toolchain: libstdc++.so: file format not recognized; treating as linker script

2016-04-07 Thread Gunnar Arndt
Jim, I've unzipped the Linaro gcc archive with WinRAR, and - what probably makes the difference - chosen NOT to overwrite duplicate files during unzipping. It works now for simple test programs, but I fear that there will be problems some time soon because of content not properly extracted.

Re: Linaro toolchain: libstdc++.so: file format not recognized; treating as linker script

2016-04-07 Thread Gunnar Arndt
Hi Jim, thank you for the competent suggestion. I had used 7-Zip to extract the archive, which has nothing to do with Cygwin. However, I remember that there were indeed some hints about files being overwritten by identical ones - those probably were the links in question. I'm going to give you