2019-07-21 00:32发布
确实是菜鸟 发表于 2015-11-9 21:26 我也刚刚遇到,我的原因是没有在CORE的groups里面没有添加以.s结尾的启动文件。
dsafd 发表于 2015-3-27 14:05 何必如此麻烦呢?我发现只要把3.50库中的hd—vl.s与hd_s一起加入CORE文件夹就好了啊,害我找了那么久
最多设置5个标签!
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
这个问题怎么解决 跑的例程也是这样
,我的也是这个原因,谢谢你!!!解决了
我的就是这个报错,添加文件:“startup_stm32f10x_hd.s”
为什么我的两个加进去就不行,只加一个hd.s就没有警告和错误了
一周热门 更多>