Hi,
since 2 days I'm trying to compile an addon from github. I have some experience with cross compiling for openwrt or simple compiling in Linux but I have a problem with this one. There is a plenty information over the internet but useless for me or I'm missing something crucial for that. I have compiled newest version of Libreelec from github. All went well. Now I wanted to compile libretro-uae. There is an older version in the sources of libreelec so I changed version and sha256 in mk file From wiki i thought that there is an easy way like PROJECT=RPi DEVICE=RPi2 ARCH=arm scripts/create_addon libretro-uae but I'm getting error
ERROR: no addons matched for filter libretro-uae
For more information type: ./scripts/create_addon --help
*********** FAILED COMMAND ***********
addons+=" $(get_addons ${1})"
**************************************
This way I was able to compile game.libretro.uae but this one is very old so I also changed the mk file for that but making so I'm getting the same error. What am I missing? ho to get i to compile?