11357|6

280

帖子

0

TA的资源

一粒金砂(高级)

楼主
 

GD32E231 keil开发环境搭建问题请教[已经解决!] [复制链接]

本帖最后由 flyword 于 2019-5-8 09:13 编辑

使用的MDK5.27,搭建了一下午开发环境,编译后就报错:

Build started: Project: Project
*** Using Compiler 'V6.12', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'GD32E231C_START'
compiling main.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling systick.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_it.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling system_gd32e23x.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_adc.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_cmp.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_crc.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_dbg.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_dma.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_exti.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_fmc.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_fwdgt.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_gpio.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_i2c.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_misc.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_pmu.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_rcu.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_rtc.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_spi.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_syscfg.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_timer.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_usart.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e23x_wwdgt.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
compiling gd32e231c_start.c...
ArmClang: error: unable to execute command: Unable to convert command-line to UTF-16: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。  (0x459)
".\output\Project.axf" - 24 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:00:06


欲哭无泪啊。。。
此帖出自GD32 MCU论坛

最新回复

我用官方的例子怎么没有出现这样的情况了? WIN7。 官方的按键,LED例子一下子就编译过去了  详情 回复 发表于 2019-5-8 09:03
点赞 关注
 

回复
举报

5310

帖子

453

TA的资源

五彩晶圆(高级)

沙发
 
错误好多啊!
此帖出自GD32 MCU论坛
 
 
 

回复

137

帖子

0

TA的资源

一粒金砂(中级)

板凳
 
看看官方的例子,应该不难的
此帖出自GD32 MCU论坛

点评

用的官方的例程直接编译的,是不是因为是win10 64位的系统呢??  详情 回复 发表于 2019-5-8 08:32
 
 
 

回复

280

帖子

0

TA的资源

一粒金砂(高级)

4
 
西点钟灵毓秀 发表于 2019-5-8 00:04
看看官方的例子,应该不难的

用的官方的例程直接编译的,是不是因为是win10 64位的系统呢??
此帖出自GD32 MCU论坛
 
 
 

回复

137

帖子

0

TA的资源

一粒金砂(中级)

5
 
我用官方的例子怎么没有出现这样的情况了?
WIN7。

官方的按键,LED例子一下子就编译过去了
此帖出自GD32 MCU论坛

点评

我keil安装的问题,刚才卸载了,重新安装以后就OK了。。  详情 回复 发表于 2019-5-8 09:13
 
 
 

回复

280

帖子

0

TA的资源

一粒金砂(高级)

6
 
问题已解决,在安装keil的时候pack的安装路径有中文。。。。改过以后就OK了。
此帖出自GD32 MCU论坛
 
 
 

回复

280

帖子

0

TA的资源

一粒金砂(高级)

7
 
西点钟灵毓秀 发表于 2019-5-8 09:03
我用官方的例子怎么没有出现这样的情况了?
WIN7。

官方的按键,LED例子一下子就编译过去了

我keil安装的问题,刚才卸载了,重新安装以后就OK了。。
此帖出自GD32 MCU论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/9 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表