新手入门
- 积分
- 12
- 金钱
- 12
- 注册时间
- 2016-7-16
- 在线时间
- 1 小时
|
1金钱
错误信息
Build target 'Target 1'
compiling main.c...
compiling stm32f10x_it.c...
compiling system_stm32f10x.c...
compiling led.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
compiling core_cm3.c...
assembling startup_stm32f10x_hd.s...
compiling stm32f10x_gpio.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_usart.c...
compiling misc.c...
linking...
..\OBJ\LED.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\LED.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:15
|
-
出错信息
最佳答案
查看完整内容[请看2#楼]
也不知道是什么原因,我注销后换了个英文名的账户登陆后用同一个例程就编译成功了,也许还是不能识别汉字的问题呢
|