Kuro wrote: > Look thru' the log, I found this: > > > Code: -------------------- > > > CC libavcodec/vorbis.o > CC libavcodec/vorbis_data.o > CC libavcodec/vorbisdec.o > libavcodec/vorbisdec.c: In function ‘vorbis_decode_frame’: > libavcodec/vorbisdec.c:1652:1: internal compiler error: in rtx_equal_for_memref_p, at alias.c:1560 > } > ^ > Please submit a full bug report, > with preprocessed source if appropriate. > See <https://github.com/archlinuxarm/PKGBUILDs/issues> for instructions. > common.mak:31: recipe for target 'libavcodec/vorbisdec.o' failed > -------------------- > > > > So looks like the compiler bombs out during a compile. Some how the > make process did not stop because of this error. > > The gcc version I'm using is 4.8.2 20131219 (prerelease). Any idea > how I can upgrade to a newer compiler? > > Is it possible to take out compiler optimization so that it will > compile successfully? > > I suspect there maybe other internal compiler errors when compiling > the code for LMS...
Strange - on a wandboard with the standard arch compiler I have: gcc version 4.8.2 20131219 (prerelease) (GCC) you could try changing the CFLAGS in /etc/makepkg.conf, but I suspect this will get overwritten by the build_ffmpeg in the buildme.sh script which is in slimserver-vendor which gets downloaded and built by the cpan package. What hardware is this on? ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
