大家好,本人新进了一块原子的开发板,他的教程是用MDK3.8的,因为本人的电脑里已经装了MDK4.5,并且一直很喜欢,MDK4的风格,所以不想用旧的版本了,但用新版本来编译就出错了,信息如下:
Rebuild target 'Target 1'
assembling startup_stm32f10x_md.s...
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 test1.c...
test1.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
Target not created
请问有什么解决办法吗? 真的不想用旧版本。求助各位大侠! |