There are two warnings in the raspberry pi BSP due to the lack of prototypes in simple_abort.c the rtl22xx BSP has the same warnings because it also uses simple_abort.c.
Many of the other ARM BSPs use abort.c, which has prototypes for the two functions. The two functions in simple_abort.c and abort.c are nearly the same. Does anyone know why there is a simple_abort.c ? The potential fixes include: 1. removing simple_abort.c and have the Raspberry Pi and rtl22xx BSPs use abort.c or 2. simply putting the prototypes in simple_abort.c to take care of the warnings. Alan
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel