AVR(ATmega8L)单片机C语言引用头文件问题(新手问题) 50
我会用STC单片机,最近接个小项目,要用AVR(ATmega8L)设计程序。刚刚搭建好的开发环境是WinAVR+AVRStudio4,在AVRStudio4里我用汇编写个...
我会用STC单片机,最近接个小项目,要用AVR(ATmega8L)设计程序。刚刚搭建好的开发环境是WinAVR + AVR Studio 4,在AVRStudio4里我用汇编写个小程序调试、烧写正常。但改建一个C语言工程后,好像找不到头文件,例如网上的这个例子:
#include <mega8.h> //头文件
#include <delay.h> //引用系统自带的延时函数
光是这两句话在编译时就会出现如下错误:
-----------------------------------------------------
Build started 11.10.2010 at 11:53:45
avr-gcc.exe -mmcu=atmega8 -Wall -gdwarf-2 -O0 -MD -MP -MT test7.o -MF dep/test7.o.d -c ../test7.c
../test7.c:2: error: stray '\243' in program
../test7.c:2: error: stray '\243' in program
../test7.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
../test7.c:3: error: stray '\243' in program
../test7.c:3: error: stray '\243' in program
make: *** [test7.o] Error 1
Build failed with 5 errors and 0 warnings...
-----------------------------------------------------
我是AVR新手,请AVR高人帮我看看这是怎么回事?怎样能解决?
全盘搜索,也找不到mega8.h啊,这个头文件正常应该哪里找到?是不是还需要装什么软件? 现在已经安装的软件是WinAVR 和 AVR Studio 4。 展开
#include <mega8.h> //头文件
#include <delay.h> //引用系统自带的延时函数
光是这两句话在编译时就会出现如下错误:
-----------------------------------------------------
Build started 11.10.2010 at 11:53:45
avr-gcc.exe -mmcu=atmega8 -Wall -gdwarf-2 -O0 -MD -MP -MT test7.o -MF dep/test7.o.d -c ../test7.c
../test7.c:2: error: stray '\243' in program
../test7.c:2: error: stray '\243' in program
../test7.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
../test7.c:3: error: stray '\243' in program
../test7.c:3: error: stray '\243' in program
make: *** [test7.o] Error 1
Build failed with 5 errors and 0 warnings...
-----------------------------------------------------
我是AVR新手,请AVR高人帮我看看这是怎么回事?怎样能解决?
全盘搜索,也找不到mega8.h啊,这个头文件正常应该哪里找到?是不是还需要装什么软件? 现在已经安装的软件是WinAVR 和 AVR Studio 4。 展开
3个回答
展开全部
#include <mega8.h> //头文件
#include <delay.h> //引用系统自带的延时函数
你换个头文件看看。不要delay还有你的程序写简单点看看。mega8.h这个头文件有不。
#include <delay.h> //引用系统自带的延时函数
你换个头文件看看。不要delay还有你的程序写简单点看看。mega8.h这个头文件有不。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
mega8.h不对,应该是iom8v.h吧?
补充:WinAVR中没有gmega8.h这个头文件!应该改成iom8v.H
补充:WinAVR中没有gmega8.h这个头文件!应该改成iom8v.H
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#include <avr/io.h> //头文件
#include <util/delay.h> //引用系统自带的延时函数
#include <util/delay.h> //引用系统自带的延时函数
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询