escalade/RetroELEC

Build fails on fbalpha-libretro

FREEZX opened this issue · 2 comments

Hi.
I'm trying to build the project, but build always fails on building fbalpha-libretro, looks like it cannot find stdc++ for some reason:
http://pastebin.com/pxnqDW3V

Try modifying the package.mk to use platform=armv6 instead of platform=rpi. The libretro makefile doesn't define an "rpi" platform.

Cool, that fixed it.
Fixed all the issues i encountered and submitted pull request #20