器件型号:TMDXIDK5728
工具/软件:Linux
您好!
我收到以下消息、尝试使用默认配置编译内核。 运行所示命令后、该错误包含在这些消息中、
--------------------------------------------------
bash-4.3$ make ARCH=arm cross_compile=arm-linux-gnueabihf- zImage
scripts/kconfig/conf --silentoldconfig Kconfig
编号
#配置写入.config
编号
chk include/config/kernel.release
chk 包含/生成/ uapi/linux/version.h
CHK 包含/生成/ utsrelease.h
make[1]:`include/generated /mach-types.h'是最新的。
CHK 包含/生成/ bounds.h
CHK 包含/生成/ timeconst.h
CHK 包含/生成/ asm-offsets.h
调用 脚本/checksyscalls.sh
HOSTCC 脚本/签名文件
scripts/sign-file.c:23:30:致命错误:openssl / opensslv.h:无此类文件或目录
#include
^μ A
编译已终止。
maked[1]:***[scripts/sign-file]错误1.
Make:***[scripts]错误2.
bash-4.3$
--------------------------------------------------
必须添加包含目录路径、因为 opensslv.h 位于的目录结构中、
TI-processor-sdk-linux-rt-am57xx-evm-03.03.00.04/linux-devkit/
您可以看到、这是 Linux RT 版本03.03.00.04
谢谢