- 1、本文档共21页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
【2017年整理】gcc错误提示详解,gcc错误提示,gcc参数详解,gcc命令详解,gcc编译选项详解,gcc详解,gcc编译过程详解,gcc命令行详解,gccgdbmakefile详解,gcc编译参数详解
conversion from %s to %s not supported by iconv”
iconv 不支持从 %s 到 %s 的转换”
iconv_open”
iconv_open”
no iconv implementation, cannot convert from %s to %s”
没有 iconv 的实现,无法从 %s 转换到 %s”
character 0x%lx is not in the basic source character set\n”
字符 0x%lx 不在基本源字符集中\n”
converting to execution character set”
转换到可执行文件的字符集”
character 0x%lx is not unibyte in execution character set”
字符 0x%lx 在执行字符集中不是单字节的”
Character %x might not be NFKC”
字符 %x 可能不是 NFKC”
universal character names are only valid in C++ and C99″
Unicode 字符名只在 C++ 和 C99 中有效”
the meaning of ‘\\%c’ is different in traditional C”
‘\\%c’的意义与在传统 C 中不同”
In _cpp_valid_ucn but not a UCN”
在 _cpp_valid_ucn 中但不是一个 UCN”
incomplete universal character name %.*s”
不完全的 Unicode 字符名 %.*s”
%.*s is not a valid universal character”
%.*s 不是一个有效的 Unicode 字符”
‘$’ in identifier or number”
‘$’出现在标识符或数字中”
universal character %.*s is not valid in an identifier”
Unicode 字符 %.*s 在标识符中无效”
universal character %.*s is not valid at the start of an identifier”
Unicode 字符 %.*s 在标识符开头无效”
converting UCN to source character set”
将 UCN 转换到源字符集”
converting UCN to execution character set”
将 UCN 转换到执行字符集”
the meaning of ‘\\x’ is different in traditional C”
‘\\x’的意义与在传统 C 中不同”
\\x used with no following hex digits”
\\x 后没有 16 进制数字”
hex escape sequence out of range”
16 进制转义序列越界”
octal escape sequence out of range”
8 进制转义序列越界”
the meaning of ‘\\a’ is different in traditional C”
‘\\a’的意义与在传统 C 中不同”
non-ISO-standard escape sequence, ‘\\%c’”
非 ISO 标准的转义序列,‘\\%c’”
unknown escape sequence: ‘\\%c’”
未知的转义序列:‘\\%c’”
unknown escape sequence: ‘\\%s’”
未知的转义序列:‘\\%s’”
converting escape sequence to execution character set”
将转义序列转换到执行字符集”
character constant too long for its type”
字符常量大小超出其类型”
multi-character character constant”
多字节字符常量”
empty character constant”
空的字符常量”
failure to convert %s to %s”
无法从 %s 转换到 %s”
extra tokens at end of #%s directive”
#%s 指示的末尾有多余的标识符”
#%s is a GCC extension”
#%s 是一个 GCC 扩展”
#%s is a deprecated GCC extension”
#%s 是一个已过时的 GCC 扩展”
suggest no
文档评论(0)