我正在尝试编译我的linux内核,在自定义我的内核配置后,我录制了命令make以开始编译,但是发生了如下错误:
asma@ubuntu:/usr/src/linux$ make
make[1]: *** No rule to make target `/usr/src/linux-headers-3.5.0-23/arch/x86/syscalls/syscall_32.tbl', needed by `arch/x86/syscalls/../include/generated/asm/unistd_32.h'. Stop.
make: *** [archheaders] Error 2
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题呢
我正在尝试克隆存储库并开始使用它,所以我给你录音
$ git clone https://github.com/VirtuOR/OpenTRILL
Run Code Online (Sandbox Code Playgroud)
克隆开始了
Cloning into 'OpenTRILL'...
remote: Counting objects: 46419, done.
remote: Compressing objects: 100% (42140/42140), done.
Run Code Online (Sandbox Code Playgroud)
但它以下列错误结束
error: RPC failed; result=18, HTTP code = 200MiB | 55 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Run Code Online (Sandbox Code Playgroud)
请帮忙