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 abo
On Sat, Nov 1, 2014 at 1:12 PM, Alan Cudmore wrote:
> 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 t
On 11/1/2014 1:38 PM, Gedare Bloom wrote:
On Sat, Nov 1, 2014 at 1:12 PM, Alan Cudmore wrote:
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 u
Hi
I know we have discussed this before but even if GCC were fixed to detect the
missing library, you still get a long way into the build before it dies.
I checked the source and didn't see any examples of checking for libraries.
What can or should we do to improve.the user experience?
--joel
On 2/11/2014 9:11 am, Joel Sherrill wrote:
I know we have discussed this before but even if GCC were fixed to detect the
missing library, you still get a long way into the build before it dies.
I checked the source and didn't see any examples of checking for libraries.
What can or should we d