当前位置:   article > 正文

玩转GD32F3x0开发板 (二)_cannot open source input file "rre components.h":

cannot open source input file "rre components.h": no

三  开始编译例程

error:  #5: cannot open source input file "RTE_Components.h": No such file or directory

 

 

原因:system_gd32f3x0.c中用到的gd32f3x0.h不是来自下面目录:

GD32F3x0_Demo_Suites_V2.0.0\GD32F3x0_Firmware_Library\CMSIS\GD\GD32F3x0\Source

解决方法一:打开GD32330C_START.uvproj查看编译包含路径,优先用路径:

..\..\..\..\GD32F3x0_Firmware_Library\CMSIS\GD\GD32F3x0\Include

可以编译成功;

重命名GD32330C_START.uvproj为GD32330C_START.uvprojx

亦可以编译成功。

 

 

 

解决方法二

如果使用 Keil uVision5 打开工程,有两种方法解决“Missing Device(s)”问题。第一种是

方法先安装\Library\Firmware\GigaDevice.GD32F3x0_DFP.2.0.0.pack,在 Project 菜单中选

Manage 子菜单,点击 Migrate to Version 5 Format...菜单,将 Keil uVision4 工程转为 Keil

uVision5 工 程 , 同 时 在 Option for Target C/C++ 中添加路径 C:\Keil_v5\ARM\

Pack\ARM\CMSIS\4.2.0\CMSIS\Include;

 

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/688888
推荐阅读
相关标签
  

闽ICP备14008679号