ICC错误集锦

合集下载

gcc编译错误表-备查

gcc编译错误表-备查

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”inc omplete 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++ 中的一个操作符”no macro name given in #%s directive”#%s 指示中未给出宏名”macro names must be identifiers”宏名必须是标识符”undefining \”%s\”"取消对“%s”的定义”missing terminating > character”缺少结尾的 > 字符”#%s expects \”FILENAME\” or ”#%s 需要 \”FILENAME\” 或”empty filename in #%s”#%s 中文件名为空”#include nested too deeply”#include 嵌套过深”#include_next in primary source file”#include_next 出现在主源文件中”invalid flag \”%s\” in line directive”line 指示中有无效的标记“%s””unexpected end of file after #line”#line 后未预期的文件结束”\”%s\” after #line is not a positive integer”#line 后的“%s”不是一个正整数”line number out of range”行号超出范围”\”%s\” is not a valid filename”“%s”不是一个有效的文件名”\”%s\” after # is not a positive integer”# 后的“%s”不是一个正整数”invalid #%s directive”无效的 #%s 指示”registering pragmas in namespace \”%s\” with mismatched name expansion”在命名空间“%s”中注册 pragma 时名称扩展不匹配”registering pragma \”%s\” with name expansion and nonamespace”pragma “%s”被注册为一个命名扩展,而没有命名空间”registering \”%s\” as both a pragma and a pragma namespace”“%s”既被注册为一个pragma 又被注册为一个 pragma 命名空间”#pragma %s %s is already registered”#pragma %s %s 已经被注册”#pragma %s is already registered”#pragma %s 已经被注册”registering pragma with NULL handler”pragma 注册为被 NULL 处理”#pragma once in main file”#pragma once 出现在主文件中”invalid #pragma push_macro directive”无效的 #pragma push_macro 指示”invalid #pragma pop_macro directive”无效的 #pragma pop_macro 指示”invalid #pragma GCC poison directive”无效的 #pragma GCC poison 指示”poisoningexisting macro \”%s\”"对已存在的宏“%s”投毒”#pragma system_header ignored outside include file”#pragma system_heade 在包含文件外被忽略”cannot find source file %s”找不到源文件%s”current file is older than %s”当前文件早于%s”_Pragma takes a parenthesized string literal”_Pragma 需要一个括起的字符串字面常量”#else without #if”#else 没有匹配的#if”#else after #else”#else 出现在 #else 后”the conditional began here”条件自此开始”#elif without #if”#elif 没有匹配的#if”#elif after #else”#elif 出现在 #else 后”#: directives.c:1960#endif without #if”#endif 没有匹配的#if”missing ‘(‘ after predicate”谓词后缺少‘(’”missing ‘)’ to complete answer”完整的答案缺少‘)’”predicate’s answer is empty”谓词的答案为空”assertion without predicate”断言后没有谓词”predicate must be an identifier”谓词必须是一个标识符”\”%s\” re-asserted”重断言“%s””unterminated #%s”未终止的#%s”unterminated comment”未结束的注释”stdout”stdout”%s: %s”%s:%s”too many decimal points in number”数字中有太多小数点”fixed-point constants are a GCC extension”定点常量是一个 GCC 扩展”invalid digit \”%c\” in binary constant”二进制常量中有无效数字“%c””invalid digit \”%c\” in octal constant”8 进制常量中有非法字符“%c””invalid prefix \”0b\” for floating constant”浮点常量的“0b”前缀无效”use of C99 hexadecimal floati ng constant”使用 C99 式的 16 进制浮点常量”exponent has no digits”指数部分没有数字”hexadecimal floating constants require an exponent”16 进制浮点常量需要指数部分”invalid suffix \”%.*s\” on floating constant”浮点常量的“%.*s”后缀无效”traditional C rejects the \”%.*s\” suffix”传统 C 不接受“%.*s”后缀”suffix for double constant is a GCC extension”双精度常量后缀是一个 GCC 扩展”invalid suffix \”%.*s\” with hexadecimal floating constant”十六进制浮点常量的“%.*s”后缀无效”decimal float constants are a GCC extension”十进制浮点常量是一个 GCC 扩展”invalid suffix \”%.*s\” on integer constant”整数常量的“%.*s”后缀无效”use of C++0x long long integer constant”使用 C++0x long long 整数常量”imaginary constants are a GCC extension”虚数常量是一个 GCC 扩展”binary constants are a GCC extension”二进制常量是一个 GCC 扩展”integer constant is too large for its type”整数常量值超出其类型”integer constant is so large that it is unsigned”整数常量太大,认定为unsigned”missing ‘)’ after \”defined\”"“defined” 后出现‘)’”operator \”defined\” requires an identifier”操作符“defined”需要一个标识符”(\”%s\” is an alternative token for \”%s\” in C++)”(在 C++ 中“%s”会是“%s”的替代标识符)”this use of \”defined\” may not be portable”使用“defined”可能不利于移植”floating constant in preprocessor expression”浮点常量出现在预处理表达式中”imaginary number in preprocessor expression”预处理表达式中出现虚数”\”%s\” is not defined”“%s”未定义”assertions are a GCC extension”断言是一个 GCC 扩展”assertions are a deprecated extension”断言是一个已过时的 GCC 扩展”missing binary operator before token \”%s\”"标识符“%s”前缺少二元运算符”token \”%s\” is not valid in preprocessor expressions”标识符“%s”在预处理表达式中无效”missing expre ssion between ‘(‘ and ‘)’”‘(’与‘)’之间缺少表达式”%s with no expression”%s 后没有表达式”operator ‘%s’ has no right operand”操作符‘%s’没有右操作数”operator ‘%s’ has no left operand”操作符‘%s’没有左操作数”‘:’ without preceding ‘?’”‘:’前没有‘?’”unbalanced stack in %s”%s 中堆栈不平衡”impossible operator ‘%u’”不可能的操作‘%u’”missing ‘)’ in expression”表达式中缺少‘)’”‘?’ without following ‘:’”‘?’后没有‘:’”integer overflow in preprocessor expression”预处理表达式中整数溢出”missing ‘(‘ in expression”表达式中缺少‘(’”the left operand of \”%s\” changes sign when promoted”“%s”的左操作数在提升时变换了符号”the right operand of \”%s\” changes sign when promoted”“%s”的右操作数在提升时变换了符号”traditional C rejects the unary plus operator”传统 C 不接受单目 + 运算符”comma operator in operand of #if”#if 操作数中出现逗号”division by zero in #if”#if 中用零做除数”NULL directory in find_file”find_file 中有 NULL 目录”one or more PCH files were found, but they were invalid”找到一个或多个 PCH 文件,但它们是无效的”use -Winvalid-pch for more information”使用 -Winvalid-pch 以获得更多信息”%s is a block device”%s 是一个块设备”%s is to o large”%s 过大”%s is shorter than expected”%s 短于预期”no include path in which to search for %s”没有包含路径可供搜索%s”Multiple include guards may be useful for:\n”多个防止重包含可能对其有用:\n”cppchar_t must be an unsigned type”cppchar_t 必须是无符号型”preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits”预处理算术的最高精度为 %lu 位;目标需要 %lu 位”CPP arithmetic must be at least as precise as a target int”CPP 算术必须至少具有目标 int 的精度”target char is less than 8 bits wide”目标 char 短于 8 位”target wchar_t is narrower than target char”目录 wchar_t 短于目标char”target int is narrower than target char”目标 int 短于目标char”CPP half-integer narrower than CPP character”CPP 半整数短于 CPP 字符”CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits”在此宿主机上,CPP 不能处理长于 %lu 位的宽字符常量,但目标需要 %lu 位”backslash and newline separated by space”反斜杠和换行为空格所分隔”backslash-newline at end of file”反斜杠续行出现在文件末尾”trigraph ??%c converted to %c”三元符 ??%c 转换为%c”trigraph ??%c ignored, use -trigraphs to enable”三元符 ??%c 被忽略,请使用 -trigraphs 来启用”\”/*\” within comment”“/*”出现在注释中”%s in preprocessing directive”预处理指示中出现%s”null character(s) ignored”忽略空字符”`%.*s’ is not in NFKC”‘%.*s’不在 NFKC 中”`%.*s’ is not in NFC”‘%.*s’不在 NFC 中”attempt to use poisoned \”%s\”"试图使用有毒的“%s””__VA_ARGS__ can only appear in the expansion of a C99 variadic macro”__VA_ARGS__ 只能出现在 C99 可变参数宏的展开中”identifier \”%s\” is a special operator name in C++”标识符“%s”是 C++ 中的一个特殊操作符”raw string delimiter longer than 16 characters”原始字符串分隔符长过 16 个字符”invalidcharacter ‘%c’ in raw string delimiter”原始字符串分隔符中有无效字符‘%c’”unterminated raw string”未终止的原始字符串”null character(s) preserved in literal”空字符将保留在字面字符串中”missing terminating %c character”缺少结尾的 %c 字符”C++ style comments are not allowed in ISO C90″C++ 风格的注释在 ISO C90 中不被允许”(this will be reported only once per input file)”(此警告为每个输入文件只报告一次)”multi-line comment”多行注释”unspellable token %s”无法拼出的标识符%s”macro \”%s\” is not used”宏“%s”未被使用”invalid built-in macro \”%s\”"无效的内建宏“%s””could not determine file timestamp”无法决定文件的时间戳”could not determine date and time”无法决定日期与时间”__COUNTER__ expanded inside directive with -fdirectives-only”带 -fdirectives-only 时 __COUNTER__ 在指示中扩展”invalid string literal, ignoring final ‘\\’”无效的字面字符串,忽略最后的‘\\’”pasting \”%s\” and \”%s\” does not give a valid preprocessing token”毗连“%s”和“%s”不能给出一个有效的预处理标识符”ISO C99 requires rest arguments to be used”ISO C99 需要使用剩余的参数”macro \”%s\” requires %u arguments, but only %u given”宏“%s”需要 %u 个参数,但只给出了 %u 个”macro \”%s\” passed %u arguments, but takes just %u”宏“%s”传递了 %u 个参数,但只需要 %u 个”unterminated argument list invoking macro \”%s\”"调用宏“%s”时参数列表未终止”function-like macro \”%s\” must be used with arguments in traditional C”类似函数的宏“%s”在传统 C 中必须与参数一起使用”invoking macro %s argument %d: empty macro arguments are undefined in ISO C90 and ISO C++98″调用宏 %s 的参数 %d:空的宏参数未被 ISO C90 和 ISO C++98 定义”duplicate macro parameter \”%s\”"重复的宏参数“%s””\”%s\” may not appear in macro parameter list”“%s”不能出现在宏参数列表中”macro parameters must be comma-separated”宏参数必须由逗号隔开”parameter name missing”缺少形参名”anonymous variadic macros were introduced in C99″匿名可变参数宏在 C99 中被引入”ISO C does not permit named variadic macros”ISO C 不允许有名的可变参数宏”missing ‘)’ in macro parameter list”在宏参数表中缺少‘)’”‘##’ cannot appear at either end of a macro expansion”‘##’不能出现在宏展开的两端”ISO C99 requires whitespace after the macro name”ISO C99 要求宏名后必须有空白”missing whitespace after the macro name”宏名后缺少空白”‘#’ is not followed by a macro parameter”‘#’后没有宏参数”\”%s\” redefined”“%s”重定义”this is the location of the previous definition”这是先前定义的位置”macro argument \”%s\” would be stringified in traditional C”宏参数“%s”将在传统 C 中被字符串化”invalid hash type %d in cpp_macro_definition”cpp_macro_definition 中有无效的散列类型%d”while writing precompiled header”在写入预编译头时”%s: not used because `%.*s’ is poisoned”%s:未使用因为‘%.*s’已被投毒”%s: not used because `%.*s’ not defined”%s:未使用因为‘%.*s’未定义”%s: not used because `%.*s’ defined as `%s’ not `%.*s’”%s:未使用因为‘%.*s’被定义为‘%s’而非‘%*.s’”%s: not used because `%s’ is defined”%s:未使用因为‘%s’已定义”%s: not used because `__COUNTER__’ is invalid”%s:未使用因为‘__COUNTER__’无效”while reading precompiled header”在读取预编译头时”detected recursion whilst expanding macro \”%s\”"展开宏“%s”时检测到递归”syntax error in macro parameter list”宏参数列表语法错误”#~ warning: ”#~ 警告:”#~ internal error: ”#~ 内部错误:”#~ error: ”#~ 错误:”#~ In file included from %s:%u”#~ 在包含自 %s:%u 的文件中”#~ ”#~ “,\n”#~ ” from %s:%u”#~ ”#~ “,\n”#~ ” 从 %s:%u”#~ no newline at end of file”#~ 文件未以空白行结束”。

