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

Microchip MPLAB XC8 C Compiler (Free Mode) V1.38

[复制链接]
822|4
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
小木匠大瓜|  楼主 | 2024-8-20 09:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
:: warning: (1273) Omniscient Code Generation not available in Free mode
:0: error: (1347) can't find 0x18 words (0x18 withtotal) for psect "text121" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x18 words (0x18 withtotal) for psect "text131" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x18 words (0x18 withtotal) for psect "text221" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x18 words (0x18 withtotal) for psect "text248" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x17 words (0x17 withtotal) for psect "text181" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x17 words (0x17 withtotal) for psect "text184" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x17 words (0x17 withtotal) for psect "text185" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x17 words (0x17 withtotal) for psect "text226" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x17 words (0x17 withtotal) for psect "text249" in class "CODE" (largest unused contiguous range 0x16)
:0: error: (1347) can't find 0x16 words (0x16 withtotal) for psect "text122" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x16 words (0x16 withtotal) for psect "text167" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x16 words (0x16 withtotal) for psect "text234" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x16 words (0x16 withtotal) for psect "text236" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x15 words (0x15 withtotal) for psect "text93" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x15 words (0x15 withtotal) for psect "text107" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x15 words (0x15 withtotal) for psect "text203" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x15 words (0x15 withtotal) for psect "text215" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x15 words (0x15 withtotal) for psect "text223" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x15 words (0x15 withtotal) for psect "text259" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x14 words (0x14 withtotal) for psect "text137" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x14 words (0x14 withtotal) for psect "text210" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x14 words (0x14 withtotal) for psect "text231" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x14 words (0x14 withtotal) for psect "text270" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x13 words (0x13 withtotal) for psect "text50" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x13 words (0x13 withtotal) for psect "text129" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x13 words (0x13 withtotal) for psect "text132" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x13 words (0x13 withtotal) for psect "text147" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x13 words (0x13 withtotal) for psect "text166" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x12 words (0x12 withtotal) for psect "text62" in class "CODE" (largest unused contiguous range 0xB)
:0: error: (1347) can't find 0x12 words (0x12 withtotal) for psect "text141" in class "CODE" (largest unused contiguous range 0xB)
:0: advisory: (1) too many errors (31)

使用特权

评论回复
沙发
小木匠大瓜|  楼主 | 2024-8-20 09:56 | 只看该作者
请问下网友们,这个是哪里错误了?MPLAB X IDE v3.35

使用特权

评论回复
板凳
gaoyang9992006| | 2024-8-21 14:33 | 只看该作者
上工程,可能哪儿没设置对

使用特权

评论回复
地板
小木匠大瓜|  楼主 | 2024-8-27 08:39 | 只看该作者
gaoyang9992006 发表于 2024-8-21 14:33
上工程,可能哪儿没设置对

原来是收费,我没交钱被限制了。 但是现在我又遇到一个问题。我用PICC 编译的代码运行到单片机上就没问题,但是X ID + xc8编译虽然通过了,下载到单片机运行就不显示,程序运行不起来不知道是什么问题?

使用特权

评论回复
5
gaoyang9992006| | 2024-8-27 08:45 | 只看该作者
小木匠大瓜 发表于 2024-8-27 08:39
原来是收费,我没交钱被限制了。 但是现在我又遇到一个问题。我用PICC 编译的代码运行到单片机上就没问题 ...

看看是不是时钟问题。

使用特权

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

本版积分规则

7

主题

14

帖子

0

粉丝