OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 4311|回复: 4

编译出厂linux内核fork文件编译失败

[复制链接]

4

主题

15

帖子

0

精华

新手上路

积分
47
金钱
47
注册时间
2021-5-11
在线时间
13 小时
发表于 2022-4-5 22:22:12 | 显示全部楼层 |阅读模式
10金钱
报错:
  1.   CC      kernel/fork.o
  2. In file included from include/linux/kernel.h:11,
  3.                  from include/linux/list.h:8,
  4.                  from include/linux/preempt.h:10,
  5.                  from include/linux/spinlock.h:50,
  6.                  from include/linux/mmzone.h:7,
  7.                  from include/linux/gfp.h:5,
  8.                  from include/linux/slab.h:14,
  9.                  from kernel/fork.c:14:
  10. include/linux/log2.h:22:1: 警告: ignoring attribute ‘noreturn’ because it conflicts with attribute ‘const’ [-Wattributes]
  11.    22 | int ____ilog2_NaN(void);
  12.       | ^~~
  13. In file included from kernel/fork.c:41:
  14. include/linux/syscalls.h:195:25: 警告: ‘sys_set_tid_address’ alias between functions of incompatible types ‘long int(int *)’ and ‘long int(long int)’ [-Wattribute-alias=]
  15.   195 |         asmlinkage long sys##name(__MAP(x,__SC_DECL,__VA_ARGS__))       \
  16.       |                         ^~~
  17. include/linux/syscalls.h:191:9: 附注: in expansion of macro ‘__SYSCALL_DEFINEx’
  18.   191 |         __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
  19.       |         ^~~~~~~~~~~~~~~~~
  20. include/linux/syscalls.h:182:36: 附注: in expansion of macro ‘SYSCALL_DEFINEx’
  21.   182 | #define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
  22.       |                                    ^~~~~~~~~~~~~~~
  23. kernel/fork.c:1195:1: 附注: in expansion of macro ‘SYSCALL_DEFINE1’
  24. 1195 | SYSCALL_DEFINE1(set_tid_address, int __user *, tidptr)
  25.       | ^~~~~~~~~~~~~~~
  26. include/linux/syscalls.h:199:25: 附注: aliased declaration here
  27.   199 |         asmlinkage long SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__))       \
  28.       |                         ^~~
  29. include/linux/syscalls.h:191:9: 附注: in expansion of macro ‘__SYSCALL_DEFINEx’
  30.   191 |         __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
  31.       |         ^~~~~~~~~~~~~~~~~
  32. include/linux/syscalls.h:182:36: 附注: in expansion of macro ‘SYSCALL_DEFINEx’
  33.   182 | #define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
  34.       |                                    ^~~~~~~~~~~~~~~
  35. kernel/fork.c:1195:1: 附注: in expansion of macro ‘SYSCALL_DEFINE1’
  36. 1195 | SYSCALL_DEFINE1(set_tid_address, int __user *, tidptr)
  37.       | ^~~~~~~~~~~~~~~
  38. include/linux/syscalls.h:195:25: 警告: ‘sys_unshare’ alias between functions of incompatible types ‘long int(long unsigned int)’ and ‘long int(long int)’ [-Wattribute-alias=]
  39.   195 |         asmlinkage long sys##name(__MAP(x,__SC_DECL,__VA_ARGS__))       \
  40.       |                         ^~~
  41. include/linux/syscalls.h:191:9: 附注: in expansion of macro ‘__SYSCALL_DEFINEx’
  42.   191 |         __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
  43.       |         ^~~~~~~~~~~~~~~~~
  44. include/linux/syscalls.h:182:36: 附注: in expansion of macro ‘SYSCALL_DEFINEx’
  45.   182 | #define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
  46.       |                                    ^~~~~~~~~~~~~~~
  47. kernel/fork.c:1925:1: 附注: in expansion of macro ‘SYSCALL_DEFINE1’
  48. 1925 | SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
  49.       | ^~~~~~~~~~~~~~~
  50. include/linux/syscalls.h:199:25: 附注: aliased declaration here
  51.   199 |         asmlinkage long SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__))       \
  52.       |                         ^~~
  53. include/linux/syscalls.h:191:9: 附注: in expansion of macro ‘__SYSCALL_DEFINEx’
  54.   191 |         __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
  55.       |         ^~~~~~~~~~~~~~~~~
  56. include/linux/syscalls.h:182:36: 附注: in expansion of macro ‘SYSCALL_DEFINEx’
  57.   182 | #define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
  58.       |                                    ^~~~~~~~~~~~~~~
  59. kernel/fork.c:1925:1: 附注: in expansion of macro ‘SYSCALL_DEFINE1’
  60. 1925 | SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
  61.       | ^~~~~~~~~~~~~~~
  62. include/linux/syscalls.h:195:25: 警告: ‘sys_clone’ alias between functions of incompatible types ‘long int(long unsigned int,  long unsigned int,  int *, int,  int *)’ and ‘long int(long int,  long int,  long int,  long int,  long int)’ [-Wattribute-alias=]
  63.   195 |         asmlinkage long sys##name(__MAP(x,__SC_DECL,__VA_ARGS__))       \
  64.       |                         ^~~
  65. include/linux/syscalls.h:191:9: 附注: in expansion of macro ‘__SYSCALL_DEFINEx’
  66.   191 |         __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
  67.       |         ^~~~~~~~~~~~~~~~~
  68. include/linux/syscalls.h:186:36: 附注: in expansion of macro ‘SYSCALL_DEFINEx’
  69.   186 | #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__)
  70.       |                                    ^~~~~~~~~~~~~~~
  71. kernel/fork.c:1778:1: 附注: in expansion of macro ‘SYSCALL_DEFINE5’
  72. 1778 | SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
  73.       | ^~~~~~~~~~~~~~~
  74. include/linux/syscalls.h:199:25: 附注: aliased declaration here
  75.   199 |         asmlinkage long SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__))       \
  76.       |                         ^~~
  77. include/linux/syscalls.h:191:9: 附注: in expansion of macro ‘__SYSCALL_DEFINEx’
  78.   191 |         __SYSCALL_DEFINEx(x, sname, __VA_ARGS__)
  79.       |         ^~~~~~~~~~~~~~~~~
  80. include/linux/syscalls.h:186:36: 附注: in expansion of macro ‘SYSCALL_DEFINEx’
  81.   186 | #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__)
  82.       |                                    ^~~~~~~~~~~~~~~
  83. kernel/fork.c:1778:1: 附注: in expansion of macro ‘SYSCALL_DEFINE5’
  84. 1778 | SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
  85.       | ^~~~~~~~~~~~~~~
  86. /tmp/cc35ynOa.s: Assembler messages:
  87. /tmp/cc35ynOa.s:1071: 错误: .err encountered
  88. scripts/Makefile.build:257: recipe for target 'kernel/fork.o' failed
  89. make[1]: *** [kernel/fork.o] Error 1
  90. Makefile:947: recipe for target 'kernel' failed
  91. make: *** [kernel] Error 2
