10.07.2015 Views

MPLAB® C30 C 编译器用户指南

MPLAB® C30 C 编译器用户指南

MPLAB® C30 C 编译器用户指南

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

MPLAB <strong>C30</strong> C 编 译 器 诊 断symbol ‘symbol’ not defined在 pragma 中 使 用 符 号 “symbol” 前 , 要 先 对 它 进 行 声 明 。syntax error指 定 的 行 中 存 在 语 法 错 误 。syntax error ‘:’ without preceding ‘?’在 “?:” 操 作 符 中 ,“:” 前 必 须 要 有 “?”。Tthe only valid combination is ‘long double’double 类 型 前 只 能 使 用 long 限 定 符 , 不 能 使 用 其 他 限 定 符 。this built-in requires a frame pointer__builtin_return_address 需 要 一 个 帧 指 针 。 不 要 使 用 -fomit-frame-pointer 选项 。this is a previous declaration如 果 标 号 重 复 , 这 条 消 息 标 识 出 前 一 个 声 明 的 行 号 。too few arguments to function在 C 中 调 用 函 数 时 , 指 定 的 参 数 个 数 不 要 少 于 函 数 需 要 的 参 数 个 数 。 也 不 能 指 定 太 多的 参 数 。too few arguments to function ‘identifier’在 C 中 调 用 函 数 时 , 指 定 的 参 数 个 数 不 要 少 于 函 数 需 要 的 参 数 个 数 。 也 不 能 指 定 太 多的 参 数 。too many alternatives in ‘asm’asm 语 句 无 效 。too many arguments to function在 C 中 调 用 函 数 时 , 指 定 的 参 数 个 数 不 要 多 于 函 数 需 要 的 参 数 个 数 , 也 不 要 指 定 太 少的 参 数 。too many arguments to function ‘identifier’在 C 中 调 用 函 数 时 , 指 定 的 参 数 个 数 不 要 多 于 函 数 需 要 的 参 数 个 数 , 也 不 要 指 定 太 少的 参 数 。too many decimal points in number只 需 要 一 个 小 数 点 。top-level declaration of ‘identifier’ specifies ‘auto’只 能 在 函 数 内 部 声 明 自 动 变 量 。two or more data types in declaration of ‘identifier’每 个 标 识 符 只 能 有 一 个 数 据 类 型 。two types specified in one empty declaration只 能 指 定 一 种 类 型 。type of formal parameter n is incomplete要 为 指 定 的 参 数 指 定 一 个 完 全 的 类 型 。type mismatch in conditional expression条 件 表 达 式 中 的 类 型 要 匹 配 。typedef ‘identifier’ is initialized初 始 化 typedef 标 识 符 是 非 法 的 。 要 使 用 __typeof__。© 2005 Microchip Technology Inc. DS51284C_CN 第 129 页

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!