小编use*_*884的帖子

在Eclipse中安装软件错误

我想在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)

我该怎么办?请帮我.

eclipse installation sdk plugins android

3
推荐指数
1
解决办法
3158
查看次数

在FreeBSD 10.1中添加新的系统调用

我想在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)

但是当我重建内核时,我有一个错误:

在此输入图像描述

怎么了?你能帮助我吗?

非常感谢.

unix kernel freebsd system-calls

1
推荐指数
1
解决办法
1092
查看次数

标签 统计

android ×1

eclipse ×1

freebsd ×1

installation ×1

kernel ×1

plugins ×1

sdk ×1

system-calls ×1

unix ×1