ICCAVR编译unsigned char出错
在主函数或其他函数中定义unsignedchari;编译时出错。提示为:illegalstatementterminationskipping"unsigned""cha...
在主函数或其他函数中定义unsigned char i;编译时出错。提示为:
illegal statement termination
skipping "unsigned" "char"
expression with no effect elided
在函数外定义就没问题了,但是函数很多,把所有变量移到外面去非常麻烦。
编译环境ICCAVR v7.22
头文件:
#include <iom16v.h>
#include <macros.h>
请指教!谢谢!
我的邮箱:huayueyx@163.com
我的qq:1037234643 展开
illegal statement termination
skipping "unsigned" "char"
expression with no effect elided
在函数外定义就没问题了,但是函数很多,把所有变量移到外面去非常麻烦。
编译环境ICCAVR v7.22
头文件:
#include <iom16v.h>
#include <macros.h>
请指教!谢谢!
我的邮箱:huayueyx@163.com
我的qq:1037234643 展开
1个回答
展开全部
char型一般都是无符号的,而且我也没见过unsigned char这种类型,貌似只有整型是有unsigned类型的。你把unsigned去掉试试。
追问
教科书上写的
char -128-127
unsigned char 0-255
教科书中给的示例程序中都是用的unsigned char
用来接收SPI接口的8位数据
在函数外面定义unsigned char,也就是定义全局变量,编译器就不报错。这说明编译器认识unsigned char,也就是说这种类型是存在的。
我刚试过,换成char同样不行,错误提示是一样的
追答
好的
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询