MPLAB IDE v8.43 编译时总是出现 build failed;我换了MPLAB IDE v8.92,再试的时候还是一直出现那个问题 5
在保存路径中没有使用中文,源程序如下:#include<p18f452.h>/*引用p18f452的库函数*/#pragmaconfigWDT=OFF/*关闭看门狗(wa...
在保存路径中没有使用中文,源程序如下:
#include <p18f452.h> /*引用p18f452的库函数*/
#pragma config WDT = OFF/*关闭看门狗(watchdog timer)*/
#pragma config OSC = HS/*振荡器工作模式为高速晶体/谐振器*/
#pragma config LVP = OFF/*关闭低电压ICSP编程*/
int counter;
void main (void)
{
counter = 1;
TRISB = 0; /* configure PORTB for output */
while (counter <= 15)
{
PORTB = counter; /* display value of 'counter' on the LEDs */
counter++;
}
}
编译结果如下:
求大神详解 展开
#include <p18f452.h> /*引用p18f452的库函数*/
#pragma config WDT = OFF/*关闭看门狗(watchdog timer)*/
#pragma config OSC = HS/*振荡器工作模式为高速晶体/谐振器*/
#pragma config LVP = OFF/*关闭低电压ICSP编程*/
int counter;
void main (void)
{
counter = 1;
TRISB = 0; /* configure PORTB for output */
while (counter <= 15)
{
PORTB = counter; /* display value of 'counter' on the LEDs */
counter++;
}
}
编译结果如下:
求大神详解 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询