打印
[PIC®/AVR®/dsPIC®产品]

PIC 单片机 C 程序 MAPLAB 编译出错是什么原因?

[复制链接]
86|8
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
stormwind123|  楼主 | 2025-1-15 14:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Error   [491] ; . can't find 0xC words for psect "temp" in segment "COMBANK"
Error   [593] ; . can't find 0xBB words (0xbb withtotal) for psect "text14" in segment "CODE"
Error   [593] ; . can't find 0xBA words (0xba withtotal) for psect "text21" in segment "CODE"
Error   [593] ; . can't find 0xAA words (0xaa withtotal) for psect "text24" in segment "CODE"
Error   [593] ; . can't find 0x8D words (0x8d withtotal) for psect "text22" in segment "CODE"
Error   [593] ; . can't find 0x72 words (0x72 withtotal) for psect "text9" in segment "CODE"
Error   [593] ; . can't find 0x72 words (0x72 withtotal) for psect "text20" in segment "CODE"
Error   [593] ; . can't find 0x65 words (0x65 withtotal) for psect "text17" in segment "CODE"
Error   [593] ; . can't find 0x4E words (0x4e withtotal) for psect "text12" in segment "CODE"
Error   [593] ; . can't find 0x3F words (0x3f withtotal) for psect "text13" in segment "CODE"
Error   [593] ; . can't find 0x1E words (0x1e withtotal) for psect "text0" in segment "CODE"
Error   [593] ; . can't find 0x1C words (0x1c withtotal) for psect "text7" in segment "CODE"
Error   [593] ; . can't find 0x1C words (0x1c withtotal) for psect "text6" in segment "CODE"
Error   [593] ; . can't find 0x16 words (0x16 withtotal) for psect "text8" in segment "CODE"
Error   [593] ; . can't find 0x16 words (0x16 withtotal) for psect "text15" in segment "CODE"
Error   [593] ; . can't find 0x15 words (0x15 withtotal) for psect "text" in segment "CODE"
Error   [593] ; . can't find 0x15 words (0x15 withtotal) for psect "text1" in segment "CODE"
Error   [593] ; . can't find 0x13 words (0x13 withtotal) for psect "text11" in segment "CODE"
Error   [593] ; . can't find 0x13 words (0x13 withtotal) for psect "text16" in segment "CODE"
Error   [593] ; . can't find 0x11 words (0x11 withtotal) for psect "text4" in segment "CODE"
Error   [593] ; . can't find 0x11 words (0x11 withtotal) for psect "text3" in segment "CODE"
Error   [593] ; . can't find 0x11 words (0x11 withtotal) for psect "text5" in segment "CODE"
Error   

使用特权

评论回复
沙发
elephant00| | 2025-1-15 15:36 | 只看该作者
检查代码中是否有拼写错误或作用域问题导致的未声明标识符错误。

使用特权

评论回复
板凳
两只袜子| | 2025-1-15 16:00 | 只看该作者
可能是编译环境配置问题

使用特权

评论回复
地板
jcky001| | 2025-1-15 18:00 | 只看该作者
可能是交叉编译环境安装不正确

使用特权

评论回复
5
duo点| | 2025-1-15 18:00 | 只看该作者
检查变量、函数参数或返回值的类型是否一致。

使用特权

评论回复
6
cr315| | 2025-1-15 19:00 | 只看该作者
库文件路径未指定

使用特权

评论回复
7
onlycook| | 2025-1-15 20:00 | 只看该作者
代码可能有语法错误

使用特权

评论回复
8
onlycook| | 2025-1-15 20:26 | 只看该作者
在某些情况下,特别是在使用旧版本的MPLAB IDE和编译器时,变量的赋值顺序可能会影响编译结果。

使用特权

评论回复
9
七毛钱| | 2025-1-15 22:00 | 只看该作者
检查数组和其他数据结构的索引是否超出了其合法范围。

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

444

主题

2370

帖子

3

粉丝