中英文对照FREE PASCAL错误一览表

中英文对照FREE PASCAL错误一览表

Free Pascal错误一览表1.Out of memory[内存溢出]2.Identifier expected[缺标识符]3.Identifier not found[标识符未找到]*如:Identifier not found INTEGR[标识符INTEGER未找到]4.Duplicate identifier[重复说明]*如:Duplicate identifier N[变量N重复说明]5.Syntax error[语法错误]*6.Error in real constant[实型常量错]7.Error in integer constant[整型常量错]8.String constant exceeds line[字符串常量跨行]9.Too many nested file[文件嵌套过多]10.Unexpected end of file[非正常文件结束]11.Line to long[行过长]12.Type Identifier expected[缺类型标识符]13.Too many open file[打开文件过多]14.Invalid file name[无效文件名]15.File not found[文件未找到]*16.Disk full[磁盘满]17.Invalid compiler directive[无效编译指示]18.Too many file[文件过多]19.Undefined type in pointer definition[指针定义中未定义类型]20.Variable identifier expected[缺变量标识符]21.Error in type definition[类型错误说明]*22.Stucture too large[结构过长]23.Set base type out of range[集合基类型越界]24.File components may not be files or object[FILE分量不能为文件或对象]25.Invalid string length[无效字符串长度]26.Type mismatch[类型不匹配]*27.Invalid subrange base type[无效子界基类型]28.Lower bound greater than upper bound[下界大于上界]29.Ordinal type expected[缺有序类型]30.Integer constant expected[缺整型常数]31.Constant expected[缺常量]32.Integer or real constant expected[缺整型或实型常量]33.Pointe type identifier expected[缺指针类型标识符]34.Invalid function result type[无效的函数结果类型]bel identifier expected[缺标号标识符]36.Begin expected[缺BEGIN]*37.End expected[缺END]*38.Integer expression expected[缺整型表达式]39.Ordinal expression expected[缺有序表达式]40.Boolean expression expected[缺布尔表达式]41.Operand type do not match operator[操作数与操作符不匹配]42.Error in expression[表达式错]43.Illegal expression[非法赋值]*44.Field identifier expected[缺域标识符]45.Object file too large[目标文件过大]46.Undefined external[未定义外部标识符]47.Invalid object file record[无效OBJ文件记录]48.Code segment too large[代码段过长]49.Data segment too large[数据段过长]*50.Do expected[缺DO]*51.Invalid PUBLIC definition[无效PUBLIC定义]52.Invalid EXTRN definition[无效EXTRN定义]53.Too many EXTRN definition[EXTRN定义过多]54.Of extected[缺0F]*55.INTERFACE expected[缺INTERFACE]56.Invalid relocatable reference[无效重定位引用]57.THEN expected[缺THEN]*58.TO(DOWNTO)expected[缺T0或DOWNTO]*59.Undefined forward[提前引用未定义的说明]60.Too many procedures[过程过多]61.Invalid typecast[无效类型转换]62.Division by zero[被零除]63.Invalid typecast[无效文件类型]64.Cannot Read or Write variable of this type[不能读写该类型的变量]*65.Ponter variable expected[缺指针变量]66.String variable expected[缺字符串变量]67.String expression expected[缺字符串表达式]68.Circular unit reference[单元循环引用]69.Unit name mismatchg[单元名不匹配]70.Unit version mismatch[单元版本不匹配]71.Duplicate unit name[单元重名]72.Unit file format error[单元文件格式错误]73.Implementation expected[缺IMPLEMENTATl0N]74.constant and case types do not match[常数与CASE类型不相匹配]75.Record variable expected[缺记录变量]76.Constant out of range[常量越界]77.File variable expected[缺文件变量]78.Pointer extression expected[缺指针变量]79.Integer or real expression expected[缺整型或实型表达式]ble not within current block[标号不在当前块中]ble already defined[标号已定义]82.Undefined lable in preceding statement part[在前面语句中标号未定义]83.Invalid@argument[无效的@参数]84.Unit expected[缺UNIT]85.“;”expected[缺“;”]*86.“:”expected[缺“:”]*87.“,”expected[缺“,”]*88.“(”expected[缺“(”)*89.“)”expected[缺“]”]*90.“=”expected[缺“=”]*91.“:=”expected[缺“:=”]*92.“[”or“(”expected[缺“[”或“(”)*93.“]”or“)”expected[缺“]”或“)”]*94.“..”expected[缺“.”]*95.“..”expected[缺“..”]*96.Too many variable[变量过多]97.Invalid FOR control variable[无效FOR控制变量]98.Integer variable expected[缺整型变量]99.File and procedure types are not allowed here[此处不允许用文件和过程类型]100.Srting length mismatch[字符串长度不匹配]101.Invalid ordering of fields[无效域顺序]102.String constant expected[缺字符串常量]103.Integer or real variable expected[缺整型或实型变量]104.Ordinal variable expected[缺顺序变量]105.INLINE error[INLINE错]106.Character expression expected[缺字符表达式]107.Too many relocation items[重定位项过多]112.Case constant out of range[CASE常量越界]113.Error in statement[语句错]114.Can’t call an interrupt procedute[不能调用中断过程] 116.Must be in8087mode to complie this[必须在8087方式下编译]117.Target address not found[未找到目标地址]118.Include files are not allowed here[此处不允许包含INCLUDE文件]120.NIL expected[缺NIL]121.Invalid qualifier[无效限定符]122.Invalid variable reference[无效变量引用]123.Too many symbols[符号过多]124.Statement part too large[语句部分过长]126.Files must be var parameters[文件必须为变量参数]127.Too many conditional directive[条件符号过多]128.Misplaced conditional directive[条件指令错位]129.ENDIF directive missing[缺少ENDIF指令]130.Error in initial conditional defines[初始条件定义错] 131.Header does not match previous definition[过程和函数头与前面定义的不匹配]132.Critical disk error[严重磁盘错误]133.Can’t evalute this expression[不能计算该表达式]*如:Can’t evalute constart expression[不能计算该常量表达式] 134.Expression incorrectly terminated[表达式错误结束]135.Invaild format specifier[无效格式说明符]136.Invalid indirect reference[无效间接引用]137.Structed variable are not allowed here[此处不允许结构变量] 138.Can’t evalute without system unit[无SYSTEM单元不能计算] 139.Can’t access this symbols[不能存取该符号]140.Invalid floating–point operation[无效浮点运算]141.Can’t compile overlays to memory[不能将覆盖模块编译至内存] 142.Procedure or function variable expected[缺过程和函数变量] 143.Invalid procedure or function reference.[无效过程或函数引用] 144.Can’t overlay this unit[不能覆盖该单元]147.Object type expected[缺对象类型]148.Local object types are not allowed[不允许局部对象类型]149.VIRTUAL expected[缺VIRTUAL]150.Method identifier expected[缺方法标识符]151.Virtual constructor are not allowed[不允许虚拟构造方法] 152.Constructor Identifier expected[缺构造函数标识符]153.Destructor Identifier expected[缺析构函数标识符]154.Fail only allowed within constructors[FAIL标准过程只允许在构造方法内使用]155.Invalid combination of opcode and operands[无效的操作符和操作数组合]156.Memory reference expected[缺内存引用]157.Can’t add or subtrace relocatable symbols[不能加减可重定位符号]158.Invalid register combination[无效寄存器组合]159.286/287Instructions are not enabled[未激活286/287指令] 160.Invalid symbol reference[无效符号引用]161.Code generation error[代码生成错]162.ASM expected[缺ASM]二、运行错误运行错误将显示错误信息,并终止程序的运行。

