xbmc installation help
Posted: Mon Dec 23, 2013 2:45 am
Hi folks,
I was given a raspberryPI (B model 256mb) to play around with and thought it would be a great replacement to some power heavy desktops that I have running around my home.
I installed raspbian wheezy via the noobs sd card. I am not sure what version or how to find out which version.
I managed to set up miniDLNA to stream to my xbox360, and a samba-share to use it as a nas, and deluged to run torrents. My last task for this device is to add XBMC and replace my desktop on my LCD.
I am following the instructions posted here to install XBMC: http://www.raspbian.org/RaspbianXBMC
The first time through I had problems with running out of memory when compiling. Since, I restarted the project and again have been running into some errors:
1) when I execute the make command (point 12, in provided link) I run into these errors:
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 typ e [enabled by default]
libavcodec/h264.c:3297:38: warning: initialization from incompatible pointer typ e [enabled by default]
libavcodec/h264.c:3330:30: warning: initialization from incompatible pointer typ e [enabled by default]
libavcodec/h264.c: In function ‘decode_frame’:
libavcodec/h264.c:4078:21: warning: initialization discards ‘const’ qualifier fr om 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-rbp/lib/ffmpeg'
make[1]: *** [ffmpeg] Error 2
make[1]: Leaving directory `/home/pi/xbmc-rbp/lib'
make: *** [dvdpcodecs] Error 2
I am not sure what to do here. Any suggestions?
I was given a raspberryPI (B model 256mb) to play around with and thought it would be a great replacement to some power heavy desktops that I have running around my home.
I installed raspbian wheezy via the noobs sd card. I am not sure what version or how to find out which version.
I managed to set up miniDLNA to stream to my xbox360, and a samba-share to use it as a nas, and deluged to run torrents. My last task for this device is to add XBMC and replace my desktop on my LCD.
I am following the instructions posted here to install XBMC: http://www.raspbian.org/RaspbianXBMC
The first time through I had problems with running out of memory when compiling. Since, I restarted the project and again have been running into some errors:
1) when I execute the make command (point 12, in provided link) I run into these errors:
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 typ e [enabled by default]
libavcodec/h264.c:3297:38: warning: initialization from incompatible pointer typ e [enabled by default]
libavcodec/h264.c:3330:30: warning: initialization from incompatible pointer typ e [enabled by default]
libavcodec/h264.c: In function ‘decode_frame’:
libavcodec/h264.c:4078:21: warning: initialization discards ‘const’ qualifier fr om 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-rbp/lib/ffmpeg'
make[1]: *** [ffmpeg] Error 2
make[1]: Leaving directory `/home/pi/xbmc-rbp/lib'
make: *** [dvdpcodecs] Error 2
I am not sure what to do here. Any suggestions?