<div dir="ltr"><div>Hello,</div><div><br></div><div>I am working for a project which has dependency on openssl library. When I try to build the openssl package with below bit bake recipe (got from open embedded yocto ) it is failing with below errors.Could you please help to resolve my issue.</div><div><br></div><div><a href="http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb?h=rocko" target="_blank">http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb?h=rocko</a><br></div><div><br></div><div><br></div><div>sbaby@ubuntu:~/workspace$ bitbake openssl<br>NOTE: Out of date cache found, rebuilding...<br><b><font color="#b45f06">ERROR: Could not inherit file classes/multilib_header.bbclass   </font></b>                                                                             <br>ERROR: Command execution failed: Exited with 1<br></div><div><br></div><div><br></div><div>When I commented the below two lines from the recepie, I got started build but it failed with below error marked in Red. </div><div>inherit lib_package multilib_header ptest<br></div><div><br></div><div> | make[1]: Entering directory `/home/sbaby/workspace/WQAR/tmp/work/mips-mv-linux/openssl-1.1.0h-r0/openssl-1.1.0h'<br> | ( trap "rm -f crypto/aes/aes-mips.o.*" INT 0; \<br> |  mips-montavista-linux-gnu-gcc -E  -I. -Icrypto/include -Iinclude -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/lib32/ssl-1.1\"" -DENGINESDIR="\"/usr/lib32/engines-1.1\"" -Wall -O3 -pthread -mabi=64 -DBN_DIV3W -mips3  -fPIC -DOPENSSL_USE_NODELETE crypto/aes/aes-mips.S | \<br> |  /usr/bin/perl -ne '/^#(line)?\s*[0-9]+/ or print' > crypto/aes/aes-mips.o.s && \<br> |  mips-montavista-linux-gnu-gcc -march=octeon  -msoft-float   -mabi=n32 -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/lib32/ssl-1.1\"" -DENGINESDIR="\"/usr/lib32/engines-1.1\"" -Wall -O3 -pthread -mabi=64 -DBN_DIV3W -mips3  -fPIC -DOPENSSL_USE_NODELETE -c -o crypto/aes/aes-mips.o crypto/aes/aes-mips.o.s )<br> | Assembler messages:<br><b> <font color="#7f6000">| Error: -mips3 conflicts with the other architecture options, which imply -mips64r2</font></b><br> | make[1]: *** [crypto/aes/aes-mips.o] Error 1<br> | make[1]: Leaving directory `/home/sbaby/workspace/WQAR/tmp/work/mips-mv-linux/openssl-1.1.0h-r0/openssl-1.1.0h'<br> | make: *** [all] Error 2<br> | + die 'oe_runmake failed'<br> | + oefatal 'oe_runmake failed'</div><div><br></div><div>Regards</div><div>Simon</div><div><br></div></div>