Skip to content

fix attract mode build on rpi #2193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tednilsen opened this issue Nov 7, 2017 · 1 comment
Closed

fix attract mode build on rpi #2193

tednilsen opened this issue Nov 7, 2017 · 1 comment

Comments

@tednilsen
Copy link

binaries fails when executing attract mode, check attractmode.sh, line 150

replace the line:
isPlatform "rpi" && params+=(EXTRA_CFLAGS="$CFLAGS -I$md_build/sfml-pi/include -L$md_build/sfml-pi/lib")

with this one:
isPlatform "rpi" && params+=(USE_GLES=1 EXTRA_CFLAGS="$CFLAGS -I$md_build/sfml-pi/include -L$md_build/sfml-pi/lib")

...all good, check out https://github.com/mickelson/attract/blob/master/Compile.md

@psyke83
Copy link
Member

psyke83 commented Nov 24, 2017

Some more changes were necessary in coordination with upstream. This should be now be fixed - make sure to update your RetroPie-Setup script and clean any existing source folder (if necessary) before trying a rebuild. Thanks.

@psyke83 psyke83 closed this as completed Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants