新建工程的时候哪个同学遇到这个问题了.Objstm.sct(7): error: L6236E: No section matches selector -

2019-07-21 00:32发布

这个问题已经解决了,启动文件加多了,没注意
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
22条回答
白帅
1楼-- · 2019-07-22 04:48
Build target 'BEEP'
compiling main.c...
compiling stm32f10x_it.c...
compiling system_stm32f10x.c...
compiling led.c...
compiling beep.c...
compiling delay.c...
compiling sys.c...
"no source": Error: command-line:  #564: cannot open embedded assembler output file "C:Users志帅AppDataLocalTempp2804-2": No such file or directory
..SYSTEMsyssys.c: 0 warnings, 1 error
compiling usart.c...
compiling core_cm3.c...
"no source": Error: command-line:  #564: cannot open embedded assembler output file "C:Users志帅AppDataLocalTempp2b28-2": No such file or directory
..COREcore_cm3.c: 0 warnings, 1 error
assembling startup_stm32f10x_hd.s...
compiling misc.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_usart.c...
linking...
..OBJBEEP.axf: error: L6002U: Could not open file ..objsys.o: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
"..OBJBEEP.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:00:09
这个问题怎么解决   跑的例程也是这样
cquanelc
2楼-- · 2019-07-22 07:16
确实是菜鸟 发表于 2015-11-9 21:26
我也刚刚遇到,我的原因是没有在CORE的groups里面没有添加以.s结尾的启动文件。

,我的也是这个原因,谢谢你!!!解决了
cquanelc
3楼-- · 2019-07-22 07:50
F:3D面食打印机123.bmp
我的就是这个报错,添加文件:“startup_stm32f10x_hd.s”
yaosongjin
4楼-- · 2019-07-22 13:44
 精彩回答 2  元偷偷看……
yaosongjin
5楼-- · 2019-07-22 14:11
dsafd 发表于 2015-3-27 14:05
何必如此麻烦呢?我发现只要把3.50库中的hd—vl.s与hd_s一起加入CORE文件夹就好了啊,害我找了那么久

为什么我的两个加进去就不行,只加一个hd.s就没有警告和错误了
YMKang
6楼-- · 2019-07-22 14:47
启动文件的原因,视频讲解里把编译结果obj里的内容删掉就好了那一段估计有一些问题,把启动文件和core_cm3.c添加到工程里就解决了。

一周热门 更多>