新手入门
- 积分
- 4
- 金钱
- 4
- 注册时间
- 2016-1-4
- 在线时间
- 0 小时
|
4金钱
我在安装MDK5.10时出现了问题,一直安不好,我选择了新建的D盘MDK5.10为安装途径,但是一直会报错,见下面:
assembling startup_stm32f10x_hd.s...
compiling test.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
compiling led.c...
linking...
..\OBJ\test.axf: Warning: L6373W: libattrs.map file not found in System Library directory C:\Program Files\ARM\ADSv1_2\LIB\armlib\. Library selection may be impaired.
..\OBJ\test.axf: Warning: L6310W: Unable to find ARM libraries.
..\OBJ\test.axf: Error: L6411E: No compatible library exists with a definition of startup symbol __main.
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 2 warning and 1 error messages.
"..\OBJ\test.axf" - 1 Error(s), 2 Warning(s).
Target not created
我不懂这是为什么错了,而且我在卸载时电脑总会显示是版本4而不是5,是不是因为我以前安装过4的原因(注:我已经把4卸载了),请大神指点指点我,谢谢,有4个积分作为回报
|
最佳答案
查看完整内容[请看2#楼]
把4卸载,然后安装目录都清空。。。
安装5的时候重新安装到新的路径。。。
按道理应该不会有问题了。
我的电脑陆续装过无数次MDK3 MDK4,MDK5,没有出现过这个问题
|