使用的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
欲哭无泪啊。。。
|