在ubuntu14.4里编译UBOOT出错

时间:2022-04-14 09:25:43

出错信息如下:

OBJCOPY examples/standalone/hello_world.bin
  LDS     u-boot.lds
  LD      u-boot
./scripts/dtc-version.sh: 行 17: dtc: 未找到命令
./scripts/dtc-version.sh: 行 18: dtc: 未找到命令
*** Your dtc is too old, please upgrade to dtc 1.4 or newer
make: *** [checkdtc] 错误 1


这里提到的DTC 1.4没有相应的软件,其实是用下面命令安装:

sudo apt-get install device-tree-compiler


再继续编译,就没有问题了。


1. WiX安装工具的使用

http://edu.csdn.net/course/detail/5207

2. 俄罗斯方块游戏开发
http://edu.csdn.net/course/detail/5110
3. boost库入门基础
http://edu.csdn.net/course/detail/5029
4.Arduino入门基础
http://edu.csdn.net/course/detail/4931
5.Unity5.x游戏基础入门
http://edu.csdn.net/course/detail/4810
6. TensorFlow API攻略
http://edu.csdn.net/course/detail/4495
7. TensorFlow入门基本教程
http://edu.csdn.net/course/detail/4369
8. C++标准模板库从入门到精通 
http://edu.csdn.net/course/detail/3324
9.跟老菜鸟学C++
http://edu.csdn.net/course/detail/2901
10. 跟老菜鸟学python
http://edu.csdn.net/course/detail/2592
11. 在VC2015里学会使用tinyxml库
http://edu.csdn.net/course/detail/2590
12. 在Windows下SVN的版本管理与实战 
 http://edu.csdn.net/course/detail/2579
13.Visual Studio 2015开发C++程序的基本使用 
http://edu.csdn.net/course/detail/2570
14.在VC2015里使用protobuf协议
http://edu.csdn.net/course/detail/2582
15.在VC2015里学会使用MySQL数据库
http://edu.csdn.net/course/detail/2672