This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TMDXIDK5718: Processor SDK 6.0: fatal error: openssl/bio.h: No such file or directory

Part Number: TMDXIDK5718

Tool/software: Linux

Hi,

I installed and set up RT Linux SDK6.0 for IDK571 and got below when making the kernel ("make linux" on top level).

...

HOSTCC scripts/extract-cert

scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
#include <openssl/bio.h>
^~~~~~~~~~~~~~~

...

I observed that "scripts/extract-cert.c" was not compiled / used in SDK5.x

bio.h is found both in SDK6 and 5 toolchain:

find bio.h

./ti-processor-sdk-linux-rt-am57xx-evm-06.00.00.07/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi/usr/include/openssl/bio.h

./ti-processor-sdk-linux-rt-am57xx-evm-06.00.00.07/board-support/linux-rt-4.19.38+gitAUTOINC+1224cd679e-g1224cd679e/include/linux/bio.h

./ti-processor-sdk-linux-rt-am57xx-evm-05.03.00.07/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/include/openssl/bio.h

./ti-processor-sdk-linux-rt-am57xx-evm-05.03.00.07/board-support/linux-rt-4.14.79+gitAUTOINC+a72bf1418c-ga72bf1418c/include/linux/bio.h

Regards, Chris