10.07.2015 Views

MPLAB® C30 C 编译器用户指南

MPLAB® C30 C 编译器用户指南

MPLAB® C30 C 编译器用户指南

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MPLAB ® <strong>C30</strong> 用 户 指 南Gglobal register variable follows a function definition全 局 寄 存 器 变 量 定 义 应 该 在 函 数 定 义 之 前 。global register variable has initial value不 要 为 全 局 寄 存 器 变 量 赋 初 值 。global register variable ‘identifier’ used in nested function不 要 在 被 嵌 套 的 函 数 中 使 用 全 局 寄 存 器 变 量 。H‘identifier’ has an incomplete type指 定 的 “ 标 识 符 ” 有 不 完 全 类 型 是 非 法 的 。‘identifier’ has both ‘extern’ and initializer声 明 为 “extern” 的 变 量 不 能 被 初 始 化 。hexadecimal floating constants require an exponent十 六 进 制 浮 点 型 常 量 必 须 有 指 数 。Iimplicit declaration of function ‘identifier’使 用 函 数 标 识 符 前 没 有 原 型 声 明 或 函 数 定 义 。impossible register constraint in ‘asm’asm 语 句 无 效 。incompatible type for argument n of ‘identifier’在 C 中 调 用 函 数 时 , 要 确 保 实 参 类 型 与 形 参 类 型 相 匹 配 。incompatible type for argument n of indirect function call在 C 中 调 用 函 数 时 , 要 确 保 实 参 类 型 与 形 参 类 型 相 匹 配 。incompatible types in operation运 算 ( 操 作 ) 中 必 须 使 用 匹 配 的 数 据 类 型 。incomplete ‘name’ option命 令 行 参 数 name 的 选 项 不 完 整 。inconsistent operand constraints in an ‘asm’asm 语 句 无 效 。increment of pointer to unknown structure不 要 将 指 针 递 增 到 一 个 未 知 结 构 体 。initializer element is not computable at load time初 值 元 素 在 装 载 时 必 须 是 可 计 算 的 。initializer element is not constant初 值 元 素 必 须 为 常 量 。initializer fails to determine size of ‘identifier’数 组 初 始 化 不 能 确 定 数 组 的 大 小 。DS51284C_CN 第 120 页© 2005 Microchip Technology Inc.

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

Saved successfully!

Ooh no, something went wrong!