Linux XBMC for MIPSEL - BroadCom 7425
#16
Main issue for me is

Code:
/usr/bin/ccache mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/media/kieszen/oe22tmp/build-enviroment/builds/egami/inihdp/tmp/sysroots/inihdp -Os -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -O2 -Os -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -O2 -D_LINUX -fPIC -I/home/builder/kieszen/prism/tmp/frodo/lib/snesapu -Os -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -O2 -Wl,-O1  -Wl,--as-needed -Wl,-O1  -Wl,--as-needed -Wl,-O1  -Wl,--as-needed -shared -o /home/builder/kieszen/prism/tmp/frodo/system/players/paplayer//SNESAPU-mips.so SPC700.o APU.o DSP.o SNESAPU.o      -Wl,--unresolved-symbols=ignore-all \
        `cat /home/builder/kieszen/prism/tmp/frodo/xbmc/cores/DllLoader/exports/wrapper.def` /home/builder/kieszen/prism/tmp/frodo/xbmc/cores/DllLoader/exports/wrapper.o
/media/kieszen/oe22tmp/build-enviroment/builds/egami/inihdp/tmp/sysroots/i686-linux/usr/libexec/mipsel-oe-linux/gcc/mipsel-oe-linux/4.9.1/ld: SPC700.o: Relocations in generic ELF (EM: 3)
/media/kieszen/oe22tmp/build-enviroment/builds/egami/inihdp/tmp/sysroots/i686-linux/usr/libexec/mipsel-oe-linux/gcc/mipsel-oe-linux/4.9.1/ld: SPC700.o: Relocations in generic ELF (EM: 3)
SPC700.o: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
Makefile:24: recipe for target '/home/builder/kieszen/prism/tmp/frodo/system/players/paplayer//SNESAPU-mips.so' failed
make[1]: *** [/home/builder/kieszen/prism/tmp/frodo/system/players/paplayer//SNESAPU-mips.so] Error 1
make[1]: Leaving directory '/media/kieszen/prism/tmp/frodo/lib/snesapu/SNES/SNESAPU'
Makefile:284: recipe for target 'papcodecs' failed

Driver stuff is not an issue, it is closed but it will be done by person who has license.
Reply
#17
Hi,

is your port for the Mutant HD2400?

http://forum.xbmc.org/showthread.php?tid...light=2400
http://forum.xbmc.org/showthread.php?tid...light=2400

cu sky
Reply
#18
FYI, MIPS Creator CI20 Development Board from Imagination Technologies is now also available to anyone for $65 / £50

For more information see http://forum.kodi.tv/showthread.php?tid=210585
Reply
#19
Hello,

Mutant 2400 is not my job.

I commpiled it for mipsel but no driver yet....

You can find e2bmc which does NOT respect license here:

http://mutant-digital.net/lukatv/
Reply
#20
The drivers are provided by Broadcom and only to manufacturers, however in version Alpha you have the library libv3ddriver.so but not the devel.

Example with this package: http://debfeed4.merlin.xyz/dm7080/libv3d...mipsel.deb
That said, you will miss a lot of things, the VPU video player, maybe he uses gstreamer, Plugin GS ? : http://sourceforge.net/p/openpli/gst-plu...ster/tree/
Patch GSTPlayer.cpp : https://gitorious.org/open-duckbox-proje....diff#L163

Then you miss the Serveur/Client PVR (DVB).

In short, I hope that will open a deposit GIT as already Marusys (Prismcube).
Reply
#21
theme still relevant? I can share refsw on BCM7xxx. I would like to see Kodi for bcm7231.
Reply
#22
Up

(2017-03-03, 01:35)Jonhmut Wrote: theme still relevant? I can share refsw on BCM7xxx. I would like to see Kodi for bcm7231.

Me too for BCM7241
Reply
#23
Good afternoon! Compiled Kodi, runs but hangs on the startup picture. In the log, nothing is clear where to dig while I'm trying to achieve a normal graphical conclusion.
In the console after startup displays : ImportError: No module named site

With the python, everything is fine

# echo $PYTHONHOME
/usr/lib/python2.7

# echo $PYTHONPATH
/usr/lib/python2.7:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages
Quote:3:05:16.528 T:2004447232 DEBUG: ------ Window Init () ------
03:05:16.528 T:2004447232 DEBUG: Alloc resources: 0.02ms (0.01 ms skin load)
03:05:16.528 T:2004447232 INFO: load splash image: /usr/share/kodi/media/Splash.png
03:05:16.559 T:1947202608 DEBUG: ffmpeg[740FF430]: [SWR] Using fltp internally between filters
03:05:16.560 T:1947202608 DEBUG: ffmpeg[740FF430]: [SWR] Matrix coefficients:
03:05:16.560 T:1947202608 DEBUG: ffmpeg[740FF430]: [SWR] FL: FC:0.707107
03:05:16.560 T:1947202608 DEBUG: ffmpeg[740FF430]: [SWR] FR: FC:0.707107
03:05:16.682 T:2004447232 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
03:05:16.682 T:2004447232 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
03:05:16.683 T:2004447232 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
03:05:16.684 T:2004447232 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
03:05:16.918 T:2004447232 INFO: JSONRPC v8.0.0: Successfully initialized
03:05:16.918 T:2004447232 DEBUG: ADDON: Starting service addons.
03:05:16.927 T:1565570096 DEBUG: Thread LanguageInvoker start, auto delete: false
03:05:16.927 T:1565570096 INFO: initializing python engine.
03:05:16.927 T:2004447232 DEBUG: Activating window ID: 12999
03:05:16.927 T:2004447232 DEBUG: ------ Window Init (Startup.xml) ------
03:05:16.927 T:2004447232 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
03:05:16.929 T:2004447232 DEBUG: Load Startup.xml: 1.58ms
03:05:16.929 T:2004447232 DEBUG: Alloc resources: 1.84ms (1.84 ms skin load)
03:05:16.930 T:2004447232 DEBUG: Activating window ID: 10000
03:05:16.930 T:2004447232 DEBUG: ------ Window Deinit (Startup.xml) ------
03:05:16.930 T:2004447232 DEBUG: ------ Window Init (Home.xml) ------
03:05:16.930 T:2004447232 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
03:05:17.546 T:2004447232 DEBUG: Load Home.xml: 608.68ms
03:05:17.550 T:2004447232 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
03:05:17.551 T:2004447232 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
03:05:17.552 T:2004447232 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
03:05:17.552 T:2004447232 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
03:05:17.552 T:2004447232 DEBUG: CDirectoryProvider[library://video/]: refreshing..
03:05:17.552 T:2004447232 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
03:05:17.552 T:2004447232 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
03:05:17.553 T:2004447232 DEBUG: CDirectoryProvider[favourites://]: refreshing..
03:05:17.554 T:2004447232 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
03:05:17.564 T:2004447232 DEBUG: Alloc resources: 633.18ms (615.55 ms skin load)
03:05:17.565 T:1556919344 DEBUG: Thread JobWorker start, auto delete: true
03:05:17.577 T:1581429808 DEBUG: Thread PeripEventScanner 1581429808 terminating
03:05:17.578 T:1598207024 DEBUG: Thread PeripBusUSBUdev 1598207024 terminating
03:05:17.582 T:1589818416 DEBUG: Thread PeripBusAddon 1589818416 terminating
03:05:17.586 T:1548530736 DEBUG: Thread JobWorker start, auto delete: true
03:05:17.602 T:2004447232 DEBUG: ContextMenuManager: addon menus reloaded.
03:05:17.603 T:2004447232 INFO: removing tempfiles
03:05:17.606 T:2004447232 DEBUG: CSettingsManager: requested setting (filelists.showhidden) was not found.
03:05:17.610 T:2004447232 DEBUG: Previous line repeats 2 times.
03:05:17.610 T:2004447232 DEBUG: CSettingsManager: requested setting (videolibrary.updateonstartup) was not found.
03:05:17.611 T:1565570096 NOTICE: special://profile/ is mapped to: special://masterprofile/
03:05:17.611 T:2004447232 DEBUG: CSettingsManager: requested setting (musiclibrary.updateonstartup) was not found.
03:05:17.611 T:2004447232 DEBUG: ADDON: Starting service addons.
03:05:17.630 T:2004447232 DEBUG: CSettingsManager: requested setting (videoplayer.seekdelay) was not found.
03:05:17.630 T:1955591216 DEBUG: CSettingsManager: requested setting (filelists.showhidden) was not found.
03:06:23.757 T:1930425392 DEBUG: Previous line repeats 1 times.
03:06:23.757 T:1930425392 DEBUG: Thread AESinkNull 1930425392 terminating
Reply
#24
gdbserver

Thread 1 "kodi.bin" received signal SIGBUS, Bus error.
0x011375dc in CDatabaseManager::CanOpen(std:Confusedtring const&) ()
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC for MIPSEL - BroadCom 74251