No.30988 作者:xu88jun 邮件: ID:7619 登陆:4次 文章数:7篇 最后登陆IP:211.65.74.137 最后登陆:2003/12/5 16:29:00 注册:2002/12/18 13:25:00 财富:32 发帖时间:2003/5/19 15:03:21 发贴者IP:211.65.64.2 标题:xu88jun:[求助]好奇怪! 摘要:No.30988[求助]好奇怪! 我今天编了我的第一个RTOS程序: #include <rtx51tny.h> int counter0; int counter1; void job0(void)_task_ 0{ os_create_task(1); while(1){ counter0++; os_wait(K_TMO,3); } } void job1(void)_task_ 1{ while(1){ counter1++; os_wait(K_TMO,5); } } 编译通过了,但LINK时出错: *** FATA ......
>>返回讨论的主题
|
老古网执行:16毫秒 最大:4266毫秒 查询6次
|
|