[PATCH] Updated xilinx_zynq_a9_qemu bsp README instructions.

2016-10-22 Thread James
--- c/src/lib/libbsp/arm/xilinx-zynq/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/arm/xilinx-zynq/README b/c/src/lib/libbsp/arm/xilinx-zynq/README index 6bad853..eef9159 100644 --- a/c/src/lib/libbsp/arm/xilinx-zynq/README +++ b/c/src/lib/libbsp/

Re: RTEMS - SPARC ut700 fp disabled exception upon RTEMS startup

2016-10-22 Thread Jiri Gaisler
It seems that you have compiled RTEMS with a gcc version that can use %fpu registers to move integer data. The work-around could be to compile the kernel with -msoft-float, or to move to a (later) version of gcc that does not do this anymore. Which gcc version do you use? Jiri. On 22/10/16 01:22