However, when I run make, I ge4t the following errors:
Code: Select all
make -C xbmc/cores/DllLoader/exports wrapper.def
make[1]: Entering directory `/home/pi/xbmc-building/xbmc-rbp/xbmc/cores/DllLoader/exports'
make[1]: `wrapper.def' is up to date.
make[1]: Leaving directory `/home/pi/xbmc-building/xbmc-rbp/xbmc/cores/DllLoader/exports'
make -C lib
make[1]: Entering directory `/home/pi/xbmc-building/xbmc-rbp/lib'
make -C ffmpeg
make[2]: Entering directory `/home/pi/xbmc-building/xbmc-rbp/lib/ffmpeg'
CC libavcodec/h264.o
libavcodec/h264.c: In function ‘decode_slice_header’:
libavcodec/h264.c:2925:35: warning: to be safe all intermediate pointers in cast from ‘uint8_t **’ to ‘const uint8_t **’ must be ‘const’ qualified [-Wcast-qual]
libavcodec/h264.c: In function ‘fill_filter_caches_inter’:
libavcodec/h264.c:3282:34: warning: initialization from incompatible pointer type [enabled by default]
libavcodec/h264.c:3297:38: warning: initialization from incompatible pointer type [enabled by default]
libavcodec/h264.c:3330:30: warning: initialization from incompatible pointer type [enabled by default]
libavcodec/h264.c: In function ‘decode_frame’:
libavcodec/h264.c:4078:21: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
arm-linux-gnueabihf-gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[2]: *** [libavcodec/h264.o] Error 4
make[2]: Leaving directory `/home/pi/xbmc-building/xbmc-rbp/lib/ffmpeg'
make[1]: *** [ffmpeg] Error 2
make[1]: Leaving directory `/home/pi/xbmc-building/xbmc-rbp/lib'
make: *** [dvdpcodecs] Error 2