Hello everyone,
I am trying to compile Lakka to test on my ThinkPad 8 tablet but I am having problems during the compilation.
I followed the instructions here: http://www.lakka.tv/doc/Compiling-Lakka/ But for some reason the compilation is stopping when compiling MAME2003 core. The error message I receive is the following:
src/sndhrdw/redbaron.c:22:12: warning: type of 'rb_input_select' does not match original declaration
extern int rb_input_select;
^
src/drivers/bzone.c:211:0: note: previously declared here
UINT8 rb_input_select;
^
src/vidhrdw/pbillian_vidhrdw.c:14:0: warning: type of 'is_pbillian' does not match original declaration
extern int is_pbillian;
^
src/drivers/pbillian.c:112:0: note: previously declared here
data8_t select_403,select_407,select_408,is_pbillian;
^
i686-openelec-linux-gnu-gcc-4.9.2: internal compiler error: Killed (program lto1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: /home/lipe/Lakka/build.Lakka-Generic.i386-devel/toolchain/bin/i686-openelec-linux-gnu-gcc-4.9.2 returned 4 exit status
/home/lipe/Lakka/build.Lakka-Generic.i386-devel/toolchain/lib/gcc/i686-openelec-linux-gnu/4.9.2/../../../../i686-openelec-linux-gnu/bin/ld.gold: fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status
Makefile:250: recipe for target 'mame2003_libretro.so' failed
make[1]: *** [mame2003_libretro.so] Error 1
make[1]: Leaving directory '/home/lipe/Lakka/build.Lakka-Generic.i386-devel/mame2003-4145a3b'
make: ** [image] Erro 2
It seems that GCC just crashed? At first I thought that I my VM would be low on HD space, but there is still 11GB left. So, someone has any idea of what is happening?
Thanks