当前位置: 代码迷 >> 综合 >> Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.
  详细解决方案

Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.

热度:18   发布时间:2023-12-28 05:49:01.0

跨平台编译报如下错误:

SHELL= flock /home/liuxun/gpl_test/gpl/tmp/.linux-4.4.60-qsdk_spf_11_2.tar.xz.flock -c ' /home/liuxun/gpl_test/gpl/scripts/download.pl "/home/liuxun/gpl_test/gpl/dl" "linux-4.4.60-qsdk_spf_11_2.tar.xz" "" "" "@KERNEL/linux/kernel/v4.x"

' Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.

make[4]: *** [/home/liuxun/gpl_test/gpl/dl/linux-4.4.60-qsdk_spf_11_2.tar.xz] Error 255

解决方案1:

参考http://support.easycwmp.org/view.php?id=345

如果不能解决->

解决方案二:

使用find /  -name  linux-4.4.60-qsdk_spf_11_2.tar.xz全局搜索,找到后将此压缩包复制到上面对应目录下面, 重新make V=s即可。

  相关解决方案