Hello i try to compile LibreELEC on Debian 8 but have this error
PROJECT=Generic ARCH=x86_64 IMAGE_SUFFIX=ITBox make image
Code
*** Because of configuration changes, you MUST do the following before
*** building:
make depend
Executing (host): make
make[1]: Entering directory '/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/openssl-1.0.2n/.i586-linux-gnu'
making all in crypto...
make[2]: Entering directory '/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/openssl-1.0.2n/.i586-linux-gnu/crypto'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
/usr/bin/perl ../util/mkbuildinf.pl "/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/toolchain/bin/host-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O2 -Wall -pipe -I/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/toolchain/include -Wno-format-security -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM" "linux-x86_64" >buildinf.h
/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/toolchain/bin/host-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O2 -Wall -pipe -I/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/toolchain/include -Wno-format-security -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -c -o cryptlib.o cryptlib.c
In file included from /usr/include/stdlib.h:24:0,
from cryptlib.h:62,
from cryptlib.c:117:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^
compilation terminated.
make[2]: *** [<builtin>: cryptlib.o] Error 1
make[2]: Leaving directory '/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/openssl-1.0.2n/.i586-linux-gnu/crypto'
make[1]: *** [Makefile:287: build_crypto] Error 1
make[1]: Leaving directory '/home/slaserx/iptv/images/LibreELEC.tv/build.ITBox-Generic.x86_64-9.0-devel/openssl-1.0.2n/.i586-linux-gnu'
Makefile:9: recipe for target 'release' failed
make: *** [release] Error 2
Display More