我想在eclipse luna版本中安装新软件,但在安装过程中出错!错误是:
An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
Error reading signed content.
error in opening zip file
Run Code Online (Sandbox Code Playgroud)
我该怎么办?请帮我.
我想在FreeBSD上添加新的系统调用.我的系统调用代码是:
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/sysproto.h>
int Sum(int a, int b);
int
Sum(a,b)
{
int c;
c = a + b;
return (0);
}
Run Code Online (Sandbox Code Playgroud)
但是当我重建内核时,我有一个错误:
怎么了?你能帮助我吗?
非常感谢.
android ×1
eclipse ×1
freebsd ×1
installation ×1
kernel ×1
plugins ×1
sdk ×1
system-calls ×1
unix ×1