Re: Questions on .config [uClibc for ARM Cortex A9]

2013-03-15 Thread Sergei Poselenov
Hello Ramesh, The following settings work for me (I'm building for Cortex-M3/Thumb): make -s ARCH_CFLAGS= 'CPU_CFLAGS=-mthumb -march=armv7 -mfix-cortex-m3-ldrd' Note the space between ARCH_CFLAGS= and the rest of the string. Regards, Sergei On Thu, 14 Mar 2013 02:44:26 + Ramesh Rangavittal

segfault of test on buildroot system

2013-03-15 Thread Alexander Varnin
Hello. I'm using buildroot based system with ARM samsung processor (s3c2443). I've found a case, when i get segfault in my application. Using x86 debian compilers doesn't reproduce error. Attaching test program to this letter. There is an exception getting throw from constructor of child-class

uClibc trunk broken

2013-03-15 Thread Vineet Gupta
Hi Bernhard, It seems that 950fcf0f68732a9aafaIt inet: res_nclose: free user-buffer breaks the build. This is on ARC port with linthreads.old -8- In file included from libc/inet/res_init.c:8: libc/inet/resolv.c: In function '__res_iclose':

RE: uclibc 3.3.2 with gcc-4.7

2013-03-15 Thread Alexander Varnin
I've faced problem mentioned in this half-year old thread http://lists.uclibc.org/pipermail/uclibc/2012-August/046997.html Is there any suggestions, what to do, to fix it? ___ uClibc mailing list uClibc@uclibc.org

Re: uClibc trunk broken

2013-03-15 Thread Bernhard Reutner-Fischer
On 15 March 2013 12:53:55 Vineet Gupta vineet.gup...@synopsys.com wrote: Hi Bernhard, It seems that 950fcf0f68732a9aafaIt inet: res_nclose: free user-buffer breaks the build. This is on ARC port with linthreads.old -8- In file included from

Re: segfault of test on buildroot system

2013-03-15 Thread Khem Raj
On Friday, March 15, 2013, Alexander Varnin fenix...@mail.ru wrote: Hello. I'm using buildroot based system with ARM samsung processor (s3c2443). I've found a case, when i get segfault in my application. Using x86 debian compilers doesn't reproduce error. Attaching test program to this letter.

RE: Questions on .config [uClibc for ARM Cortex A9]

2013-03-15 Thread Ramesh Rangavittal
From: Sergei Poselenov [sposele...@emcraft.com] Sent: Friday, March 15, 2013 1:50 AM To: Ramesh Rangavittal Cc: uclibc@uclibc.org Subject: Re: Questions on .config [uClibc for ARM Cortex A9] Hello Ramesh, The following settings work for me (I'm building

Re: Questions on .config [uClibc for ARM Cortex A9]

2013-03-15 Thread Carmelo AMOROSO
On 15/03/2013 17.15, Ramesh Rangavittal wrote: From: Sergei Poselenov [sposele...@emcraft.com] Sent: Friday, March 15, 2013 1:50 AM To: Ramesh Rangavittal Cc: uclibc@uclibc.org Subject: Re: Questions on .config [uClibc for ARM Cortex A9] Hello

Re: uClibc trunk broken

2013-03-15 Thread Vineet Gupta
Hi Bernhard, On Friday 15 March 2013 08:47 PM, Bernhard Reutner-Fischer wrote: On 15 March 2013 12:53:55 Vineet Gupta vineet.gup...@synopsys.com wrote: Hi Bernhard, It seems that 950fcf0f68732a9aafaIt inet: res_nclose: free user-buffer breaks the build. This is on ARC port with