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.

[参考译文] AM3352:在系统中构建 md6sum 时出错

Guru**** 2482225 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1452635/am3352-i-am-getting-error-while-building-the-md6sum-in-my-system

器件型号:AM3352

工具与软件:

我正在将 md6sum 库集成到我的项目中、我在构建时遇到下面的错误。  

这是我正在使用的 md6sum.bb 文件。  

摘要="md6sum 消息摘要算法"
DESCRIPTION ="md6sum 数据验证库"
PR ="r0"
LICENSE ="BSD"

#inherit core-image
LIC_FILES_CHKSUM ="文件://${OEBASE}/OEBASE-BSP/md6sum/README_Reference.txt src;MD5=75a6eb6ef1cf1dd1a7b6c8f7c7fefabf"

提供="md6sum"

S ="${OEBASE}/OEBASE-BSP/md6sum" src
BUILD_DIR ="${workdir}/md6sum"
INSTALL_DIR ="${D}${PREFIX}/bin"

do_clean_md6sum(){
清洁
}
在 DO_clean 之前添加任务 clean_md6sum

do_fetch[noexec]="1"
DO_UNPACK[noexec]="1"

do_compiler(){
OE_runmake ARCH=ARM SYSROOT=${STAGE_DIR_TARGET}
}

do_install(){
mkdir -p ${INSTALL_DIR}
使 arch=arm install verbose=1 install_prefix=${install_DIR}
}

misone_skip_${PN}-dev ="ldflags"

files_${PN}+="/usr/bin /"