gcc编译错误表备查
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
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 not using #elif in traditional C”
建议在传统 C 中不使用#elif”
traditional C ignores #%s with the # indented”
当# 有缩进时传统 C 忽略#%s”
suggest hiding #%s from traditional C with an indented #”
建议使用缩进的# 以让#%s 对传统 C 不可见”
embedding a directive within macro arguments is not portable”
将一个指示嵌入宏参数中是不可移植的”
style of line directive is a GCC extension”
line 指示的风格是一个GCC 扩展”
invalid preprocessing directive #%s”
无效的预处理指示#%s”
\”defined\”cannot be used as a macro name”
“defined”不能被用作宏名”
\”%s\”cannot be used as a macro name as it is an operator in C++”“%s”不能被用作宏名,因为它是C++ 中的一个操作符”