truehl wrote: 
> I've compiled SqueezeLite for arm and armhf now, working both fine, but
> I got the following output while compling:
> root@SF:/tmp/squeezelite# make squeezelite
> cc -Wall -fPIC -O2 -c main.c -o main.o
> cc -Wall -fPIC -O2 -c slimproto.c -o slimproto.o
> cc -Wall -fPIC -O2 -c utils.c -o utils.o
> cc -Wall -fPIC -O2 -c output.c -o output.o
> cc -Wall -fPIC -O2 -c buffer.c -o buffer.o
> cc -Wall -fPIC -O2 -c stream.c -o stream.o
> cc -Wall -fPIC -O2 -c decode.c -o decode.o
> cc -Wall -fPIC -O2 -c flac.c -o flac.o
> cc -Wall -fPIC -O2 -c pcm.c -o pcm.o
> cc -Wall -fPIC -O2 -c mad.c -o mad.o
> cc -Wall -fPIC -O2 -c vorbis.c -o vorbis.o
> cc -Wall -fPIC -O2 -c faad.c -o faad.o
> faad.c:33:2: warning: âvisibilityâ attribute ignored [-Wattributes]
> faad.c:34:2: warning: âvisibilityâ attribute ignored [-Wattributes]
> faad.c:35:2: warning: âvisibilityâ attribute ignored [-Wattributes]
> faad.c:36:2: warning: âvisibilityâ attribute ignored [-Wattributes]
> faad.c:37:2: warning: âvisibilityâ attribute ignored [-Wattributes]
> faad.c:38:2: warning: âvisibilityâ attribute ignored [-Wattributes]
> faad.c:39:2: warning: âvisibilityâ attribute ignored on non-class types
> [-Wattributes]
> faad.c:40:2: warning: âvisibilityâ attribute ignored on non-class types
> [-Wattributes]
> cc -Wall -fPIC -O2 main.o slimproto.o utils.o output.o buffer.o stream.o
> decode.o flac.o pcm.o mad.o vorbis.o faad.o -lasound -lpthread -ldl -lrt
> -o squeezelite
> 
> Is this normal or did I make a mistake?

This is ok - looks like I need to tweak the code to avoid compiler
warnings in all cases.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to