Bi2Se3未考虑vdw的错误汇总

Bi2Se3未考虑vdw的错误汇总

在没有考虑vdw作用之前,算Bi2Se3材料soc中出现的错误汇总V ASP自旋轨道耦合计算错误汇总静态计算时,报错:VERY BAD NEWS! Internal内部error in subroutine子程序IBZKPT:Reciprocal倒数的lattice and k-lattice belong to different class of lattices. Often results are still useful (48)INCAR参数设置:对策:根据所用集群,修改INCAR中NPAR。

将NPAR=4变成NPAR=1,已解决!错误:sub space matrix类错误报错:静态和能带计算中出现警告:W ARNING: Sub-Space-Matrix is not hermitian共轭in DA V结构优化出现错误:WARNING: Sub-Space-Matrix is not hermitian in DA V 4 -4.681828688433112E-002对策:通过将默认AMIX=0.4,修改成AMIX=0.2(或0.3),问题得以解决。

以下是类似的错误:WARNING: Sub-Space-Matrix is not hermitian in rmm -3.00000000000000RMM: 22 -0.167633596124E+02 -0.57393E+00 -0.44312E-01 1326 0.221E+00BRMIX:very serious problems the old and the new charge density differ old charge density: 28.00003 new 28.06093 0.111E+00错误:WARNING: Sub-Space-Matrix is not hermitian in rmm -42.5000000000000ERROR FEXCP: supplied Exchange-correletion table is too small, maximal index : 4794错误:结构优化Bi2Te3时,log文件:WARNING in EDDIAG: sub space matrix is not hermitian 1 -0.199E+01RMM: 200 0.179366581305E+01 -0.10588E-01 -0.14220E+00 718 0.261E-01BRMIX: very serious problems the old and the new charge density differ old charge density: 56.00230 new 124.70394 66 F= 0.17936658E+01 E0= 0.18295246E+01 d E =0.557217E-02curvature: 0.00 expect dE= 0.000E+00 dE for cont linesearch 0.000E+00ZBRENT: fatal error in bracketingplease rerun with smaller EDIFF, or copy CONTCAR to POSCAR and continue但是,将CONTCAR拷贝成POSCAR,接着算静态没有报错,这样算出来的结果有问题吗?对策1:用这个CONTCAR拷贝成POSCAR重新做一次结构优化,看是否达到优化精度!对策2:用这个CONTCAR拷贝成POSCAR,并且修改EDIFF(目前参数EDIFF=1E-6),默认为10-4错误:WARNING: Sub-Space-Matrix is not hermitian in DA V 1 -7.626640664998020E-003网上参考解决方案:对策1:减小POTIM: IBRION=0,标准分子动力学模拟。

