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> C 编 译 器 诊 断cast specifies function type指 定 函 数 类 型 的 强 制 类 型 转 换 是 不 允 许 的 。cast to union type from type not present in union不 能 将 联 合 中 不 存 在 的 类 型 强 制 转 换 为 联 合 类 型 。char-array initialized from wide string字 符 数 组 不 能 用 宽 字 符 串 初 始 化 。 要 使 用 普 通 字 符 串 。file: compiler compiler not installed on this system仅 安 装 了 C 编 译 器 , 不 支 持 其 他 高 级 语 言 。complex invalid for ‘identifier’复 数 限 定 符 只 能 用 于 整 型 和 浮 点 型 。conflicting types for ‘identifier’标 识 符 存 在 多 个 不 一 致 的 声 明 。continue statement not within loopcontinue 语 句 只 能 在 循 环 中 使 用 。conversion to non-scalar type requested只 能 对 标 量 类 型 ( 不 能 对 聚 集 类 型 ) 进 行 类 型 转 换 。Ddata type of ‘name’ isn't suitable for a register数 据 类 型 不 适 合 请 求 的 寄 存 器 。declaration for parameter ‘identifier’ but no such parameter只 能 声 明 参 数 列 表 中 的 参 数 。declaration of ‘identifier’ as array of functions使 用 函 数 数 组 是 非 法 的 。declaration of ‘identifier’ as array of voids将 数 组 定 义 为 void 数 组 是 非 法 的 。‘identifier’ declared as function returning a function函 数 不 能 返 回 函 数 。‘identifier’ declared as function returning an array函 数 不 能 返 回 数 组 。decrement of pointer to unknown structure不 能 将 指 针 递 减 到 一 个 未 知 结 构 。‘default’ label not within a switch statement“default” case 标 号 必 须 在 switch 语 句 内 部 。‘symbol’ defined both normally and as an alias已 定 义 的 “symbol” 不 能 用 作 另 一 个 符 号 的 别 名 。‘defined’ cannot be used as a macro name“defined” 不 能 用 作 宏 名 。dereferencing pointer to incomplete type被 解 引 用 的 指 针 必 须 是 指 向 不 完 全 类 型 的 指 针 。division by zero in #if被 零 除 不 可 计 算 。© 2005 Microchip Technology Inc. DS51284C_CN 第 117 页

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

Saved successfully!

Ooh no, something went wrong!