steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
547 stars 350 forks source link

Pulsar executable cannot run on amlogic linux / openelec. Only works on rpi #39

Open Vaevictus opened 9 years ago

Vaevictus commented 9 years ago

I am having a problem getting the pulsar executable to launch:

OpenELEC:~ # ./pulsar -sh: ./pulsar: not found OpenELEC:~ # file pulsar pulsar: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=6319997f43a2723c01995afb1f77616e48e7987e, stripped

I suspect that the linux I am running (forked openelec for an amlogic based board) is missing libs or has incorrect versions of the shared libs pulsar needs.

1)Can you post what exact dependencies are required, and I can get them slipstreamed into the openelec fork 2)alternatively, how big would a statically linked binary be? If so, any chance of you releasing one?

Cheers, Craig

Vaevictus commented 9 years ago

forgot to post uname output in case it is relevant:

OpenELEC:~ # uname -a Linux OpenELEC 3.0.101 #1 SMP PREEMPT Sun Oct 5 23:46:14 EEST 2014 armv7l GNU/Linux

steeve commented 9 years ago

Sorry for the late reply, I was busy elsewhere. You might want to ask @codesnake to enable hardfp on your platform. Yours is arm7l, which is softfp.

steeve commented 9 years ago

By the way, try and see if there's an update, because reading @codesnake port, all Amlogic devices are now hardfp: https://github.com/codesnake/OpenELEC.tv/blob/master/projects/Amlogic/options#L58