黑屏出错信息索引

黑屏出错信息索引

出错信息索引ACTION 行动代码不正确AIRLINE 航空公司代码不正确AMOUNT 数量,通常指FC、FN中的票价输入不正确AUTHORITY 权限CASH COLLECTION(SCNY???.??)LOSTFN中缺少SCNY项CHECK CONTINUITY 检查航段的连续性,使用@I,或增加地面运输航段COMMISSION(C?.??)LOSTFN中缺少代理费率项CONTACT ELEMENT MISSING缺少联系组,将旅客的联系电话输入到PNR中CURRENCY 货币代码不正确DATE 输入的日期不正确.DEVICE 打票机序号不正确DUP ID PNR中某项重复,或缺少旅客标识ELE NBR 序号不正确FLT NUMBER 航班号不正确FORMAT 输入格式不正确ILLEGAL 不和法INACTIVE 检查打票机各项状态INFANT 缺少婴儿标识INPUT 打票机的输入状态INVALID CHAR 存在非法字符,或终端参数设置有误ITINERARY DOES NOT MATCH FCFC与PNR中的航程不符MANUAL 手工出票MAX TIME FOR EOT - IGNORE PNR AND RESTART建立了航段组,但未封口的时间超过5分钟,这时系统内部已经做了IG,将座位还原,营业员应做IG,并重新建立PNRNAME LENGTH 姓名超长或姓氏少于两个字符NAMES PNR中缺少姓名项NO DISPLAY 没有显示NO NAME CHANGE FOR MU/Y某航空公司不允许修改姓名NO QUEUE 说明该部门此类信箱不存在OFFICE 部门代号不正确OUTPUT 打票机的输出状态PENDING 表示有未完成的旅客订座PNR,在退号前必须完成或放弃它。

