Kodi Community Forum
v18 How to compile addon of timidity? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Decoders/Encoders (https://forum.kodi.tv/forumdisplay.php?fid=310)
+---- Thread: v18 How to compile addon of timidity? (/showthread.php?tid=314392)



How to compile addon of timidity? - gaolegao3 - 2017-05-15

The latest kodi can not play MIDI files.
It is said that kodi need to install the ADDON of "audiodecoder.timidity".
As the direction of the docs/README.android I use the command:
make -C target/binary-addons ADDONS="audiodecoder.timidity"

But there is an error :
Code:
[ 51%] Performing download step (git clone) for 'kodi-platform'
Cloning into 'kodi-platform'...
fatal: reference is not a tree: c8188d82678fec6b784597db69a68e74ff4986b5
CMake Error at /opt/software/xbmcMaster/xbmc-master/tools/depends/target/binary-addons/arm-linux-androideabi-android-21/build/kodi-platform/tmp/kodi-platform-gitclone.cmake:65 (message):
  Failed to checkout tag: 'c8188d82678fec6b784597db69a68e74ff4986b5'

How the /opt/software/xbmcMaster/xbmc-master/tools/depends/target/binary-addons/arm-linux-androideabi-android-21/build/kodi-platform/tmp/kodi-platform-gitclone.cmake is created,and could I modify it then recompile?