12-07-2018, 04:11 PM
(12-07-2018, 03:57 PM)Luke Wrote: Try again with --enable-egl and --disable-sdl
and also
change --enable-neon to --disable --neon
The configuration file works with those parameters but got the following error message when executing "make -j4":
CC input/drivers_joypad/linuxraw_joypad.c
CC input/common/linux_common.c
CC input/drivers/linuxraw_input.c
CC frontend/drivers/platform_unix.c
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
Makefile:191: recipe for target 'obj-unix/release/frontend/drivers/platform_unix.o' failed
make: *** [obj-unix/release/frontend/drivers/platform_unix.o] Error 1
make: *** Waiting for unfinished jobs....
Makefile:191: recipe for target 'obj-unix/release/input/common/linux_common.o' failed
make: *** [obj-unix/release/input/common/linux_common.o] Error 1
Makefile:191: recipe for target 'obj-unix/release/input/drivers/linuxraw_input.o' failed
make: *** [obj-unix/release/input/drivers/linuxraw_input.o] Error 1
gcc: error: unrecognized command line option ‘-mfloat-abi=hard’
Makefile:191: recipe for target 'obj-unix/release/input/drivers_joypad/linuxraw_joypad.o' failed
make: *** [obj-unix/release/input/drivers_joypad/linuxraw_joypad.o] Error 1
Any ideas?
Thanks for all your help