我看了一下这个文件夹,发现确实没有这些文件,只有system_stm32f10x.h和system_stm32f10x_cl.h等四个文件,然后我把这些库文件添加到这个文件夹,然后它提示(和我把MDK4提示缺失的文件逐个添加一样):D:\MDK4\ARM\Inc\ST\STM32F10x\stm32f10x_type.h(23): error: #256: invalid redeclaration of type name "s32" (declared at line 487 of "stm32f10x.h")
stm32f103R8
评分
查看全部评分
我尝试这样做过,这样就出现了invalid redeclaration的提示
我这样操作后,会继续提示缺少stm32f10x_type.h, stm32f10x_lib.h, stm32f10x_map.h, cortexm3_macro.h这些文件的提示,添加这些文件后就会出现invalid redeclaration的提示
我按照提示把文件一个一个添加进去,然后会出现提示invalid redeclaration的提示
我看了一下这个文件夹,发现确实没有这些文件,只有system_stm32f10x.h和system_stm32f10x_cl.h等四个文件,然后我把这些库文件添加到这个文件夹,然后它提示(和我把MDK4提示缺失的文件逐个添加一样):D:\MDK4\ARM\Inc\ST\STM32F10x\stm32f10x_type.h(23): error: #256: invalid redeclaration of type name "s32" (declared at line 487 of "stm32f10x.h")
有其他版本文件?要怎么同一版本库?