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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
