ICC AVR的有关问题
我编译了一遍,为什么会出现如下的情况:D:\icc\bin\imakew-ftan.makiccavr-c-e-D__ICC_VERSION="7.00"-DATMEGA...
我编译了一遍,为什么会出现如下的情况:D:\icc\bin\imakew -f tan.mak
iccavr -c -e -D__ICC_VERSION="7.00" -DATMEGA -DATMega128 -l -g -Mavr_enhanced D:\icc\examples.avr\tan\tan.c
!W D:\icc\examples.avr\tan\tan.c(257):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(315):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(630):[warning] declaration of `MenuDisp' does not match previous declaration at D:\icc\examples.avr\tan\tan.c(315)
!W D:\icc\examples.avr\tan\tan.c(670):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(702):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(775):[warning] declaration of `Menu_Reset' does not match previous declaration at D:\icc\examples.avr\tan\tan.c(670)
!W D:\icc\examples.avr\tan\tan.c(1108):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1110):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1260):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1262):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1343):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1360):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1371):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1389):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1391):[warning] calling function without prototype may cause errors
!E D:\icc\examples.avr\tan\tan.c(1528): unrecognized declaration
!E D:\icc\examples.avr\tan\tan.c(1528): syntax error; found `Options' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1528): syntax error; found `]' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1528): skipping `]'
!E D:\icc\examples.avr\tan\tan.c(1530): undeclared identifier `Edit2'
!E D:\icc\examples.avr\tan\tan.c(1531): undeclared identifier `Edit8'
!E D:\icc\examples.avr\tan\tan.c(1532): undeclared identifier `CheckBox1'
!E D:\icc\examples.avr\tan\tan.c(1533): initializer must be constant
!E D:\icc\examples.avr\tan\tan.c(1533): syntax error; found `CheckBox2' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1534): syntax error; found `Edit3' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1535): undeclared identifier `Edit4'
!E D:\icc\examples.avr\tan\tan.c(1536): undeclared identifier `Edit11'
!E D:\icc\examples.avr\tan\tan.c(1537): initializer must be constant
!E D:\icc\examples.avr\tan\tan.c(1537): syntax error; found `Edit13' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1538): undeclared identifier `ComboBox1'
为什么还会有error? 展开
iccavr -c -e -D__ICC_VERSION="7.00" -DATMEGA -DATMega128 -l -g -Mavr_enhanced D:\icc\examples.avr\tan\tan.c
!W D:\icc\examples.avr\tan\tan.c(257):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(315):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(630):[warning] declaration of `MenuDisp' does not match previous declaration at D:\icc\examples.avr\tan\tan.c(315)
!W D:\icc\examples.avr\tan\tan.c(670):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(702):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(775):[warning] declaration of `Menu_Reset' does not match previous declaration at D:\icc\examples.avr\tan\tan.c(670)
!W D:\icc\examples.avr\tan\tan.c(1108):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1110):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1260):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1262):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1343):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1360):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1371):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1389):[warning] calling function without prototype may cause errors
!W D:\icc\examples.avr\tan\tan.c(1391):[warning] calling function without prototype may cause errors
!E D:\icc\examples.avr\tan\tan.c(1528): unrecognized declaration
!E D:\icc\examples.avr\tan\tan.c(1528): syntax error; found `Options' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1528): syntax error; found `]' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1528): skipping `]'
!E D:\icc\examples.avr\tan\tan.c(1530): undeclared identifier `Edit2'
!E D:\icc\examples.avr\tan\tan.c(1531): undeclared identifier `Edit8'
!E D:\icc\examples.avr\tan\tan.c(1532): undeclared identifier `CheckBox1'
!E D:\icc\examples.avr\tan\tan.c(1533): initializer must be constant
!E D:\icc\examples.avr\tan\tan.c(1533): syntax error; found `CheckBox2' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1534): syntax error; found `Edit3' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1535): undeclared identifier `Edit4'
!E D:\icc\examples.avr\tan\tan.c(1536): undeclared identifier `Edit11'
!E D:\icc\examples.avr\tan\tan.c(1537): initializer must be constant
!E D:\icc\examples.avr\tan\tan.c(1537): syntax error; found `Edit13' expecting `;'
!E D:\icc\examples.avr\tan\tan.c(1538): undeclared identifier `ComboBox1'
为什么还会有error? 展开
华北工控
2023-06-12 广告
2023-06-12 广告
主板芯片组是主板的核心组件,它决定了主板的基本性能和扩展能力。主板芯片组的要求如下:1. 强大的性能:主板芯片组需要具备强大的处理能力,能够支持高端处理器、高速接口和大容量内存。2. 良好的兼容性:主板芯片组需要与其他组件(如CPU、内存、...
点击进入详情页
本回答由华北工控提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询