escalade / RetroELEC

Just enough OS for emulators (and some other stuff)
69 stars 20 forks source link

Build fails on fbalpha-libretro #19

Closed FREEZX closed 7 years ago

FREEZX commented 7 years ago

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

escalade commented 7 years ago

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

FREEZX commented 7 years ago

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