[ACTIVITY] Week 15

2016-04-18 Thread Yvan Roux
== Progress == o GCC 2016.04 source snapshot (4/10) * Reviewed on-going backports * Merged from FSF GCC 5 branch * Packaged and released snaphot o Extended validation (3/10) * Native validation identifies upstream issues - Fixed Glibc warnings raised by GCC 6, committed in Glibc m

[ACTIVITY] 11 - 15 April 2016

2016-04-18 Thread Omair Javaid
== Progress == LLDB Buildbot Setup [TCWG-241] [1/10] -- Created a new factory for LLDB buildbots. Halted plan to migrate till turning chromebook build green. LLDB Chromebook Test Stability [TCWG-563] [3/10] -- Investigated some failures some of them were fixed by a systemZ support large patch s

Re: Cross compilation issue

2016-04-18 Thread $rik@nth
On Fri, Apr 15, 2016 at 7:07 PM, Rob Savoye wrote: > static_link Thank Rob for the pointers. Actually i am trying to build cross gcc for ARM aarch 32bit. I moved all `no` flags to `yes`. `../abe.sh --set arch=armv7-a --host arm-linux-gnueabi --target arm-linux-gnueabi --build all`.. Still obser

Re: Cross compilation issue

2016-04-18 Thread Rob Savoye
On 04/18/2016 11:43 AM, $rik@nth wrote: > On Fri, Apr 15, 2016 at 7:07 PM, Rob Savoye wrote: > `../abe.sh --set arch=armv7-a --host arm-linux-gnueabi --target > arm-linux-gnueabi --build all`.. Still observing the same issue while > building libgcc > if i drop --host flag.. It compiles proper

Re: Cross compilation issue

2016-04-18 Thread $rik@nth
On Tue, Apr 19, 2016 at 12:08 AM, Rob Savoye wrote: > On 04/18/2016 11:43 AM, $rik@nth wrote: >> On Fri, Apr 15, 2016 at 7:07 PM, Rob Savoye wrote: > >> `../abe.sh --set arch=armv7-a --host arm-linux-gnueabi --target >> arm-linux-gnueabi --build all`.. Still observing the same issue while >> bu

Re: Cross compilation issue

2016-04-18 Thread $rik@nth
On Fri, Apr 15, 2016 at 7:07 PM, Rob Savoye wrote: > On 04/15/2016 07:35 AM, $rik@nth wrote: >> On Tue, Apr 5, 2016 at 11:12 AM, Jim Wilson wrote: >>> On Mon, Apr 4, 2016 at 8:18 PM, $rik@nth wrote: There is no way to build static tool chain by using abe tool at all? >>> >>> Maybe modify a

Re: Cross compilation issue

2016-04-18 Thread Rob Savoye
On 04/18/2016 09:08 PM, $rik@nth wrote: >>> `../abe.sh --set arch=armv7-a --host arm-linux-gnueabi --target >>> arm-linux-gnueabi --build all`.. Still observing the same issue while >>> building libgcc >> You'd need to first build a arm-linux-gnueabi cross compiler, > Here i am failing to build