Sam Price commented: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5141#note_113931


Notes to self
```
bsps/shared/dev/clock/clockimpl.h

  Clock_driver_support_install_isr( Clock_isr );

void Clock_isr( Clock_isr_argument arg )
{

#if defined(BSP_FEATURE_IRQ_EXTENSION) || \
    (CPU_SIMPLE_VECTORED_INTERRUPTS != TRUE)
typedef void * Clock_isr_argument;
#else
typedef rtems_vector_number Clock_isr_argument;
#endif


```

Most likely 
```
+#define BSP_FEATURE_IRQ_EXTENSION
```
needs added to the bsp.h

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5141#note_113931
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to