当前位置:网站首页>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
边栏推荐
- 阿里巴巴、蚂蚁集团推出分布式数据库 OceanBase 4.0,单机部署性能超 MySQL
- Use Cloudreve to build a private cloud disk
- Intelligent scheme design - intelligent rope skipping scheme
- Shell编程之条件语句(二)
- ENVI最小距离、最大似然、支持向量机遥感影像分类
- Live Classroom System 09--Tencent Cloud VOD Management Module (1)
- 3D model reconstruction of UAV images based on motion structure restoration method based on Pix4Dmapper
- Shell programming specification and variables
- B. Same Parity Summands
- C. Even Picture
猜你喜欢
直播课堂系统09--腾讯云点播管理模块(一)
Use Cloudreve to build a private cloud disk
Shell programming specification and variables
【vulhub】MySql身份认证绕过漏洞复现(CVE-2012-2122)
【PCBA solution】Electronic grip strength tester solution she'ji
内置模板市场,DataEase开源数据可视化分析平台v1.13.0发布
HighTec shortcut keys (Keys) setting location
LeetCode-498 - Diagonal Traversal
Huawei router clock near the drainage experiment (using stream strategy)
HighTec快捷键(Keys)设置位置
随机推荐
Likou 221 questions, the largest square
管理员必须知道的RADIUS认证服务器的部署成本
Regular expression of shell programming and text processor
Shell编程之条件语句(二)
ACM解题笔记——HDU 1401 Solitaire(DBFS)
JVM经典五十问,这下面试稳了
Intelligent scheme design - intelligent rope skipping scheme
Redis 性能影响 - 异步机制和响应延迟
D. Game With Array
ENVI感兴趣区ROI文件由XML格式转为ROI格式
变量和它的特性——《mysql 从入门到内卷再到入土》
Interpretation of the paper (g-U-Nets) "Graph U-Nets"
每次打开chrome会跳出What's new
翻译科技论文,俄译中怎样效果好
Detailed explanation of the use of Oracle's windowing function (2)
【PCBA方案设计】蓝牙跳绳方案
内置模板市场,DataEase开源数据可视化分析平台v1.13.0发布
深度学习之 12 循环神经网络RNN2
Future与CompletableFuture
labelme - block drag and drop events