ARM bsp warnings ( shared/abort.c vs. shared/simple_abort.c )

2014-11-01 Thread Alan Cudmore
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

Re: ARM bsp warnings ( shared/abort.c vs. shared/simple_abort.c )

2014-11-01 Thread Gedare Bloom
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

Re: ARM bsp warnings ( shared/abort.c vs. shared/simple_abort.c )

2014-11-01 Thread Alan Cudmore
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

Sb-check and libz

2014-11-01 Thread Joel Sherrill
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

Re: Sb-check and libz

2014-11-01 Thread Chris Johns
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