b'In file included from tools/lib/rsa/rsa-sign.c:1:0:'
b'./tools/../lib/rsa/rsa-sign.c: In function \xe2\x80\x98rsa_remove\xe2\x80\x99:'
b'./tools/../lib/rsa/rsa-sign.c:156:2: warning: \xe2\x80\x98ERR_remove_thread_state\xe2\x80\x99 is deprecated [-Wdeprecated-declarations]'
b' ERR_remove_thread_state(NULL);'
b'In file included from /home/intellifpga/HDD/home/intellifpga/buildroot/output/zybo_linux_linaro/host/include/openssl/evp.h:13:0,'
b' from include/image.h:1024,'
b' from ./tools/../lib/rsa/rsa-sign.c:10,'
b' from tools/lib/rsa/rsa-sign.c:1:'
b'/home/intellifpga/HDD/home/intellifpga/buildroot/output/zybo_linux_linaro/host/include/openssl/err.h:260:1: note: declared here'
b' DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))'
b'In file included from tools/lib/rsa/rsa-sign.c:1:0:'
b'./tools/../lib/rsa/rsa-sign.c: In function \xe2\x80\x98rsa_sign_with_key\xe2\x80\x99:'
b'./tools/../lib/rsa/rsa-sign.c:213:2: warning: implicit declaration of function \xe2\x80\x98EVP_MD_CTX_cleanup\xe2\x80\x99 [-Wimplicit-function-declaration]'
b' EVP_MD_CTX_cleanup(context);'
b'./tools/../lib/rsa/rsa-sign.c: In function \xe2\x80\x98rsa_get_exponent\xe2\x80\x99:'
b'./tools/../lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type \xe2\x80\x98RSA {aka struct rsa_st}\xe2\x80\x99'
b"scripts/Makefile.host:116: recipe for target 'tools/lib/rsa/rsa-sign.o' failed"
b' if (BN_num_bits(key->e) > 64)'
b'make[3]: *** [tools/lib/rsa/rsa-sign.o] Error 1'
b"Makefile:1217: recipe for target 'tools' failed"
b'make[3]: *** Waiting for unfinished jobs...
b"package/pkg-generic.mk:290: recipe for target '/home/intellifpga/HDD/home/intellifpga/buildroot/output/zybo_linux_linaro/build/uboot-mathworks_zynq_R20.2.0/.stamp_built' failed"
b'make[2]: *** [tools] Error 2'
b"Makefile:23: recipe for target '_all' failed"
b'make[1]: *** [/home/intellifpga/HDD/home/intellifpga/buildroot/output/zybo_linux_linaro/build/uboot-mathworks_zynq_R20.2.0/.stamp_built] Error 2'
b'make: *** [_all] Error 2'
Traceback (most recent call last):
File "./build.py", line 190, in <module>
build_target(args, catalog)
File "./build.py", line 90, in build_target
subproc(argStr, cwd=args['outputDir'])
File "/home/intellifpga/HDD/home/intellifpga/buildroot/board/mathworks/common/scripts/helper_func.py", line 491, in subproc
_SUBPROC_LOGGER.call(args, cwd=cwd, shell=shell)
File "/home/intellifpga/HDD/home/intellifpga/buildroot/board/mathworks/common/scripts/helper_func.py", line 77, in call
raise subprocess.CalledProcessError(self.proc.returncode, self.strArgs(args), None)
subprocess.CalledProcessError: Command 'make legal-info all' returned non-zero exit status 2