Re: [PATCH rtems-source-builder 2/2] devel/qemu-xilinx: Fix build on GCC 13.2.0

2024-02-16 Thread Joel Sherrill
On Wed, Feb 14, 2024 at 1:37 PM Kinsey Moore wrote: > On Wed, Feb 14, 2024 at 9:14 AM Sam Price wrote: > >> I was wondering if you had any notes on your process of working with >> qemu in the rtems builder. >> I imagine you have your own xilinx qemu forked to work on, and then >> take the patche

Re: [PATCH rtems-source-builder 2/2] devel/qemu-xilinx: Fix build on GCC 13.2.0

2024-02-14 Thread Sam Price
I was trying to debug while only some of the uart interrupt vectors seem to work on the microblaze. I thought it would be nice to compile qemu with debug flags. Also eventually I would like to develop my own firmware driver emulation for qemu. Which would probably require me to have my own qemu f

Re: [PATCH rtems-source-builder 2/2] devel/qemu-xilinx: Fix build on GCC 13.2.0

2024-02-14 Thread Kinsey Moore
On Wed, Feb 14, 2024 at 9:14 AM Sam Price wrote: > I was wondering if you had any notes on your process of working with > qemu in the rtems builder. > I imagine you have your own xilinx qemu forked to work on, and then > take the patches and integrate them into the rsb builder? > Nothing so fanc

Re: [PATCH rtems-source-builder 2/2] devel/qemu-xilinx: Fix build on GCC 13.2.0

2024-02-14 Thread Sam Price
I was wondering if you had any notes on your process of working with qemu in the rtems builder. I imagine you have your own xilinx qemu forked to work on, and then take the patches and integrate them into the rsb builder? Thanks, Sam On Sun, Feb 11, 2024 at 9:51 PM Kinsey Moore wrote: > > GCC 13

[PATCH rtems-source-builder 2/2] devel/qemu-xilinx: Fix build on GCC 13.2.0

2024-02-11 Thread Kinsey Moore
GCC 13.2.0 adds new warnings/errors when mixing ints and enums. This changes the pminsn helper type to correctly use enums. --- bare/config/devel/qemu-xilinx-v2020.2-1.cfg | 7 +++ 1 file changed, 7 insertions(+) diff --git a/bare/config/devel/qemu-xilinx-v2020.2-1.cfg b/bare/config/devel/qe