摘要:
1. 出现的问题如下 can't remove : Read-only file system,无法删除文件,只读文件系统。 应该是系统的空间被占满了,占满之后,就不能移动,删除文件了。 2. 系统的提示 Your JFFS2-partition seems full and overlayfs i 阅读全文
摘要:
1. 安装步骤如下 wget https://ftp.gnu.org/gnu/make/make-4.2.tar.gz tar xvf make-4.2.tar.gz cd make-4.2/ ./configure make sudo make install 2. 如果出现错误说是gcc 没安装 阅读全文