Re: Qemu-4.2.0

2021-07-07 Thread abhijeet inamdar
Hi, I have a .axf file how to debug it using gdb for qemu-system-arm? Thanks, Abhijeet. On Wed, Jul 7, 2021, 12:09 abhijeet inamdar wrote: > I rectified it. Some headers were missing. > > Thanks, > Abhijeet. > > On Wed, Jul 7, 2021, 11:24 abhijeet inamdar > wrote: > >> Hi, I tried to

Re: Qemu-4.2.0

2021-07-07 Thread abhijeet inamdar
I rectified it. Some headers were missing. Thanks, Abhijeet. On Wed, Jul 7, 2021, 11:24 abhijeet inamdar wrote: > Hi, I tried to implement from the example of stellaris.c but I'm getting > some more warnings as follows: > > warning: implicit declaration of function 'qdev_prop_set_uint32' >

Re: Qemu-4.2.0

2021-07-07 Thread abhijeet inamdar
Hi, I tried to implement from the example of stellaris.c but I'm getting some more warnings as follows: warning: implicit declaration of function 'qdev_prop_set_uint32' [-Wimplicit-function-declaration] qdev_prop_set_uint32(nvic, "num-irq", NUM_IRQ_LINES); warning: implicit declaration of