jerpelea commented on PR #7673:
URL: https://github.com/apache/nuttx/pull/7673#issuecomment-1329983699

   virtio/virtio-mmio.c: In function 'virtio_mmio_init':
   Error: virtio/virtio-mmio.c:217:33: error: 'CONFIG_DRIVERS_VIRTIO_MMIO_BASE' 
undeclared (first use in this function)
     217 |   uintptr_t virtio = (uintptr_t)CONFIG_DRIVERS_VIRTIO_MMIO_BASE;
         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   virtio/virtio-mmio.c:217:33: note: each undeclared identifier is reported 
only once for each function it appears in
   Error: virtio/virtio-mmio.c:218:19: error: 'CONFIG_DRIVERS_VIRTIO_MMIO_IRQ' 
undeclared (first use in this function)
     218 |   uint32_t  irq = CONFIG_DRIVERS_VIRTIO_MMIO_IRQ;
         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Error: virtio/virtio-mmio.c:219:20: error: 
'CONFIG_DRIVERS_VIRTIO_MMIO_REGSIZE' undeclared (first use in this function)
     219 |   uint32_t  size = CONFIG_DRIVERS_VIRTIO_MMIO_REGSIZE;
         |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Error: virtio/virtio-mmio.c:222:19: error: 'CONFIG_DRIVERS_VIRTIO_MMIO_NUM' 
undeclared (first use in this function)
     222 |   for (i = 0; i < CONFIG_DRIVERS_VIRTIO_MMIO_NUM; i++)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to