Hello,
i'm trying to get xbmc-rbp-next running, but it fails to start, missing a symbol:
$this->bbcode_second_pass_code('', '/usr/lib/xbmc/xbmc.bin: symbol lookup error: /usr/lib/xbmc/xbmc.bin: undefined symbol: vc_tv_hdmi_get_supported_modes_deprecated
')
I've got the -next firmware installed:
$this->bbcode_second_pass_code('', '
Name : raspberrypi-firmware-next
Version : 20121221-1
URL : https://github.com/raspberrypi/firmware
Licenses : custom
Groups : None
Provides : raspberrypi-firmware
Depends On : None
Optional Deps : None
Required By : libcec-rpi xbmc-rbp-git-next
Conflicts With : raspberrypi-firmware
Replaces : None
Installed Size : 19008.00 KiB
Packager : Kevin Mihelich <kevin@archlinuxarm.org>
Architecture : any
Build Date : Fri Dec 21 16:09:12 2012
Install Date : Sat Dec 22 09:43:18 2012
Install Reason : Installed as a dependency for another package
Install Script : No
Description : Firmware files for Raspberry Pi
')
which includes libbcm_host.so, which in turn has the symbol
$this->bbcode_second_pass_code('', '
00008bb8 g DF .text 00000194 Base vc_tv_hdmi_get_supported_modes
')
defined, but not a single *_deprecated symbol.
Should i get a newer firmware version, and if so, where?
Thanks,
DasHannes