一个新手 第一次建立工程 发现编译后出现了下面错误

2019-07-21 05:05发布

Build target 'LED'
compiling main.c...
main.c(35): warning:  #1-D: last line of file ends without a newline
   
main.c: 1 warning, 0 errors
compiling core_cm3.c...
"no source": Error: command-line:  #564: cannot open embedded assembler output file "C:UsersYY丶AppDataLocalTempp183c-2": No such file or directory
..COREcore_cm3.c: 0 warnings, 1 error
compiling sys.c...
"no source": Error: command-line:  #564: cannot open embedded assembler output file "C:UsersYY丶AppDataLocalTempp248c-2": No such file or directory
..SYSTEMsyssys.c: 0 warnings, 1 error
linking...
..OBJLED.axf: error: L6002U: Could not open file ..objcore_cm3.o: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
"..OBJLED.axf" - 1 Error(s), 1 Warning(s).
Target not created.
Build Time Elapsed:  00:00:03 捕获.JPG

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
11条回答
peng1554
1楼-- · 2019-07-21 05:56
 精彩回答 2  元偷偷看……
洛川M
2楼-- · 2019-07-21 11:15
是不是搭建开发环境的时候文件有漏掉的,或者试试将YY、改为YY
BG4RFF
3楼-- · 2019-07-21 14:59
把项目放到某个盘的根目录试试
hujj
4楼-- · 2019-07-21 16:44
1、试试修改默认的搜索路径,
2、将目录中的中文修改成英文字符。
xzh5508
5楼-- · 2019-07-21 22:35
楼上几位说的都对,另外target option->C/C++里面是否包含了这些文件的地址!
hgr211
6楼-- · 2019-07-22 04:21
 精彩回答 2  元偷偷看……

一周热门 更多>