当前位置:网站首页>Black cats take you learn Makefile article 13: a Makefile collection compile problem
Black cats take you learn Makefile article 13: a Makefile collection compile problem
2022-08-10 22:01:00 【Senior black cat】
This article is compiled/written based on personal work/study experience and network information. Paid content is prohibited from being reproduced.
The column where this article is located "Black cat takes you to learn Makefile"
1 ***No rule to make target ‘ ‘, needed by…
As shown in the figure:
View the above make generationWhere the .depend is suddenly not generated.
The reason may be that the Makefile generates dependencies, but the .c file does not exist in the actual code.
2 make uboot generate autoconf.mk problem
Reference link: https://blog.csdn.net/tuwenqi2013/article/details/54293229
https://blog.csdn.net/groundhappy/article/details/52709959
3 uboot configuration#make xxx Error: rm: cannot remove `asm/arch’: Is a directory
I guess this Uboot is not the source code you downloaded, but it is compiled by someone else and you want to recompile,
There is a mkconfig file at the top level of Uboot, after you open it, add -r after all rms in it
For example, the source code is rm -d asm-arm/arch and can be changed to rm -rd asm-arm/arch, which means forced deletion
边栏推荐
- ArcGIS自动随机生成采样点的方法
- labelme-5.0.1版本编辑多边形闪退
- 使用 Cloudreve 搭建私有云盘
- ACM模板笔记:八数码问题——使用BFS+康托展开打表解决
- About DataFrame: Processing Time
- GAN CFOP
- 2022.8.9 Mock Competition
- 化学制品制造业数智化供应链管理系统:建立端到端供应链采购一体化平台
- 快消品行业经销商协同系统:实现经销商可视化管理,提高沟通执行效率
- Black cat takes you to learn Makefile Part 12: Summary of common Makefile problems
猜你喜欢
随机推荐
shell小技巧(一百三十五)打包指定目录下所用文件,每个文件单独打包
【SQL刷题】Day3----SQL必会的常用函数专项练习
直播课堂系统08补-腾讯云对象存储和课程分类管理
SELECT:简单的查询操作语法&使用例——《mysql 从入门到内卷再到入土》
异常的了解
微擎盲盒交友变现-vp_ph打开慢优化
【PCBA solution】Electronic grip strength tester solution she'ji
Live Classroom System 09--Tencent Cloud VOD Management Module (1)
地理探测器Geodetector软件的下载、应用与结果解读
带你一文读懂SaaS版多租户商城系统对多品牌企业的应用价值
LeetCode-498-对角线遍历
RADIUS Authentication Server Deployment Costs That Administrators Must Know
These must-know JVM knowledge, I have sorted it out with a mind map
shell脚本循环语句for、while语句
ArcPy读取Excel时序数据、批量反距离加权IDW插值与掩膜
Likou 221 questions, the largest square
MySQL高级指令
关于 DataFrame: 处理时间
Exploration and practice of the "zero trust" protection and data security governance system of the ransomware virus of Meichuang Technology
Thread State 详解