专家
公告
财富商城
电子网
旗下网站
首页
问题库
专栏
标签库
话题
专家
NEW
门户
发布
提问题
发文章
PIC XC8编译器的MPLAB X IDE 学习 编译失败
2019-03-25 18:43
发布
×
打开微信“扫一扫”,打开网页后点击屏幕右上角分享按钮
站内问答
/
PIC单片机
5350
9
1056
我在网上看到 PIC XC8编译器的MPLAB X IDE 编程例子
https://simple-circuit.com/pic-microcontroller-mplab-xc8-lcd/
谷歌翻译
2018年9月30日
简单项目
LCD与PIC单片机的接口| MPLAB项目
[size=1.12] 这篇文章展示了如何将PIC16F887微控制器与16×2 LCD屏幕(带HD44780控制器)接口,本例中使用的编译器是
Microchip
MPLAB XC8(带MPLAB XC8编译器的MPLAB X IDE)。 我下载程序
program.rar
(2.32 KB, 下载次数: 6)
2018-11-13 16:59 上传 点击文件名下载附件
LCD_Lib.c main.c 但是编译失败 敬请大师帮助。
此帖出自
小平头技术问答
友情提示:
此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
9条回答
wang5825
2019-03-26 08:34
非常感谢指导
MPLAB X IDE 5.05 XC8 2.0 新安装的 程序例子 也是 MPLAB X IDE 5.05 XC8 2.0 编写
编译失败
LCD_Lib.c:46:3: error: use of undeclared identifier 'LCD_D4' LCD_D4 = n & 0x01;
LCD_Lib.c:47:3: error: use of undeclared identifier 'LCD_D5' LCD_D5 = (n >> 1) & 0x01;
... ...
LCD_Lib.c:120:3: error: use of undeclared identifier 'LCD_D6_DIR' LCD_D6_DIR = 0;
fatal error: too many errors emitted, stopping now [-ferror-limit=]
make[2]: *** [build/default/production/main.p1] Error 1
make[2]: *** Waiting for unfinished jobs....
nbproject/Makefile-default.mk:114: recipe for target 'build/default/production/main.p1' failed
make[2]: *** [build/default/production/LCD_Lib.p1] Error 1
make[1]: *** [.build-conf] Error 2
(908) exit status = 1
make: *** [.build-impl] Error 2
nbproject/Makefile-default.mk:122: recipe for target 'build/default/production/LCD_Lib.p1' failed
make[2]: Leaving directory 'C:/Users/higer/Desktop/PIC16F887LCD1602/pic01.X'
nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/higer/Desktop/PIC16F887LCD1602/pic01.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
请教一位老师 说应该在 头文件中加一个包含PIC16F887的语句 已加入 出现上述错误
加载中...
查看其它9个回答
一周热门
更多
>
相关问题
相关文章
一种用PIC单片机主时钟驱动的老式挂钟
0个评论
单片机程序必知的几个寄存器
0个评论
单片机 矩阵式按键
0个评论
51单片机上移植C语言的printf()
0个评论
STC89C52MCU--软件实现系统复位
0个评论
单片机C语言程序该这样写!不是教科书上教的那样!转[]
0个评论
单片机并行I/O口(P0)硬件结构
0个评论
壹:单片机的内部资源
0个评论
×
关闭
采纳回答
向帮助了您的知道网友说句感谢的话吧!
非常感谢!
确 认
×
关闭
编辑标签
最多设置5个标签!
保存
关闭
×
关闭
举报内容
检举类型
检举内容
检举用户
检举原因
广告推广
恶意灌水
回答内容与提问无关
抄袭答案
其他
检举说明(必填)
提交
关闭
×
打开微信“扫一扫”,打开网页后点击屏幕右上角分享按钮
×
付费偷看金额在0.1-10元之间
确定
×
关闭
您已邀请
0
人回答
查看邀请
擅长该话题的人
回答过该话题的人
我关注的人
MPLAB X IDE 5.05 XC8 2.0 新安装的 程序例子 也是 MPLAB X IDE 5.05 XC8 2.0 编写
编译失败
LCD_Lib.c:46:3: error: use of undeclared identifier 'LCD_D4' LCD_D4 = n & 0x01;
LCD_Lib.c:47:3: error: use of undeclared identifier 'LCD_D5' LCD_D5 = (n >> 1) & 0x01;
... ...
LCD_Lib.c:120:3: error: use of undeclared identifier 'LCD_D6_DIR' LCD_D6_DIR = 0;
fatal error: too many errors emitted, stopping now [-ferror-limit=]
make[2]: *** [build/default/production/main.p1] Error 1
make[2]: *** Waiting for unfinished jobs....
nbproject/Makefile-default.mk:114: recipe for target 'build/default/production/main.p1' failed
make[2]: *** [build/default/production/LCD_Lib.p1] Error 1
make[1]: *** [.build-conf] Error 2
(908) exit status = 1
make: *** [.build-impl] Error 2
nbproject/Makefile-default.mk:122: recipe for target 'build/default/production/LCD_Lib.p1' failed
make[2]: Leaving directory 'C:/Users/higer/Desktop/PIC16F887LCD1602/pic01.X'
nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/higer/Desktop/PIC16F887LCD1602/pic01.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
请教一位老师 说应该在 头文件中加一个包含PIC16F887的语句 已加入 出现上述错误
一周热门 更多>