PLEASE SIGN IN FIRST 请先输入工作号,再进行查询PLS INPUT FULL TICKET NUMBER输入完整的票号,航空公司代码及十位票号PLS NM1XXXX/XXXXXX 姓名中应加斜线(/),或斜线数量不正确PNR TKTD 该记录已出过票,取消PNR中的票号项PROFILE PENDING 表示未处理完常旅客的订座,PSS:ALL处理PROT SET 工作号密码输入错误PSGR ID 旅客标识不正确Q TYPE 所要发送到的信箱的种类在目的部门中没有定义Q EMPTY 信箱中此类信箱为空的,已处理完成,没有需要处理的内容QUE PENDING 表示未处理完信箱中的QUEUE,QDE或QNERL 记录编号不存在SCH NBR 航线序号不符SEATS 订座数与PNR中姓名数不一致,可RT检查当前的PNRSEGMENT 航段SIMULTANEOUS MODIFICATION—REENTER MODIFICATION类似的修改,IG,并重新输入当前的修改STOCK 票号不正确TICKET PRINTER IN USE 表示未退出打票机的控制,退出后即可TICKET STATUS ELEMENT MISSING缺少票号组TIME 输入时间不正确UNABLE 不能USER GRP 工作号级别输入错误WORKING Q 表示营业员正在对某一种信箱进行处理,未处理完时,不能再处理另外一种Q。

金宝血液透析机AK-95 95S 96 错误代码中文翻译

