Created attachment 8416 [details] Output of make and stderr + output of find -name bio.h I am rather new to linux. Tried to build default configuration with minor changes required to produce ISO image for running under qemu. I could update .config but it is 90KB and restriction is 75KB. <make menuconfig> failed because it could not find bio.h I captured output of next attempt since it would produce only related output.
> scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory > #include <openssl/bio.h> > ^~~~~~~~~~~~~~~ > compilation terminated. You need to enable BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL.