Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ryzari
    Participant

    http://pastebin.com/kg9Hk4WS

    This is what I get, copy/paste exactly what you wrote, just fixing the quotes. Takes about 8 minutes to finish, then seg faults when I try to run it through emulationstation.

    Am I just missing some kind of packages? Using the SD image of RetroPie as instal.

    ryzari
    Participant

    [quote=89398]
    You’re using a RPi 2, right? If not then instructions above definitely wouldn’t work.

    The 4 lines I gave above are exactly what you need to type to generate the .so file. If trying to use the generated .so is causing a segfault on your RPi 2 then I’m not sure what to suggest.
    [/quote]

    Yep, Rpi2, even using just make by itself without any of your added code ends up with a seg fault.. also a massive list of errors when trying to make.

    It’s hard to tell in your code, but those are “quotes” right.. cause they copy/paste weirdly..

    ryzari
    Participant

    Ok, so I think I figured it out somewhat, but why am I getting segmentation faults every time I try to run it after compiling?

    ryzari
    Participant

    [quote=89294]

    <div class=”d4p-bbt-quote-title”>vintagamer wrote:</div>
    That’s great! can you share please your .so file? thanks

    It’s really easy to build yourself. Just do:

    export CFLAGS=”-mcpu=cortex-a7 -mfpu=neon-vfpv4″
    git clone https://github.com/libretro/snes9x-next.git
    cd snes9x-next
    make -f Makefile.libretro platform=”armv neon hardfloat” -j4
    [/quote]

    Please forgive me, but how would a complete linux noob do this? I can get around the os, but have never compiled anything before.

    I really want to play SNES on my Pi, and pisnes just will not work with my PS3 controller and have noticed a few roms don’t play well.

    Edit: I should be more specific.. the line [quote]export CFLAGS=”-mcpu=cortex-a7 -mfpu=neon-vfpv4″[/quote] is what I have no idea what to do with.

Viewing 4 posts - 1 through 4 (of 4 total)