bootlin / buildroot-external-st

External Buildroot tree for STMicroelectronics boards configurations
48 stars 26 forks source link

kernel compile failure using Vagrant #17

Closed nexus-fd closed 2 years ago

nexus-fd commented 2 years ago

Kernel compilation failed with error: "scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory". Failure caused by missing SSH development files, fixed with "sudo apt-get install libssl-dev". Recommend adding "libssl-dev" to "Vagrantfile", "config.vm.provision", "apt-get -q -y install" section.

kmaincent commented 2 years ago

Hello, thanks for your feedback. Are you using the same kernel Configuration as the one in the BR2_EXTERNAL? If not, maybe you should enable this Buildroot configuration BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL.

kmaincent commented 2 years ago

Config added it was indeed an issue.