复制代码


网上找没有找到关于这个问题解决方法
使用ubuntu18.04


最佳答案

查看完整内容[请看2#楼]

使用官方的交叉编译器编译就ok了
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

4

主题

15

帖子

0

精华

新手上路

积分
47
金钱
47
注册时间
2021-5-11
在线时间
13 小时
 楼主| 发表于 2022-4-5 22:22:13 | 显示全部楼层
使用官方的交叉编译器编译就ok了
回复

使用道具 举报

3

主题

17

帖子

0

精华

初级会员

Rank: 2

积分
124
金钱
124
注册时间
2019-5-30
在线时间
29 小时
发表于 2022-4-29 10:22:32 | 显示全部楼层
老哥解决了吗?我也遇到了这个问题。在网上找了好久也没能找到相关问题。
回复

使用道具 举报

3

主题

17

帖子

0

精华

初级会员

Rank: 2

积分
124
金钱
124
注册时间
2019-5-30
在线时间
29 小时
发表于 2022-4-29 10:24:26 | 显示全部楼层
Iceorigin 发表于 2022-4-10 21:50
使用官方的交叉编译器编译就ok了

具体怎么操作呢?shell脚本里用的不就是gcc编译器嘛?官方的交叉编译器是那个编译器呢?
回复

使用道具 举报

4

主题

15

帖子

0

精华

新手上路

积分
47
金钱
47
注册时间
2021-5-11
在线时间
13 小时
 楼主| 发表于 2022-7-13 23:04:27 | 显示全部楼层
烟花易冷11 发表于 2022-4-29 10:24
具体怎么操作呢?shell脚本里用的不就是gcc编译器嘛?官方的交叉编译器是那个编译器呢?

在官方文件夹里可以查看到 你找找看吧 教程有说
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2024-11-25 10:36

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表