参考官方文档AN041使用Eclipse开发GD32,在29页中以下内容:
“在“C/C++ Build->Settings->Tool Settings->GNU Arm Cross C Linker”配置Cross C链接选项。在“General ->Script files”选项中添加:"${ProjDirPath}/../../Firmware/CMSIS/GD/GD32F10x/Source/GCC/gd32f10x_flash.ld"”
其中官方提供的GD32E50x_Firmware_Library_V1.2.3压缩包中不存在gd32e50x_flash.ld文件,且压缩包中固件库使用指南中文件组织结构无gd32e50x_flash.ld,在不添加此文件编译时出现core_cm33.h: No such file or directory以及#error "Please select the target GD32E50x device used in your application (in gd32e50x.h file)",后者错误我已经在Preprocessor中添加了GD32E50X_HD,希望有用过Eclipse开发过GD32E503的人解答以下,感激不尽!
|