新手入门
- 积分
- 4
- 金钱
- 4
- 注册时间
- 2016-7-11
- 在线时间
- 11 小时
|
1金钱
本帖最后由 xuande 于 2016-7-11 16:45 编辑
这是编译结果
Rebuild target 'Target 1'
assembling startup_stm32f10x_hd.s...
compiling test.c...
compiling delay.c...
compiling sys.c...
"no source": Error: command-line: #564: cannot open embedded assembler output file "C:\Users\战神\AppData\Local\Temp\p1324-2": No such file or directory
..\SYSTEM\sys\sys.c: 0 warnings, 1 error
compiling usart.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:02
这是程序
#include "sys.h"
#include "usart.h" |
|