Android build xbmc for android under Ubuntu 13.04 with Errors, crystax r9,gcc 4.7.3
#1
cd $HOME/xbmc-android
make -C tools/depends/target/xbmc
make

This error occurs when!

http://paste.ubuntu.com/5938329/

Thanks!
Reply
#2
libavcodec/arm/dca.h:37:5: error: 'asm' operand has impossible constraints
Reply
#3
put tools/depends/config.log to pastebin
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#4
config.log

http://paste.ubuntu.com/5939124/
Reply
#5
nowhere we stated that we support arm-linux-androideabi-gcc (GCC) 4.8. IIRC the readme states gcc 4.7. Any reason why you want to burn in hell? :p

Also we suggest ndk r8e not 9.

Snippets from the readme:

---------snip
Make sure to pick a toolchain for your desired architecture. Currently only
gcc 4.7 toolchains are supported, anything else will likely fail to build

and

--------snip
Compiling XBMC for Android requires at least Android NDK
Revision r8e. Android NDK Revision 7 and earlier do not work
properly for our cause.
--------

gcc 4.7 might work with ndk 9 though - but we didn't test afaik.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
build xbmc for android under Ubuntu 13.04 with Errors, crystax r9,gcc 4.7.30