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.

AM3357: Kernel build issue

Part Number: AM3357

Hi

I am trying to compile kernel and uboot for beaglebone green(AM3357 processor). I downloaded sdk(ti-processor-sdk-linux-am335x-evm-06.01.00.08-Linux-x86-Install.bin) from official website. When i am trying to compile the kernel i am getting error -

/tmp/ccRpFOe5.o: In function `main':
extract-cert.c:(.text.startup+0x25): undefined reference to `OPENSSL_init_crypto'
extract-cert.c:(.text.startup+0x31): undefined reference to `OPENSSL_init_crypto'
collect2: error: ld returned 1 exit status
scripts/Makefile.host:90: recipe for target 'scripts/extract-cert' failed
make[2]: *** [scripts/extract-cert] Error 1
/home/ics/ti-processor-sdk-linux-am335x-evm-06.01.00.08/board-support/linux-4.19.59+gitAUTOINC+5f8c1c6121-g5f8c1c6121/Makefile:1059: recipe for target 'scripts' failed
make[1]: *** [scripts] Error 2
make[1]: Leaving directory '/home/ics/ti-processor-sdk-linux-am335x-evm-06.01.00.08/board-support/linux-4.19.59+gitAUTOINC+5f8c1c6121-g5f8c1c6121/Modified_K'
Makefile:146: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2

here, Modified_K is the folder which i have created using 'O=' parameter. I have followed all instruction that is given on website. I have also tried the same steps in other PC, i got the same error except one. I also got an error "bio.h" is not a directory or file.

Thanks in advance

Sandeep Kumar