RTEMS | mips/rbtx4938/include/bsp/irq.h: TX4938_IRQ_ACLCPME redefined (#5278)
Joel Sherrill (@joel)
gitlab at rtems.org
Sat Jun 21 15:23:49 UTC 2025
Joel Sherrill created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5278
Assignee: Joel Sherrill
## Summary
Across building all BSPs, 39 occurrences of the following warning appear:
`../../../bsps/mips/rbtx4938/include/bsp/irq.h:84:9: warning: 'TX4938_IRQ_ACLCPME' redefined`
This is a mistake where the same name is associated with two vectors.
Luckily, the [TX4939 manual](http://www.bitsavers.org/components/toshiba/_dataSheet/TMPR4939-dba_r3.1_200511.pdf) is still out there on the Internet. _Table 8-1 TX4939 Interrupt Sources_ shows the same block of interrupts. The second occurrence should be changed to _TX4938_IRQ_ACLCPMC_.
If someone can find a manual online for this specific part number, please provide a link.
## Steps to reproduce
This is a long outstanding warning.
### Pre-set options
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5278
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/20250621/fd2ff26e/attachment.htm>
More information about the bugs
mailing list