Part Number: TMDXIDK5728
Tool/software: Linux
Hello,
I am getting the following message trying to compile the kernel with a default configuration. The error is included in these message after running the command shown,
------------------------------------------------------------------------
bash-4.3$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage
scripts/kconfig/conf --silentoldconfig Kconfig
#
# configuration written to .config
#
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
HOSTCC scripts/sign-file
scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory
#include <openssl/opensslv.h>
^
compilation terminated.
make[1]: *** [scripts/sign-file] Error 1
make: *** [scripts] Error 2
bash-4.3$
------------------------------------------------------------------------
There must be an include directory path to add, since opensslv.h exists within the directory structure of,
ti-processor-sdk-linux-rt-am57xx-evm-03.03.00.04/linux-devkit/
As you can see this is Linux RT version 03.03.00.04
Thanks