新手入门
- 积分
- 15
- 金钱
- 15
- 注册时间
- 2018-8-31
- 在线时间
- 3 小时
|
1金钱
Build target 'Target 1'
assembling startup_stm32f10x_hd.s...
compiling test.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
compiling led.c...
linking...
..\OBJ\test.axf: error: L6002U: Could not open file ..\obj\sys.o: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
"..\OBJ\test.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:05
用Keil uVision5编译标准例程实验1的时候出现这个问题,百度查了半天仍未解决,求助!
|
最佳答案
查看完整内容[请看2#楼]
【MDK各种安装bug】安装路径不能有中文字符或者空格,电脑的系统用户名也不能带有中文字符
这些问题你看下有没存在,用的是我们提供的软件还是,是每个程序都会还是
如果电脑是中文名,改下环境变量
如果还不行,建议卸载后重装MDK5
|