ARM bsp warnings ( shared/abort.c vs. shared/simple_abort.c )
Alan Cudmore
alan.cudmore at gmail.com
Sat Nov 1 17:12:27 UTC 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20141101/ea410ee1/attachment.html>
More information about the devel
mailing list