linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Error when compiling 3.8.2 on raspbian of rasp


From: Russell
Subject: Re: [Linphone-developers] Error when compiling 3.8.2 on raspbian of raspberry pi 2
Date: Wed, 27 May 2015 17:00:38 +0800

That works. 
I tried `CFLAGS=-Wno-error make`, but didn't do the same for configure

On Wed, May 27, 2015 at 4:28 PM, Guillaume Bienkowski <address@hidden> wrote:
Configure and compile with CFLAGS="-Wno-error"

Guillaume Bienkowski
address@hidden



> Le 27 mai 2015 à 10:24, Russell <address@hidden> a écrit :
>
> Distribution provided version is too old, and video stucks.
> linphone for python crashes when video is enabled.
>
> SO I am trying to build 3.8.2 from source to see how video goes, but see following error when make:
>
> --------------------------
>
>   CC     voip/msvideo_neon.lo
> voip/msvideo_neon.c:387:13: error: 'reverse_and_down_scale_32bytes_neon' defined but not used [-Werror=unused-function]
>  static void reverse_and_down_scale_32bytes_neon(unsigned char* src, unsigned char* dest) {
>              ^
> voip/msvideo_neon.c:406:13: error: 'reverse_16bytes_neon' defined but not used [-Werror=unused-function]
>  static void reverse_16bytes_neon(unsigned char* src, unsigned char* dest) {
>              ^
> voip/msvideo_neon.c:425:13: error: 'deinterlace_and_reverse_2x8bytes_neon' defined but not used [-Werror=unused-function]
>  static void deinterlace_and_reverse_2x8bytes_neon(unsigned char* src, unsigned char* udest, unsigned char* vdest) {
>              ^
> voip/msvideo_neon.c:444:13: error: 'deinterlace_down_scale_and_reverse_2x16bytes_neon' defined but not used [-Werror=unused-function]
>  static void deinterlace_down_scale_and_reverse_2x16bytes_neon(unsigned char* src, unsigned char* udest, unsigned char* vdest) {
>              ^
> cc1: all warnings being treated as errors
> Makefile:1661: recipe for target 'voip/msvideo_neon.lo' failed
> make[5]: *** [voip/msvideo_neon.lo] Error 1
> make[5]: Leaving directory '/home/pi/linphone/mediastreamer2/src'
> Makefile:921: recipe for target 'all' failed
> make[4]: *** [all] Error 2
> make[4]: Leaving directory '/home/pi/linphone/mediastreamer2/src'
> Makefile:563: recipe for target 'all-recursive' failed
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory '/home/pi/linphone/mediastreamer2'
> Makefile:469: recipe for target 'all' failed
> make[2]: *** [all] Error 2
> make[2]: Leaving directory '/home/pi/linphone/mediastreamer2'
> Makefile:518: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/pi/linphone'
> Makefile:445: recipe for target 'all' failed
> make: *** [all] Error 2
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]