Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Anonymous
    Inactive
    Post count: 94

    Im trying to compile vbam GBA emualtor by using the following command….

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

    but im getting an error message…

    make: Makefile.libretro: No such file or directory
    make: *** No rule to make target ‘Makefile.libretro’. Stop

    How can i compile this emulator please?

    sselph
    Participant
    Post count: 170

    that package is using cmake so you’d have to do:

    $ cd vbam-libretro
    $ cmake .

    That should get you going down the right track but I’m sure there will be other issues to resolve like missing package, etc.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.