程序编译时提示错误解决(Program compile prompt for error resolution).doc

程序编译时提示错误解决(Program compile prompt for error resolution).doc

  1. 1、本文档共6页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
程序编译时提示错误解决(Program compile prompt for error resolution)

程序编译时提示错误解决(Program compile prompt for error resolution) (1) C100 and C141 and C129 programs have Chinese punctuation Error when compiling with KEIL, as follows: D:\KEIL\C51\INC\REG52.H (1): error, C100:, unprintable, character, 0xA1, skipped The same mistake a lot, and D:\KEIL\C51\INC\REG52.H (2): error C141: syntax error near# D:\KEIL\C51\INC\REG52.H (2): error C129: missing before; But the reg52.h header file comes with keil (see below) and why does it make a mistake?. ---- Answer: program with Chinese punctuation, re written in English again (2) C101 and C141 about array quotation marks The following array is defined: Unsigned char a[36]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f,0x7e,0x7d,0x7b,0x77,0x6f,0x5f,0x3f,0x3e,0x3d,0x3b,0x37,0x2f,0x1f,0x1e,0x1d,0x1b,0x17,0x0f,0x0e,0x0d,0x0b,0x07,0x06.0x05,0x03,0x02,0x01,0x00}; However, the compile time will pass, but the error is as follows: Build targetTarget 1 Compiling shaomiao.c... SHAOMIAO.C (3): error, C101:,0: invalid, character, constant SHAOMIAO.C (3): error, C141:, syntax, error, near,xfe SHAOMIAO. C(3):错误C101:”}:无效的字符常量 目标不是创建 解决方法:去掉…引号 (3)L16无调用 ***警告L16:多余的片段,叠加过程中忽视 段:?公关?_compare?testlcd 说明:程序中有些函数例如比较(或片段)以前(调试过程中)从未被调用过,或者根本没有调用它的语句。 这条警告信息前应该还有一条信息指示出是哪个函数导致了这一问题。只要做点简单的调整就可以。不理它也没什么大不了的。 解决方法:去掉compare()函数或利用条件编译#如果..... # ENDIF,可保留该函数并不编译。 (4)L15重复调用 ***警告L15:多叫段 段:?公关?spi_receive_word?d_spi caller1:?公关?vsync_interrupt?主要 某乙:?c_c51startup 该警告表示连接器发现有一个函数可能会被主函数和一个中断服务程序(或者调用中断服务程序的函数)同时调用,或者同时被多个中断服务程序调用。 出现这种问题的原因之一是这个函数是不可重入性函数,当该函数运行时它可能会被一个中断打断, This results in changes in the results and may cause conflicts in some variable forms (i.e., loss of some data within the function), and the reentrant function can be interrupted by ISR at any time, after a period of time Run, but the corresponding data will not be lost. The two reason is for local variables and variables (for this translation, arguments, [independent variable a value used to evaluate a procedure or subroutine value) the memory area cover

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档