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
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
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
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
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