使用的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 编辑
用的官方的例程直接编译的,是不是因为是win10 64位的系统呢??
我用官方的例子怎么没有出现这样的情况了?
WIN7。
官方的按键,LED例子一下子就编译过去了
问题已解决,在安装keil的时候pack的安装路径有中文。。。。改过以后就OK了。
我keil安装的问题,刚才卸载了,重新安装以后就OK了。。