[问题讨论] GD32E231 keil开发环境搭建问题请教[已经解决!]

flyword   2019-5-7 21:56 楼主
使用的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 欲哭无泪啊。。。 本帖最后由 flyword 于 2019-5-8 09:13 编辑

回复评论 (6)

错误好多啊!
点赞  2019-5-7 23:06
看看官方的例子,应该不难的
点赞  2019-5-8 00:04
引用: 西点钟灵毓秀 发表于 2019-5-8 00:04
看看官方的例子,应该不难的

用的官方的例程直接编译的,是不是因为是win10 64位的系统呢??
点赞  2019-5-8 08:32
我用官方的例子怎么没有出现这样的情况了?
WIN7。

官方的按键,LED例子一下子就编译过去了
点赞  2019-5-8 09:03
问题已解决,在安装keil的时候pack的安装路径有中文。。。。改过以后就OK了。
点赞  2019-5-8 09:12
引用: 西点钟灵毓秀 发表于 2019-5-8 09:03
我用官方的例子怎么没有出现这样的情况了?
WIN7。

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

我keil安装的问题,刚才卸载了,重新安装以后就OK了。。
点赞  2019-5-8 09:13
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复