https://github.com/MediaTek-Labs/linkit-smart-7688-feed编译失败

2017-06-26 16:08:49 (8.82 KB/s) - Read error at byte 10119560/24112160 (Connection timed out). Giving up.

Download failed.
No more mirrors to try - giving up.
Makefile:53: recipe for target ‘/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt/dl/gdb-linaro-7.6-2013.05.tar.bz2‘ failed
make[3]: *** [/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt/dl/gdb-linaro-7.6-2013.05.tar.bz2] Error 2
make[3]: Leaving directory ‘/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt/toolchain/gdb‘
toolchain/Makefile:81: recipe for target ‘toolchain/gdb/prepare‘ failed
make[2]: *** [toolchain/gdb/prepare] Error 2
make[2]: Leaving directory ‘/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt‘
toolchain/Makefile:80: recipe for target ‘/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt/staging_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/stamp/.toolchain_install‘ failed
make[1]: *** [/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt/staging_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/stamp/.toolchain_install] Error 2
make[1]: Leaving directory ‘/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt‘
/home/fly/workdir/LinkltSmart7688Duo-20170626/openwrt/include/toplevel.mk:181: recipe for target ‘world‘ failed
make: *** [world] Error 2

时间: 2024-09-28 21:12:37

https://github.com/MediaTek-Labs/linkit-smart-7688-feed编译失败的相关文章

LinkIt Smart 7688 从源码构建固件并升级

1.操作系统:Ubuntu 16.04 LTS 2.安装必要的支持包: $:sudo dpkg --add-architecture i386 $:sudo apt-get update $:sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 $:sudo apt-get install lib32z1 lib32ncurses5 $:sudo apt-get install gcc $:sudo apt-get in

LinkIt Smart 7688 从源码构建 bootloader (U-Boot)

操作系统:Ubuntu 16.04 LTS 以下操作均在普通用户权限下执行:(注意不能含有中文路径) 一.下载 U-Boot 源码 创建工作目录: $:mkdir LinkIt_Smart_mt7688 $:cd LinkIt_Smart_mt7688 下载源码: $:git clone https://github.com/MediaTek-Labs/linkit-smart-uboot.git 二.编译准备 进入目录 $:cd linkit-smart-uboot 解压工具链到 /opt:

LinkIt Smart 7688 使用官方 SDK 生成 安装包

一.获取 SDK 地址如下 https://docs.labs.mediatek.com/resource/linkit-smart-7688/zh_cn/downloads 二.解压 并 创建一个例程 由于目录名太长,修改短一点 我修改为 : Openwrt-SDK 下载一个示例文件:https://labs.mediatek.com/en/download/kJWJnDta 解压后 把 7688-OpenWrt-SDK-example-package/package 路径下 的 两个文件夹

LinkIt Smart 7688 建立交叉编译环境

一.编译工具链的获取 1.官网下载:https://docs.labs.mediatek.com/resource/linkit-smart-7688/zh_cn/downloads 2.自己编译:http://www.cnblogs.com/liuyunxiang/p/8451361.html 在make menuconfig配置界面选择编译工具链 (蓝色区域 *) 编译结束,在源码目录/bin/ramips 下面会生成工具链压缩包: 二.设置环境变量 把下载的或者编译好的工具链解压放在 /o

LinkIt Smart 7688 硬件烧写Flash

这个方案用于升级U-BOOT 失败,或者更换 Flash 后启动引导的烧写 一.硬件准备: 1.J-LINK V9 2.杜邦线 3.勾式测试夹或者测试勾 二.软件准备: SEGGER V6.30 以上 J-FLASH SPI 三.接线图: J-LINK引脚 SPI_Flash引脚 1-3.3V 3.3V 5-TDI SPI_MOSI 7-TMS /CS 9-TCLK SPI_CLK 13-TDO SPI_MISO 4-GND GND 三.下载与烧写: 1.如果有好的开发板flash ,可以先读取

https://github.com/wytings

博客中写了很多比较杂乱的东西,有时候可能一时看不出效果,毕竟代码问题确实是 “Talk is cheap. Show me the code” 所以,就开了一个github,把一些日常比较好用的东西,都写成实例放在上面,这样也许比单纯的文字会对大家更有用一些. 地址:https://github.com/wytings/SuperAndroid

https://github.com/miaozhongfeng/my-repository.git浅谈数组求和java实验

          这次作业呢,我是用java来写的,虽然java只是自己假期里看的一点点,但是人总是要接触新事物的,应该不断向前.          说明:这次作业有一个遗憾,就是我花了一个下午真真没搞懂POI包的使用,是我的智商问题吗?由于作业提交比较急迫,暂时先放弃,用的java的文件流,男人嘛,就是要敢舍敢弃!(是我胡说八道的).当然,不搞懂它我是不会罢休的!拭目以待!          好了,不瞎扯了.进入正题吧.我用的编译软件是my Eclipse2014(这个软件不得不说:真TM好

结对项目https://github.com/bxoing1994/test/blob/master/源代码

所选项目名称:文本替换      结对人:曲承玉 github地址 :https://github.com/bxoing1994/test/blob/master/源代码 用一个新字符串替换文本文件中所有出现每个字符串的地方.文件名和字符串都作为命令行参数进行传递.给出相应的测试文件和测试字符串. 项目设计方案        一起选定项目敲定大体结构后,我负责测试和修改,搭档负责写的代码 首先,需要定义一个命令把文本文档读入内存,并进行异常处理:然后定义一个写数据流,以便于替换:最后将内存中修改

fatal: could not read Username for 'https://github.com': No such file or directo

Git push origin master报错 fatal: could not read Username for 'https://github.com': No such file or directo 原因使用https方式的时候 在git remote add origin 的https url 里面没有用户名和密码 修改为如下: git remote add origin https://{username}:{password}@github.com/{username}/pro

Github错误:fatal: Authentication failed for 'https://github.com/ ...

GitHub push代码发生错误:fatal: Authentication failed for 'https://github.com/ ... 使用的https提交,在用SourceTree提交代码时候发生错误,返回的错误提示说: fatal: Authentication failed for 'https://github.com/ ... 如图所示: 解决方案,重新执行git config命令配置用户名和邮箱即可: git config -–global user.name "xx