新手入门
- 积分
- 35
- 金钱
- 35
- 注册时间
- 2013-3-2
- 在线时间
- 0 小时
|
原子大哥你好,你的程序在KEIL4.12版本上,编译正常,在KEIL4.70版本上,编译出错,不知何故,望告之,如:
Rebuild target 'Target 1'
assembling STM32F10x.s...
compiling test.c...
test.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
compiling delay.c...
..\SYSTEM\delay\delay.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
compiling sys.c...
..\SYSTEM\sys\sys.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
compiling usart.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
compiling led.c...
..\HARDWARE\LED\led.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
compiling key.c...
..\HARDWARE\KEY\key.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
Target not created |
|