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.

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

2016-07-11 Thread Manjukumar Matha
MB is failing to compile stating "ret" variable is a register. However renaming the variable from ret to any other name fixes this issue. I think it might be a GCC issue, but I am unable to re-create this corner case to report it to GCC. Signed-off-by: Manjukumar Matha --- .../glibc/files/microb