6603|2

37

帖子

1

TA的资源

一粒金砂(中级)

楼主
 

求教mplab_ide [复制链接]

我写了一段程序,如下:
#include

unsigned char led[10]={  
                             0x3F,/*0*/
                         0x06,/*1*/
                         0x5B,/*2*/
                         0x4F,/*3*/
                         0x66,/*4*/
                         0x6D,/*5*/
                         0x7D,/*6*/
                         0x07,/*7*/
                         0x7F,/*8*/
                         0x6F,/*9*/
                      };
unsigned char led_bit[4];
int i=0;

TRISA=0;
TRISB=1;
TRISC=0;
TRISD=0;
TRISE=0;
LCDCON=0;


void delay(unsigned int K)
{
   unsigned int d;
   for(d=0;d    {}
}

void main(void)
{
   PORTB=0;
   PORTD=0;
   PORTC=0;
   delay(1000);
}


结果:
Warning [374] F:\MPLAB\917\917.c; 18.6 missing basic type; int assumed
Error   [984] F:\MPLAB\917\917.c; 18.6 type redeclared
Error   [1098] F:\MPLAB\917\917.c; 18.6 conflicting declarations for variable "TRISA" (C:\Program Files\HI-TECH Software\PICC\9.70\include\pic16f91x.h:56)
Warning [374] F:\MPLAB\917\917.c; 19.6 missing basic type; int assumed
Error   [984] F:\MPLAB\917\917.c; 19.6 type redeclared
Error   [1098] F:\MPLAB\917\917.c; 19.6 conflicting declarations for variable "TRISB" (C:\Program Files\HI-TECH Software\PICC\9.70\include\pic16f91x.h:57)
Warning [374] F:\MPLAB\917\917.c; 20.6 missing basic type; int assumed
Error   [984] F:\MPLAB\917\917.c; 20.6 type redeclared
Error   [1098] F:\MPLAB\917\917.c; 20.6 conflicting declarations for variable "TRISC" (C:\Program Files\HI-TECH Software\PICC\9.70\include\pic16f91x.h:58)
Warning [374] F:\MPLAB\917\917.c; 21.6 missing basic type; int assumed
Error   [984] F:\MPLAB\917\917.c; 21.6 type redeclared
Error   [1098] F:\MPLAB\917\917.c; 21.6 conflicting declarations for variable "TRISD" (C:\Program Files\HI-TECH Software\PICC\9.70\include\pic16f91x.h:60)
Warning [374] F:\MPLAB\917\917.c; 22.6 missing basic type; int assumed
Error   [984] F:\MPLAB\917\917.c; 22.6 type redeclared
Error   [1098] F:\MPLAB\917\917.c; 22.6 conflicting declarations for variable "TRISE" (C:\Program Files\HI-TECH Software\PICC\9.70\include\pic16f91x.h:62)
Warning [374] F:\MPLAB\917\917.c; 23.7 missing basic type; int assumed
Error   [984] F:\MPLAB\917\917.c; 23.7 type redeclared
Error   [1098] F:\MPLAB\917\917.c; 23.7 conflicting declarations for variable "LCDCON" (C:\Program Files\HI-TECH Software\PICC\9.70\include\pic16f91x.h:82)

********** Build failed! **********
我直接晕倒!
哪位大侠给解释一下错误和警告,越详细越好,在下感激不尽!!!!!!!!!!!
其实错误就是三类:
Warning                      missing basic type; int assumed
Error                            type redeclared
Error                            conflicting declarations for variable "TRISx"
请大侠们给讲一讲啊!

最新回复

你的延时函数也错的,主函数结果又不能检查,没有包含头文件。我觉得你不懂c语言,还是先学语言吧!  详情 回复 发表于 2012-3-15 22:45
点赞 关注
 

回复
举报

5

帖子

0

TA的资源

一粒金砂(中级)

沙发
 
感觉格式好像不是很规范,比如第一句:#include
包含了什么?  而且主程序里不知你要实现什么功能
好好检查下吧。
 
 
 

回复

73

帖子

2

TA的资源

一粒金砂(中级)

板凳
 

标题

你的延时函数也错的,主函数结果又不能检查,没有包含头文件。我觉得你不懂c语言,还是先学语言吧!
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表