OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 7833|回复: 5

有大佬做过IMX6移植openwrt么?

[复制链接]

3

主题

18

帖子

0

精华

新手入门

积分
11
金钱
11
注册时间
2019-7-23
在线时间
8 小时
发表于 2021-1-4 18:15:23 | 显示全部楼层 |阅读模式
18金钱
openwrt make -j1 V=s
编译错误
root$ make -j1 V=s
make[1]: Entering directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2'
make[2]: Entering directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2'
+ mkdir -p /home/isaiguserver250/ysh/file/openwrt-19.07.2/staging_dir/target-arm_cortex-a7+vfpv3-d16_glibc_eabi
+ cd /home/isaiguserver250/ysh/file/openwrt-19.07.2/staging_dir/target-arm_cortex-a7+vfpv3-d16_glibc_eabi
+ mkdir -p bin lib include stamp
mkdir -p /home/isaiguserver250/ysh/file/openwrt-19.07.2/build_dir/target-arm_cortex-a7+vfpv3-d16_glibc_eabi/stamp
touch /home/isaiguserver250/ysh/file/openwrt-19.07.2/staging_dir/target-arm_cortex-a7+vfpv3-d16_glibc_eabi/.prepared
make[3]: Entering directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/gdb'
make[3]: Nothing to be done for `compile'.
make[3]: Leaving directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/gdb'
time: toolchain/gdb/compile#0.00#0.00#0.00
make[3]: Entering directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/binutils'
make[3]: Nothing to be done for `compile'.
make[3]: Leaving directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/binutils'
time: toolchain/binutils/compile#0.00#0.00#0.01
make[3]: Entering directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/gcc/minimal'
make[3]: Nothing to be done for `compile'.
make[3]: Leaving directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/gcc/minimal'
time: toolchain/gcc/minimal/compile#0.00#0.00#0.01
make[3]: Entering directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/kernel-headers'
mkdir -p /home/isaiguserver250/ysh/file/openwrt-19.07.2/dl
SHELL= flock /home/isaiguserver250/ysh/file/openwrt-19.07.2/tmp/.linux-4.1.tar.xz.flock -c '      /home/isaiguserver250/ysh/file/openwrt-19.07.2/scripts/download.pl "/home/isaiguserver250/ysh/file/openwrt-19.07.2/dl" "linux-4.1.tar.xz" "x" "" "@KERNEL/linux/kernel/v4.x"    '
Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.
make[3]: *** [/home/isaiguserver250/ysh/file/openwrt-19.07.2/dl/linux-4.1.tar.xz] Error 255
make[3]: Leaving directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2/toolchain/kernel-headers'
time: toolchain/kernel-headers/compile#0.02#0.01#0.04
make[2]: *** [toolchain/kernel-headers/compile] Error 2
make[2]: Leaving directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2'
make[1]: *** [/home/isaiguserver250/ysh/file/openwrt-19.07.2/staging_dir/toolchain-arm_cortex-a7+vfpv3-d16_gcc-7.5.0_glibc_eabi/stamp/.toolchain_compile] Error 2
make[1]: Leaving directory `/home/isaiguserver250/ysh/file/openwrt-19.07.2'
make: *** [world] 错误 2
error1.png

最佳答案

查看完整内容[请看2#楼]

果然一早起来就解决了 输入make命令后面加个PKG_HASH=skip make -j1 V=s PKG_HASH=skip 就可以了
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

3

主题

18

帖子

0

精华

新手入门

积分
11
金钱
11
注册时间
2019-7-23
在线时间
8 小时
 楼主| 发表于 2021-1-4 18:15:24 | 显示全部楼层
果然一早起来就解决了
输入make命令后面加个PKG_HASH=skip
make -j1 V=s PKG_HASH=skip
就可以了
回复

使用道具 举报

530

主题

11万

帖子

34

精华

管理员

Rank: 12Rank: 12Rank: 12

积分
165352
金钱
165352
注册时间
2010-12-1
在线时间
2108 小时
发表于 2021-1-5 01:36:39 | 显示全部楼层
帮顶
回复

使用道具 举报

3

主题

18

帖子

0

精华

新手入门

积分
11
金钱
11
注册时间
2019-7-23
在线时间
8 小时
 楼主| 发表于 2021-1-5 09:14:22 | 显示全部楼层

感谢      
回复

使用道具 举报

0

主题

5

帖子

0

精华

新手上路

积分
24
金钱
24
注册时间
2019-10-21
在线时间
9 小时
发表于 2022-7-7 19:49:04 | 显示全部楼层
大佬可以发下移植过程吗?小白想学习一下
回复

使用道具 举报

1

主题

11

帖子

0

精华

初级会员

Rank: 2

积分
121
金钱
121
注册时间
2020-11-11
在线时间
38 小时
发表于 2022-8-13 22:12:11 | 显示全部楼层

大佬可以发下移植过程吗?小白想学习一下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2024-11-25 08:32

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表