XMBC
Bananian - XBMC compiler error - WORKS
39
28027
View: 28027|Reply: 39
|
[XMBC]
Bananian - XBMC compiler error - WORKS
[Copy link]
|
|
Edited by Tonband at 2014-10-22 11:45
Hi guys,
what i've done so far:- vi /etc/udev/rules.d/50-mali.rule
- #with the following content:
- KERNEL=="mali", MODE="0660", GROUP="video"
- KERNEL=="ump", MODE="0660", GROUP="video"
Copy the Code next, i installed libUMP, because make said, libUMP not found:
- root@bananapi ~/xbmchacking/xbmca10/tools/a10/depends (git)-[stage/Frodo] # make
- if [ ! -e /opt/a10hacking/xbmctmp/tarballs ]; then mkdir -p /opt/a10hacking/xbmc tmp/tarballs; fi
- (cd opengles; make all)
- make[1]: Entering directory `/root/xbmchacking/xbmca10/tools/a10/depends/opengle s'
- ( cd sunxi-mali &&\
- make config VERSION=r3p0 ABI=armhf EGL_TYPE=framebuffer &&\
- echo "prefix = /allwinner/xbmc-pvr-binhf/" >> Makefile.setup &&\
- rm -rf /allwinner/xbmc-pvr-binhf &&\
- mkdir -p /allwinner/xbmc-pvr-binhf/lib &&\
- mkdir -p /allwinner/xbmc-pvr-binhf/include &&\
- make && make install \
- )
- make[2]: Entering directory `/root/xbmchacking/xbmca10/tools/a10/depends/opengle s/sunxi-mali'
- rm -f config.mk
- make config.mk
- make[3]: Entering directory `/root/xbmchacking/xbmca10/tools/a10/depends/opengle s/sunxi-mali'
- make -f Makefile.config
- ABI="armhf" (Provided)
- VERSION="r3p0" (Provided)
- EGL_TYPE="framebuffer" (Provided)
- make[4]: Entering directory `/root/xbmchacking/xbmca10/tools/a10/depends/opengle s/sunxi-mali'
- Makefile.config:96: *** Missing library dependencies: libUMP.so.3. Stop.
Copy the Code I followd the guide on http://linux-sunxi.org/XBMC#Prerequisites_for_native_compile
so:- apt-get build-dep xbmc
- apt-get install swig default-jre libgtk2.0-bin libssh-4 libssh-dev
- echo -e "\nA10HWR=1" >> /etc/environment
- mkdir xbmchacking
- cd xbmchacking
- git clone http://github.com/rellla/xbmca10.git
- cd xbmca10
- # git checkout stage/Frodo //not necessary, it's allready FRODO!
- cd tools/a10/depends
- make
Copy the Code END! The error above appears.
Any suggestions? |
|
|
|
|
|
|
|
Post Last Edited by ryad at 2014-10-4 05:37
Try to compile libump for yourself before making the depends:
Sorry, the forum software messes up the code, see my blog.
Hope that helps. |
|
|
|
|
|
|
|
Hi Tonband, as far as I understand the README of the repository, currently there are following versions: 'r2p4', 'r3p0', 'r3p1', and 'r3p2-01rel1'. Also when I try to compile with "r4p2" I get the error
VERSION="r4p2" (Provided)
Makefile.config:57: Unknown/unhandled Mali Version "r4p2"
Makefile.config:58: Use VERSION=(r2p4,r3p0,r3p1,r3p2-01rel1) instead
Makefile.config:59: *** Unknown/unhandled Mali Version "r4p2". Stop.
So are you sure, that the r3p0 or r3p1 does not fit your requirements?
Regards,
Ryad |
|
|
|
|
|
|
|
i don't know, how much changed between 3.2 and 4.2. At least, they raised version from 3 to 4. Maybe 4.2 supports new features.
If i have the time today, i will give version 4.2 a second try. Last try was unsuccesfull, because i had no kernel-headers on the bananaPi. This time i have. |
|
|
|
|
|
|
|
Sorry, I mean, you said, there is a version "r4p2" but I don't see anything like that in the repository https://github.com/linux-sunxi/sunxi-mali . The only thing, I see is "r2p4" which is an older release  |
|
|
|
|
|
|
|
Edited by tony_zhang at Nov 17, 2015 20:15
Addition: As of the most recent version is r3p2 which supports the second pixel processor but seems ...
ryad Posted at 2014-10-5 07:33 
It's already working ;)See here
|
|
|
|
|
|
|