Re: [meta-xilinx] [RFC] glibc_2.24.bbappend: Fix compiler error for MB

2016-07-16 Thread Nathan Rossi
Hi Manju, This patch works fine to resolve the build issue, however there appears to be something significantly more broken with regards to glibc 2.24 and/or gcc 6 for microblaze. When booting the default qemumicroblaze build in qemu userspace appears broken. Resulting in a kernel panic on init.

Re: [meta-xilinx] [PATCH 0/2] Remove older GCC support

2016-07-16 Thread Nathan Rossi
On Tue, Jul 12, 2016 at 8:39 AM, Manjukumar Matha wrote: > Remove support for patches and GCC that are no longer supported in oe-core > upstream I have applied this series. > > Manjukumar Matha (2): > Remove old references to GCC 4.9 and 5.3 GCC 5.4 is

Re: [meta-xilinx] [PATCH] gcc-source_6.1.bbappend: Include MB patch

2016-07-16 Thread Nathan Rossi
On Tue, Jul 12, 2016 at 8:27 AM, Manjukumar Matha wrote: > Patch GCC 6 for addi3 and subdi3 instruction definitions Applied. Thanks, Nathan > > Signed-off-by: Manjukumar Matha > --- >

Re: [meta-xilinx] [PATCH 1/2] u-boot-xlnx_2016.01.bb: Add patch for GCC 6

2016-07-16 Thread Nathan Rossi
On Tue, Jul 12, 2016 at 7:05 AM, Manjukumar Matha wrote: > Include the patch to fix compilation error due to missing header file Applied. Thanks, Nathan > > Signed-off-by: Manjukumar Matha > --- >

Re: [meta-xilinx] [PATCH 2/2] Add GCC6 patch for compiler-gcc6.h file missing

2016-07-16 Thread Nathan Rossi
On Tue, Jul 12, 2016 at 7:05 AM, Manjukumar Matha wrote: > Copy compiler-gcc5.h as compiler-gcc6.h to fix compilation error This is a > temporary fix till Xilinx u-boot gets updated > > Upstream Status: Never > > Signed-off-by: Manjukumar Matha