
As for the version, I believe 1.0.0.2 is the last "stable" version released, so they haven't changed the version number in the sources. Don't worry, 1.1 is drawing near!

Let's try...Vanfanel wrote:Instead of answering you, I'll tell you how to know if it's possibe to compile RetroArch without RGUI: run "./configure --help" on the RA source directory, and find out yourself![]()
Ok but I don't know if it's me but... with the last version of Retroarch the FCEU-Next core seems slower than an older one... boh... Now I will try to compile both with the CFLAGS options!Vanfanel wrote: As for the version, I believe 1.0.0.2 is the last "stable" version released, so they haven't changed the version number in the sources. Don't worry, 1.1 is drawing near!![]()
Code: Select all
CFLAGS="-Ofast -march=armv6j -mfpu=vfp -mfloat-abi=hard" ./configure --disable-x11 --enable-floathard --disable-ffmpeg --disable-netplay --enable-udev --disable-sdl --disable-pulse --disable-oss --disable-rgui --enable-lakka
Code: Select all
make
CC input/linuxraw_input.c
CC input/linuxraw_joypad.c
CC git_version.c
CC frontend/frontend.c
frontend/frontend.c: In function âmain_entry_decideâ:
frontend/frontend.c:91:4: warning: implicit declaration of function âmain_entry_iterate_content_nomenuâ [-Wimplicit-function-declaration]
frontend/frontend.c: At top level:
frontend/frontend.c:110:12: error: static declaration of âmain_entry_iterate_content_nomenuâ follows non-static declaration
frontend/frontend.c:91:11: note: previous implicit declaration of âmain_entry_iterate_content_nomenuâ was here
frontend/frontend.c: In function âmain_exitâ:
frontend/frontend.c:245:4: warning: implicit declaration of function ârarch_perf_logâ [-Wimplicit-function-declaration]
frontend/frontend.c: At top level:
frontend/frontend.c:60:12: warning: âmain_entry_iterate_shutdownâ defined but not used [-Wunused-function]
frontend/frontend.c:110:12: warning: âmain_entry_iterate_content_nomenuâ defined but not used [-Wunused-function]
Makefile:103: recipe for target 'obj-unix/frontend/frontend.o' failed
make: *** [obj-unix/frontend/frontend.o] Error 1
Code: Select all
git clone https://github.com/libretro/mupen64plus-libretro.git
make
mv *.so ~/retro
Code: Select all
CC git_version.c
CC audio/audio_utils.c
audio/audio_utils.c: In function ‘audio_convert_init_simd’:
audio/audio_utils.c:404:4: warning: implicit declaration of function ‘rarch_get_cpu_features’ [-Wimplicit-function-declaration]
unsigned cpu = rarch_get_cpu_features();
^
audio/audio_utils.c:405:43: error: ‘RETRO_SIMD_NEON’ undeclared (first use in this function)
audio_convert_s16_to_float_arm = cpu & RETRO_SIMD_NEON ?
^
audio/audio_utils.c:405:43: note: each undeclared identifier is reported only once for each function it appears in
Makefile:96: recipe for target 'obj-unix/audio/audio_utils.o' failed
make: *** [obj-unix/audio/audio_utils.o] Error 1
Code: Select all
#include "../performance.h"
Well found steev, thank you very muchsteev wrote:I ran into that, too.
Edit audio/audio_utils.c and add a:See comment about it here:Code: Select all
#include "../performance.h"
https://github.com/libretro/RetroArch/c ... nt-9613123
Sorry to dig up an old sub-thread, but I really want clarification on this before I go through this process again for my Pi 2Vanfanel wrote:cacophony555: You don't have to run configure scripts for any RetroArch cores. They come in "ready to build" form!
https://github.com/libretro/RetroArch/issues/1454dennmtr wrote:after compile retroarch binary gives me a segmenation fault. there is nth i can do always the same
Code: Select all
./configure --disable-x11 --enable-floathard --enable-neon --disable-ffmpeg --enable-udev --disable-sdl --disable-pulse --disable-oss --enable-dispmanx