有没有vim4 android11的md5sum的校验我repo sync -l 一直出问题

有执行的但是执行.repo/repo/repo forall -c ‘git lfs pull’
Git LFS: (0 of 1 files) 0 B / 5.27 MB
Git LFS: (0 of 0 files, 1 skipped) 0 B / 0 B, 5.27 MB skipped
Git LFS: (0 of 0 files, 1 skipped) 0 B / 0 B, 5.27 MB skipped
都是类似这样

。。。。。。。这边问题已经都解决了,谢谢。

fs/exfat/balloc.c:321:7: error: implicit declaration of function ‘fatal_signal_pending’; did you mean ‘mod_timer_pending’? [-Werror=implicit-function-declaration]
if (fatal_signal_pending(current)) {
^~~~~~~~~~~~~~~~~~~~
mod_timer_pending
cc1: some warnings being treated as errors
scripts/Makefile.build:283: recipe for target ‘fs/exfat/balloc.o’ failed
make[2]: *** [fs/exfat/balloc.o] Error 1
scripts/Makefile.build:553: recipe for target ‘fs/exfat’ failed
make[1]: *** [fs/exfat] Error 2
make[1]: *** Waiting for unfinished jobs…

mm/vmscan.c: In function ‘get_scan_count’:
mm/vmscan.c:2529:3: error: ‘anon_prio’ undeclared (first use in this function); did you mean ‘bio_prio’?
anon_prio = anon_prio * anon / (anon + file + 1);
^~~~~~~~~
bio_prio
mm/vmscan.c:2529:3: note: each undeclared identifier is reported only once for each function it appears in
mm/vmscan.c:2529:27: error: ‘anon’ undeclared (first use in this function); did you mean ‘nop’?
anon_prio = anon_prio * anon / (anon + file + 1);
^~~~
nop
mm/vmscan.c:2529:42: error: ‘file’ undeclared (first use in this function)
anon_prio = anon_prio * anon / (anon + file + 1);
^~~~
mm/vmscan.c:2530:3: error: ‘file_prio’ undeclared (first use in this function); did you mean ‘file_path’?
file_prio = file_prio * file / (anon + file + 1);
^~~~~~~~~
file_path
CC ipc/msg.o
scripts/Makefile.build:283: recipe for target ‘mm/vmscan.o’ failed
make[1]: *** [mm/vmscan.o] Error 1
Makefile:1866: recipe for target ‘mm’ failed
make: *** [mm] Error 2
大佬今天都编译好好的前面不知道我干了啥突然不能编译内核了。

你进common目录执行git status -s看看有那些文件被修改了

我已经清除所有修改还是同样地方出问题,我不清楚是不是工具链出问题了。