#include < rtx51tny.h> int counter0; int counter1; void job0(void) _task_ 0 { os_create_task(1); while(1){ counter0++; } } void job1(void) _task_ 1{ while(1) { counter1++; } } 为什么编译这个程序的时候,总是出错呢? *** FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: D:KEILC51LIBRTX51.LIB |