初级会员

- 积分
- 87
- 金钱
- 87
- 注册时间
- 2015-6-21
- 在线时间
- 2 小时
|
5金钱
使用原子哥的寄存器版例程,下载后直接编译却出现这样错误
Build target 'Target 1'
compiling test.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
compiling delay.c...
..\SYSTEM\delay\delay.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
compiling sys.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
compiling usart.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
compiling led.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
Target not created

这个是我下载的例程,求解??十分感谢
我已经在C/C++选项卡里include paths 中把 STM32共用头文件 这个文件夹添加进去了,可是还是出现这样的错误

点开错误信息,是这样的
|
最佳答案
查看完整内容[请看2#楼]
回复【3楼】作业没写1:
---------------------------------
http://openedv.com/posts/list/13912.htm
|