金宝血液透析机AK-95 95S 96 错误代码中文翻译
错误代码 C CB 003 C CB 003 000
C CB 006 C CB 006 000
C CB 006 001
C CB 006 002
C CB 007 C CB 007 000
C CB 008 C CB 008 000
C CB 008 001
C CB 008 002
C CB 009 C CB 009 000 C CB 009 001
C CFD 028 001
C CFF 028 C CFF 028 000
C CFM 028 C CFM 028 000
C CFM 028 001
C CFM 028 002
C CFS 028 C CFS 028 000
C CFT 028 C CFT 028 000
C CF 029 C CF 029 000
C CO 062 C CO 062 000
C CO 067 C CO 067 000
C CO 069 C CO 069 000
C CO 072 C CO 072 000
C CO 073 C CO 073 000
C CO 073 001
C CO 073 002
C CO 074 C CO 074 000
C CFT 018 003
C CFD 020 C CFD 020 000 C CFF 020 C CFF 020 000 C CFM 020 C CFM 020 000 C CFM 020 002
C CFM 020 003
C CFM 020 004
C CFM 020 005 C CFM 020 006 C CFM 020 007 C CFM 020 008
C COFF 088 025

交换机端口错误包类型

交换机端口错误包类型

错误报分类:1)input errors:各种输入错误的总数,显示范围是20bit。

(2)runts:表示接收到的超小帧个数。

超小帧即接收到的报文小于64字节,且包括有效的CRC字段,报文格式正确。

(3)giants:表示接收到的超长帧个数。

超长帧即接收到的有效报文字节长度大于1518(如果是带tag报文,大于1522),且小于设备能接收的超长帧最大值(1536)。

(4)CRC:表示接收到的CRC校验错误报文个数,即接收到的报文在64~1518(带tag报文是1522)字节范围内,且字节是整数,而CRC校验错误。

(5)frame:也是CRC校验出错报文个数,报文字节不是整数,其他同上。

(6)aborts:表示接收到的非法报文总数,包括:○1报文碎片:小于64字节,且CRC校验错误(报文字节是整数或非整数)。

○2jabber帧:大于1518(tag报文是1522)字节,且CRC校验错误(报文字节是整数或非整数)。

○3符号错误帧:报文中至少包含1各错误的符号,其他部分合法。

○4携带错误帧:在空闲阶段发现的错误携带帧。

○5操作码未知帧:报文是MAC控制帧,但不是Pause帧。

○6长度错误帧:报文中802.3长度字段与报文实际长度(46~1500字节)不匹配,但不包括802.3长度字段无效(如Ether Type)的报文。

(7)ignored:表示在端口接收报文时因各种原因丢弃的报文总数。

4. 输出错误统计值详解(1)output errors:各种输出错误的总数,显示范围是20bit。

(2)aborts:表示发送失败的报文总数,指已经开始发送,但由于各种原因(如冲突)而导致发送失败的报文。

该项统计包括各类发送失败的报文,无论是二层或是三层转发。

(3)deferred:表示延迟报文的总数。

报文延迟是指因延迟过长的周期而导致发送失败的报文,而这些报文由于发送媒质繁忙而等待了超过2倍的最大报文发送时间。

(4)collisions:表示冲突帧总数,即在发送过程中发生冲突的报文。

常见错误信息提示

常见错误信息提示
ACTION : 行动代码不正确
SEATS : 订座数与PNR中旅客数不一致
SEGMENT : 城市对输入无效
TIME : 输入时间不正确
FLT NUMBER : 航班号不正确
SCH NBR : 航线序号不符
FORMAT :指令格式
ACTION CODE : 行动代码不正确
CITY PAIR : 城市或城市对输入不正确
AIRLINE : 航空公司代码不正确
DATE 输入的日期不正确
OFFICE 部门代码不正确
PSGR ID :旅客标识不正确
CONTACT ELEMENT MISSING 缺少联系组,将旅客的联系电话输入到PNR 中
MAX TIME FOR EOT - IGNORE PNR AND RESTART
建立了航段组,但未封口的时间超过5分钟,这时系统内部已经做了IG,将座位还原,营业员应做IG,并重新建立PNR
NAMES PNR中缺少姓名项。

eterm常见错误代码

希望大家一起参与写下自己遇见的错误代码谢谢!!ETRY电子票重出票指令,适用于各种原因(比如系统传输等问题)导致电子票出票失败时,在出票当天重新出票。

希望大家一起参与写下自己遇见的错误代码谢谢!!有些情况下,是无法使用该指令的。

