摘要:
root@ubuntux86:# git submodule update --init --recursive Cloning into '/work/VisionFive2/buildroot'... fatal: the remote end hung up unexpectedly fata 阅读全文
摘要:
[ 55.732900] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 0000000095d22a08, val ffffffffc07aa525 阅读全文
摘要:
1.unindent does not match any outer indentation level 原因是文件中包含了tab和空格的混合解决方法:全部使用空格。将 tabstop 和 shiftwidth 设置成相同的值,如 4,并设置 expandtab。这样新增的缩进会用空格,你按下 t 阅读全文