
manjaro 20 R329-Tina 编译与烧录记录
发布日期:2021-05-09 04:07:01
浏览次数:16
分类:博客文章
本文共 1765 字,大约阅读时间需要 5 分钟。
编译方法
juwan@juwan-n85-dls:~/R329-Tina$ source build/envsetup.sh Setup env done! Please run lunch next.juwan@juwan-n85-dls:~/R329-Tina$ lunchYou're building on LinuxLunch menu... pick a combo: 1. r329_evb1-tina 2. r329_evb1_xr829-tina 3. r329_evb5_min-tina 4. r329_evb5_v1-tina 5. r329_evb5-tina 6. r329_evb6-tina 7. r329_fpga-tina 8. r329_robot-tina 9. r329_spk1-tina 10. r329_ubidemo-tinaWhich would you like? [Default r329_evb5_v1]: ============================================TINA_BUILD_TOP=/home/juwan/R329-TinaTINA_TARGET_ARCH=aarch64TARGET_PRODUCT=r329_evb5_v1TARGET_PLATFORM=r329TARGET_BOARD=r329-evb5_v1TARGET_PLAN=evb5_v1TARGET_BUILD_VARIANT=tinaTARGET_BUILD_TYPE=releaseTARGET_KERNEL_VERSION=4.9TARGET_UBOOT=u-boot-2018TARGET_CHIP=sun50iw11p1============================================juwan@juwan-n85-dls:~/R329-Tina$ make -j1 V=s
然后就开始跑了。
^ In file included from libfakeroot.c:60: communicate.h:209:44: note: expected 'struct stat64 *' but argument is of type 'struct stat *' 209 | extern void send_get_stat64(struct stat64 *buf); | ~~~~~~~~~~~~~^ make[6]: *** [Makefile:638: libfakeroot.lo] Error 1 make[6]: Leaving directory '/home/dls/desktop/R329-Tina/out/r329-evb5_v1/compile_dir/host/fakeroot-1.20.2'
patch /home/dls/desktop/R329-Tina/out/r329-evb5_v1/compile_dir/host/fakeroot-1.20.2/libfakeroot.c
diff --git a/libfakeroot.c b/libfakeroot.cindex 3e80e38..14e56bc 100644--- a/libfakeroot.c+++ b/libfakeroot.c@@ -90,6 +90,10 @@ #define SEND_GET_XATTR64(a,b,c) send_get_xattr64(a,b) #endif +#ifndef _STAT_VER+#define _STAT_VER 0+#endif+ /* These INT_* (which stands for internal) macros should always be used when the fakeroot library owns the storage of the stat variable.
烧录工具为 5.4 以上的内核稍微修了一下 Makefile
发表评论
最新留言
路过按个爪印,很不错,赞一个!
[***.219.124.196]2025年04月01日 19时56分56秒
关于作者

喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
【spring源码系列】之【xml解析】
2021-05-09
(在模仿中精进数据可视化07)星球研究所大坝分布可视化
2021-05-09
(数据科学学习手札27)sklearn数据集分割方法汇总
2021-05-09
(数据科学学习手札40)tensorflow实现LSTM时间序列预测
2021-05-09
从零开始学安全(十六)● Linux vim命令
2021-05-09
阿里巴巴Json工具-Fastjson教程
2021-05-09
Spring Cloud Gateway - 快速开始
2021-05-09
Java对象转JSON时如何动态的增删改查属性
2021-05-09
Python 面向对象进阶
2021-05-09
Linux常用统计命令之wc
2021-05-09
Git安装及使用以及连接GitHub方法详解
2021-05-09
shell脚本里使用echo输出颜色
2021-05-09
并发编程——IO模型详解
2021-05-09
Java之封装,继承,多态
2021-05-09
wait()与notify()
2021-05-09
使用js打印时去除页眉页脚
2021-05-09
Spring security OAuth2.0认证授权学习第二天(基础概念-RBAC)
2021-05-09
ORA-00904: "FILED_TYPE": 标识符无效
2021-05-09
Android中定时执行任务的3种实现方法
2021-05-09
MapReduce实验
2021-05-09