典型的几种错误提示如下:●CAN NOT RETRY THIS PNR. ETDZ FIRST说明:该PNR没有执行ETDZ指令● RMK CA/XXXXX NOT FOU ND. PNR MISMATCH说明:没有返回ICS PNR(航空公司大编码)● PNR TICKETED说明:该PNR已被出票● CAN NOT RETRAY THIS ET, TICKET IS OUT OF DATE说明:该ET票不是当天销售的● ACTION说明:行动代码不正确● AIRLINE说明:航空公司代码不正确● AMOUNT 说明:数量,通常指FC、FN中的票价输入不正确● AUTHORITY说明:权限问题● CASH COLLECTION 说明:FN中缺少SCNY项● CONTACT ELEMENT MISSING说明:缺少联系组,将旅客的联系电话输入到PNR中● CURRENCY说明:货币代码不正确● DATE说明:输入的日期不正确.● DEVICE说明:打票机序号不正确● DUP ID说明:PNR中某项重复,或缺少旅客标识14● ELE NBR说明:序号不正确● FLT NUMBER说明:航班号不正确● FORMAT说明:输入格式不正确● ILLEGAL说明:不合法● INACTIVE说明:检查打票机各项状态,一般体现在没有进工作号● INFANT说明:缺少婴儿标识● INPUT说明:打票机的输入状态● INVALID CHAR说明:存在非法字符,或终端参数设置有误● ITINERARY DOES NOT MATCH FC说明:FC与PNR中的航程不符● MANUAL说明:手工出票● MAX TIM E FOR EOT - IGNORE PNR AND RESTART说明:建立了航段组,但未封口的时间超过5分钟,这时系统内部已经做了IG,将座位还原,营业员应做IG,并重新建立PNR● NAME LENGTH说明:姓名超长或姓氏少于两个字符● NAMES说明:PNR中缺少姓名项● NO DISPLAY说明:没有显示● NO NAME CHANGE FOR MU/Y说明:某航空公司不允许修改姓名● NO QUEUE说明:说明该部门此类信箱不存在● OFFICE说明:部门代号不正确● OUTPUT说明:打票机的输出状态18● PENDING说明:表示有未完成的旅客订座PNR,在退号前必须完成或放弃它。

Bi2Se3未考虑vdw的错误汇总

在没有考虑vdw作用之前,算Bi2Se3材料soc中出现的错误汇总1.I nternal内部的、内在的ERROR RSPHER:running out of buffer缓冲0 013 1 0nonlr.F:Out of buffer RSPHER.....ran an NPAR optimisation最优test and found that if NCPU is too high and NPAR too low the job will quit with ERROR RSPHER. On the other hand if NCPU is too low and NPAR too high the job will hang during iterations迭代次数and cease to停止write any output. There is an optimum value of NCPU/NPAR which can be determined by running a series of 1 or 2 hour jobs with NPAR=1,2,4,8,16,32 for a given number of CPUs. NPAR must always be a factor因子of NCPU and I believe optimum is usually close to NCPU/16, although this is probably cluster集群dependant相关、依赖and possibly also dependant on the type of calculation being performed.得到的CONTCAR是空文件:说明结构优化部分出现了问题。

2.Logscfrunning on 32 total coresdistrk: each k-point on 32 cores, 1 groupsdistr: one band on 32 cores, 1 groupsusing from now: INCARvasp.5.3.3 18Dez12 (build May 19 2015 15:36:57) complexLogbands...vasp.5.3.3 18Dez12 (build May 19 2015 15:36:57) complexPOSCAR found : 0 types and 0 ions对策1:修改KPOINTS 测试771 881 991 10101 11111对策2:修改NPAR=1,测试NPAR=1,2,3,4,5,6验证结果:修改NPAR=2,NPAR=4计算都没有出错,但算出来能带结构与文献不符:在此基础上,调整其他参数,得到正确的结果。

ICEM画网格常见出错及处理 (1)

ICEM常见网格出错及处理(1)关联(projection)错误净水泥盆1、错误描述网格错乱,网格与几何体形状不贴合,网格扭曲及极度扭曲(哦,哦,看着很恐怖!)2、诊断这种情况多数是由于网格关联错误导致,而且出现这种错误是小case,很好解决的哦,下面详细说说可能出错的几种情况。

3、解决办法下面针对具体的情况讲一讲解决办法。

(1)几何形状比较复杂如下图一段弯管:我们开始兢兢业业的建立block:好辛苦,好辛苦,看一看网格效果吧(本文暂不考虑O网格呢)哎呀,妈呀,网格这啥也不是啊,怎么啦,到底哪里出错了,抓狂啊。

别着急,耐心找原因勾选edge/show association 然后右图就看到了edge的关联错了。

可是为啥会关联错误呢,因为虽然ICEM有很好的几何自动捕捉能力,但是由于几何过于复杂,导致ICEM的自动关联发生错误。

怎么解决呢?(1)把角点、或线edge拉一拉,使之更贴合几何体;(2)有时需要把block再砍几刀,这样就和几何体更贴合;(3)强制关联角点、edge或face。

对于例子中的问题,我就又把弯头砍了一刀,把角点拉了拉,就解决了,如下图。

(2)使用旧的block有时我们更新了几何体,但仍在旧的block 基础上做网格(这也是ICEM 的一大优势啊,可惜有时一上来网格乱七八糟)。

这时旧的block 还是记住了和旧的几何体的关联,当导入新的几何体时,就会容易出现关联错误。

怎么解决呢,勾选edge/show association 然后右图就看到了关联错误的edge。

然后重新关联就好了。

(手上暂时没有案例,以后有机会补上)。

(3)一个edge跨两条line,一个face跨两个surface,一个block跨两个part有时出错是由于上面的原因导致的,怎么办呢,手起刀落,一刀砍下去,谁的归谁就好了。

小结。

欢迎交流哦!。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

ICC错误集锦新手用ICC编程的时候,经常会出现一些错误,现在将常见的错误报告整理如下。

这里的一些错误是我为了展示而故意制造的,欢迎你提供你遇到的错误。

排名不分先后:一、正常编译通过CODE:C:\icc\bin\imakew -f main.makiccavr -c -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced D:\桌面\实验教程\LED应用\霓虹灯\main.ciccavr -o main -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bdata:0x60.0x45f -dhwstk_size:16 -beeprom:1.512 -fihx_coff -S2 @main.lk -lcatmegaDevice 1% full.Done.[Copy to clipboard]这是我们最想看到的了,万事大吉。

