V0rt3x667/ArchyPie-Setup

retroach error compile

aka0kuro opened this issue · 4 comments

Hello, I get error when compiling retroarch, this is the error it gives me
gfx/drivers_context/vc_egl_ctx.c: En la función ‘gfx_ctx_vc_has_focus’: gfx/drivers_context/vc_egl_ctx.c:485:69: aviso: el control alcanza el final de una función que no es void [-Wreturn-type] 485 | static bool gfx_ctx_vc_has_focus(void *data) { return g_egl_inited; } | ^ make: *** [Makefile:206: obj-unix/release/gfx/drivers_context/vc_egl_ctx.o] Error 1 make: *** Se espera a que terminen otras tareas....
Use manjaro minimal in raspberry pi 4 of 4gb

Hi, unfortunately I only have a raspberry pi 2 to test on. I don't think the Manjaro Arm version works on anything less than an rpi4. I will try to replicate the issue on my rpi2 with Arch Linux Arm and get back to you. Are you compiling directly on the rpi4 or using DistCC to cross compile? Thanks

Hi, e managed to install the retroach in raspberry pi 4 aarch4 minimal manjaro the command that failed was l.
./configure --disable-videocore --disable-opengl1 --enable-kms --disable-x11 --enable-opengles --enable-opengles3 --enable-opengl_core
would be good if you can add an option of raspberry pi4 to the script. I can test

Hi, I have made some changes to the script. You will need to update the script either from the archypie menu or by doing a git pull.

Commit a75e202 fixes the issue with the wrong rpi flags being set.