在编译嵌入式Linux buildroot的过程中,电脑突然掉电,重启电脑后,在编译kernel时出现了“Structure needs cleaning”相关提示,于是想clean后再编译,发现clean时也会有相关提示:
guochongxin@slam:~/rk3588-sdk/kernel-5.10$ make clean
rm: cannot remove './fs/kernfs/built-in.a': Structure needs cleaning
rm: cannot remove './fs/kernfs/.modules.order.cmd': Structure needs cleaning
rm: cannot remove './fs/kernfs/inode.o': Structure needs cleaning
rm: cannot remove './fs/kernfs/modules.order': Structure needs cleaning
rm: cannot remove './fs/kernfs/symlink.o': Structure needs cleaning
rm: cannot remove './fs/kernfs/.inode.o.cmd': Structure needs cleaning
rm: cannot remove './fs/kernfs/.symlink.o.cmd': Structure needs cleaning
rm: cannot remove './fs/kernfs/dir.o': Structure needs cleaning
rm: cannot remove './fs/kernfs/file.o': Structure needs cleaning
rm: cannot remove './fs/kernfs/mount.o': Structure needs cleaning
rm: cannot remove './fs/kernfs/.file.o.cmd': Structure needs cleaning
rm: cannot remove './fs/kernfs/.dir.o.cmd': Structure needs cleaning
rm: cannot remove './fs/kernfs/.mount.o.cmd': Structure needs cleaning
rm: cannot remove './fs/kernfs/.built-in.a.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/uptime.o': Structure needs cleaning
rm: cannot remove './fs/proc/built-in.a': Structure needs cleaning
rm: cannot remove './fs/proc/meminfo.o': Structure needs cleaning
rm: cannot remove './fs/proc/proc_sysctl.o': Structure needs cleaning
rm: cannot remove './fs/proc/devices.o': Structure needs cleaning
rm: cannot remove './fs/proc/.softirqs.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/task_mmu.o': Structure needs cleaning
rm: cannot remove './fs/proc/consoles.o': Structure needs cleaning
rm: cannot remove './fs/proc/.modules.order.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/.array.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/.root.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/cmdline.o': Structure needs cleaning
rm: cannot remove './fs/proc/stat.o': Structure needs cleaning
rm: cannot remove './fs/proc/inode.o': Structure needs cleaning
rm: cannot remove './fs/proc/modules.order': Structure needs cleaning
rm: cannot remove './fs/proc/.base.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/.generic.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/.stat.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/.kmsg.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/.inode.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/proc_tty.o': Structure needs cleaning
rm: cannot remove './fs/proc/self.o': Structure needs cleaning
rm: cannot remove './fs/proc/.devices.o.cmd': Structure needs cleaning
rm: cannot remove './fs/proc/.interrupts.o.cmd': Str
发布评论