二、工程中未加入.C文件CODE:C:\icc\bin\imakew -f main.makiccavr -o main -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bdata:0x60.0x45f -dhwstk_size:16 -beeprom:1.512 -fihx_coff -S2 @main.lk -lcatmega unknown file type @main.lk, passed to linker!ERROR unknown file type '@main.lk'C:\icc\bin\imakew.exe: Error code 1Done: there are error(s). Exit code: 1[Copy to clipboard]解决办法:将你的程序加入工程中,可以右键程序区>>ADD to project三、程序没有后缀名,或者后缀名不正确。

CODE:C:\icc\bin\imakew -f main.makC:\icc\bin\imakew.exe: 'main' is up to dateDone.[Copy to clipboard]这是一个很难理解的错误,它是由工程中的程序文件没有后缀名造成的。

解决办法:将原有文件移出工程,将文件的后缀名改为.C,然后再加入工程中。

四、没有main函数CODE:C:\icc\bin\imakew -f main.makiccavr -c -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced D:\桌面\实验教程\LED应用\霓虹灯\main.ciccavr -o main -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bdata:0x60.0x45f -dhwstk_size:16 -beeprom:1.512 -fihx_coff -S2 @main.lk -lcatmega!ERROR file 'crtatmega.o': undefined symbol '_main'C:\icc\bin\imakew.exe: Error code 1Done: there are error(s). Exit code: 1[Copy to clipboard]解决办法,编写程序主函数MAIN。

五、没有选择目标芯片出现如下错误:CODE:C:\icc\bin\imakew -f main.makiccavr -c -IC:\icc\include\ -e -l -g -Wa-W D:\桌面\实验教程\LED应用\霓虹灯\main.ciccavr -o main -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beeprom:1.512 -fihx_coff -S2 @main.lk!E C:\icc\lib\crtAVR.o(41): Code address 0 already contains a value!E C:\icc\lib\crtAVR.o(41): Code address 0x1 already contains a valueC:\icc\bin\imakew.exe: Error code 1Done: there are error(s). Exit code: 1[Copy to clipboard]解决办法:project>>Options>>target>>device configuration 选择合适的芯片。

六、缺少分号CODE:C:\icc\bin\imakew -f main.makiccavr -c -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced D:\桌面\实验教程\LED应用\霓虹灯\main.c!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(52): unrecognized statement!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(53): syntax error; found `}' expecting `;'!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(53): syntax error; found `end of input' expecting `}' C:\icc\bin\imakew.exe: Error code 1C:\icc\bin\imakew.exe: 'main.o' removed.Done: there are error(s). Exit code: 1[Copy to clipboard]上面的报告说明了第52行缺少一个分号,预期分号的地方出现了“}”。

解决方法,在52行末尾添加分号。

类似的有:缺少}的报错CODE:C:\icc\bin\imakew -f main.makiccavr -c -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced D:\桌面\实验教程\LED应用\霓虹灯\main.c!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(55): illegal statement termination!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(55): skipping `void'!W D:\桌面\实验教程\LED应用\霓虹灯\main.c(55):[warning] calling function without prototype may cause errors!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(56): syntax error; found `{' expecting `;'!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(57): syntax error; found `end of input' expecting `}' C:\icc\bin\imakew.exe: Error code 1C:\icc\bin\imakew.exe: 'main.o' removed.Done: there are error(s). Exit code: 1[Copy to clipboard]七:变量没有定义CODE:C:\icc\bin\imakew -f main.makiccavr -c -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced D:\桌面\实验教程\LED应用\霓虹灯\main.c!E D:\桌面\实验教程\LED应用\霓虹灯\main.c(48): undeclared identifier `i'C:\icc\bin\imakew.exe: Error code 1C:\icc\bin\imakew.exe: 'main.o' removed.Done: there are error(s). Exit code: 1[Copy to clipboard]解决办法:在程序开始前添加变量定义,比如unsigned char i;注意,定义变量要在函数的最前面进行,及在进行计算操作之前定义所有变量。

第1 楼:回复主题:ICCA VR报错集锦发布时间:2008-2-25 下午5:00提问者:Williams感谢[小飞]一凡提供下面的内容。

!E touchpad.c(67): unrecognized statement!E touchpad.c(68): syntax error; found `void' expecting `;'上一行缺少“;”号所致。

!W touchpad.c(325):[warning] calling function without prototype may cause errors没有在头文件中添加调用的函数库!E E:\ICCA VR\icc\user001\main.c(100): undeclared identifier `temp'错误:变量'temp'未声明!E D:\iccavr6.31.A\icc\lib\crtA VR.(41):Codeaddress 0 already contains a value ! E D:\iccavr6.31.A\icc\lib\crtA VR.(41):Codeaddress 0x1 already contains a value 没有选择芯片型号。

!E library(31) area ' text' not large enough程序空间不够。

?!E _3Q0.AAA(0): area 'data' not large enough 内存不足C:/icc/include/iom8v.h(18): D:\icc圆织机程序\8.c(288): Macro redefinition of TWBR重复定义TWBRcalling function without prototype may cause errors没有extern声明!E lianxi.o(103): multiple define: '_main'main函数重复了,应该只能有一个main.[warning] declaring a function without prototype may cause errors函数原型没有声明。

相关文档
最新文档