RTEMS | Microblaze bsp fails to compile (#5141)

Sam Price (@TheSamPrice) gitlab at rtems.org
Tue Oct 29 01:55:32 UTC 2024




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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241029/f047705a/attachment.htm>


More information about the bugs mailing list