刚刚接触μC/OS-II,看了jean j labrosse的那本《嵌入式实时操作系统μC/OS-II》第二版
执行书中的范例一时,总是报连接错误
使用borland c++ 4.5
报错如下:
linking test.exe:
linker warning:no module definition file specified:using defaults
linker error:undefined symbol _PC_DispStr in module TEST.c
linker error:undefined symbol _OSVersion in module TEST.c
...
...
编译正常连接错误,搞不清为什么了,请大家帮助下
没用过,LZ是如何编译的?
可能是少了库、或是少了设置环境变量
调通了,主要是不熟悉bc写dos程序,而且bc写程序的结构也没有搞清楚