|
tzmfly
新手上路

积分 10
发帖 1
注册 2006-3-31
状态 离线
|
『楼 主』:
TC++3下使用eRTOS的库文件出现LINKER错,求解!
使用 LLM 解释/回答一下
想在DOS下实现多任务,有人推荐eRTOS.
兴高采烈的把它下载以后,按常规方式在TC++3
中调用了其中的RTOS.LIB,想不到出现了
连接错误:Bad file Record in Modual.../RTOS.LIB
想了好多方去排除,都不成!
有人遇到过类似的问题吗?请赐教!
Want to implement multitasking under DOS, someone recommended eRTOS.
Downloaded it happily and then called its RTOS.LIB in TC++3 according to the routine, but unexpectedly got a link error: Bad file Record in Modual.../RTOS.LIB
Tried many ways to troubleshoot, but none worked!
Has anyone encountered a similar problem? Please give advice!
|
|
2006-3-31 14:02 |
|
|
jawbin
高级用户
   
积分 994
发帖 444
注册 2005-1-29
状态 离线
|
|
2006-4-5 09:28 |
|
|
jawbin
高级用户
   
积分 994
发帖 444
注册 2005-1-29
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
重新下个版本看看
Let's download the next version and have a look.
|
|
2006-4-17 16:51 |
|
|
dlyltm
新手上路

积分 2
发帖 1
注册 2006-6-18
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
偶也遇到了这个问题。偶用的是BC5.02,将Rtos.h包含,再将Rtos.c、Rtos.lib加入项目中,编译阶段没什么问题,但到了连接阶段,却提示说库函数名(譬如rt_init)不存在。这究竟是怎么回事?偶开始也以为是库文件被破坏了,便直接去eRtos的官方网站下载了一份,但结果还一样。以上问题烦请哪位高手解答则个。
I also encountered this problem. I am using BC5.02. I included Rtos.h, and added Rtos.c and Rtos.lib to the project. There was no problem during the compilation stage, but during the linking stage, it prompted that the library function name (such as rt_init) does not exist. What is the matter here? I initially thought that the library file was damaged, so I directly downloaded a copy from the eRtos official website, but the result was the same. Please哪位 expert can answer the above question.
|
|
2006-6-18 16:49 |
|
|
xinkuangcao
新手上路

积分 3
发帖 2
注册 2006-10-17
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
偶用的是BC5.02,没有出现问题,可能是你配置的问题。
I'm using BC5.02, and there's no problem. It might be an issue with your configuration.
|
|
2006-10-18 03:15 |
|
|
sdzhch
新手上路

积分 16
发帖 4
注册 2006-2-13
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
把整个库重新编译一下吧
Let's recompile the entire library.
|
|
2006-11-3 05:07 |
|