Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5702

11.3写一个 iphone/tool ,报Killed: 9错误,什么情况?

$
0
0

@laomei wrote:

nic.pl

选 [10.] iphone/tool

代码:

int main(int argc, char **argv, char **envp) 
{
  printf("hello world");
  return 0;
}

编译运行测试:

/usr/bin$ ./test
-sh: line 205:  5101 Killed: 9               ./test
/usr/bin$ ./test
-sh: line 207:  5102 Killed: 9               ./test
/usr/bin$ ./test
-sh: line 209:  5115 Killed: 9               ./test
/usr/bin$ ./test
-sh: line 211:  5304 Killed: 9               ./test
/usr/bin$ ./test
-sh: line 213:  5307 Killed: 9               ./test
/usr/bin$ ./test
-sh: line 215:  5309 Killed: 9               ./test

什么情况,9 10系统全部正常,11.3测试不能执行了。请教各位老师,不能执行的原因!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5702

Trending Articles